Home
last modified time | relevance | path

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

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