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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c307 FILE *In_p = stdin; /* Where the input comes from */ variable
5023 while ((s = fgets(Gen.g_nam_p, APATH+1, In_p)) != NULL) {
9463 while ((s = fgets(buf, APATH+1, In_p)) != NULL) {
9509 if (ferror(In_p)) {
9517 In_p = tmpfile;

Completed in 63 milliseconds