Home
last modified time | relevance | path

Searched refs:fpin (Results 1 – 2 of 2) sorted by relevance

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