Searched defs:in_file (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/split/
H A Dsplit.c74 FILE *in_file = NULL; local
96 in_file = stdin;
182 if ((in_file == NULL) && (optind < argc)) {
183 if ((in_file = fopen(argv[optind++], "r")) == NULL) {
188 if (in_file == NULL) {
189 in_file = stdin;
262 c = getc(in_file);
269 progname, ftello(in_file),
302 wc = getwc(in_file);
310 progname, ftello(in_file));
[all...]
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c121 static FILE *in_file, /* current input stream */ variable
329 if ((in_file = checkf(fnames[fnum])) == NULL) {
344 copy_file(in_file, stdout);
351 if (in_file != tmp_fin)
352 (void) fclose(in_file);
1345 FILE *f = in_file;
1367 in_file = f = stdin;
1389 in_file = f = tmp_fin;
1513 in_file = tmp_fin;
1516 (void) fseeko(in_file, (off_
[all...]

Completed in 59 milliseconds