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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c506 *Rtty_p, /* Input file pointer for interactive rename */ variable
1057 if (Rtty_p == NULL)
1058 Rtty_p = fopen(Ttyname, "r");
1063 if (!Rtty_p || fgets(str, sizeof (str),
1064 Rtty_p) == NULL)
1085 if (!Rtty_p || fgets(str, sizeof (str),
1086 Rtty_p) == NULL)
1149 if (fgets(Renametmp_p, rename_bufsz, Rtty_p) == NULL)
1151 if (feof(Rtty_p))
1359 Rtty_p
[all...]

Completed in 70 milliseconds