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

/illumos-gate/usr/src/lib/libcmd/common/
H A Duniq.c251 Sfio_t *fpin, *fpout; local
313 if(!(fpin = sfopen(NiL,cp,"r")))
317 fpin = sfstdin;
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
332 if(fpin!=sfstdin)
333 sfclose(fpin);
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c118 static FILE *fpin; /* input file pointer */ variable
143 fpin = pfin;
375 if (match(fmtptr, ptr) && !feof(fpin)
404 ungetc(ungot, fpin);
793 c = getc(fpin);

Completed in 46 milliseconds