Home
last modified time | relevance | path

Searched refs:infile (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dsyscalltbl.sh50 infile="$1"
55 grep -E "^[0-9]+[[:space:]]+$abis" "$infile" | {
60 echo "error: $infile: syscall table is not sorted or duplicates the same syscall number" >&2
75 echo "error: $infile: invalid string \"$noreturn\" in 'noreturn' column"
A Dsyscallnr.sh54 infile="$1"
61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
A Dsyscallhdr.sh65 infile="$1"
72 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | {
A Dget_dvb_firmware869 my ($infile, $offset, $length, $outfile) = @_;
872 open INFILE, "<$infile";
890 my ($FH, $infile) = @_;
893 open INFILE, "<$infile";
903 my ($infile,$outfile) =@_;
905 open INFILE,"<$infile";
/scripts/kconfig/
A Dstreamline_config.pl117 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
118 my @x = <$infile>;
119 close $infile;
303 open(my $infile, '<', $makefile) || die "Can't open $makefile";
304 while (<$infile>) {
351 close($infile);

Completed in 6 milliseconds