Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c515 *Rtty_p, /* Input file pointer for interactive rename */ variable
1066 if (Rtty_p == NULL) in chgreel()
1067 Rtty_p = fopen(Ttyname, "r"); in chgreel()
1072 if (!Rtty_p || fgets(str, sizeof (str), in chgreel()
1073 Rtty_p) == NULL) in chgreel()
1094 if (!Rtty_p || fgets(str, sizeof (str), in chgreel()
1095 Rtty_p) == NULL) in chgreel()
1158 if (fgets(Renametmp_p, rename_bufsz, Rtty_p) == NULL) in ckname()
1160 if (feof(Rtty_p)) in ckname()
1368 Rtty_p = fopen(Ttyname, "r"); in ckopts()
[all …]