Searched refs:cmdline (Results 1 – 4 of 4) sorted by relevance
198 options(int cmdline) in options() argument205 if (cmdline) in options()212 if (!cmdline) { in options()229 if (c == 'c' && cmdline) { in options()231 } else if (c == 'l' && cmdline) { in options()
63 args.output.write(pack('512s', args.cmdline[:512].encode()))72 args.output.write(pack('1024s', args.cmdline[512:].encode()))
3312 my $cmdline = <CMDLINE>;3313 $cmdline =~ s/\r//g; # turn windows-looking lines into unix-looking lines3315 error("Failed to get program name from $url\n") unless defined($cmdline);3316 $cmdline =~ s/\x00.+//; # Remove argv[1] and latters.3317 $cmdline =~ s!\n!!g; # Remove LFs.3318 return $cmdline;
12828 Expand the mem= cmdline to allow the specification of reserved and12878 (Both) Boot functions don't use cmdline, so don't pass it around
Completed in 28 milliseconds