Searched refs:infile (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 35 FILE *infile = NULL; variable 99 infile = stdin; /* no filenames, so use stdin */ in initgetrec() 123 while (argno < *ARGC || infile == stdin) { in getrec() 125 if (infile == NULL) { /* have to open a new file */ in getrec() 139 infile = stdin; in getrec() 140 else if ((infile = fopen(file, "r")) == NULL) in getrec() 144 c = readrec(&buf, &bufsize, infile); in getrec() 163 if (infile != stdin) in getrec() 164 fclose(infile); in getrec() 165 infile = NULL; in getrec() [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | missing | 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` 298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
D | po.m4 | 91 # Support "outfile[:infile[:infile...]]"
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 10758 # Support "outfile[:infile[:infile...]]"
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 10758 # Support "outfile[:infile[:infile...]]"
|