Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c516 *Wtty_p; /* Output file ptr for interactive rename */ variable
1153 (void) fprintf(Wtty_p, gettext("Rename \"%s%s%s\"? "), in ckname()
1157 (void) fflush(Wtty_p); in ckname()
1369 Wtty_p = fopen(Ttyname, "w"); in ckopts()
1371 if (Rtty_p == NULL || Wtty_p == NULL) { in ckopts()