Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c435 Ttyname[] = "/dev/tty", /* Controlling console */ variable
1067 Rtty_p = fopen(Ttyname, "r"); in chgreel()
1368 Rtty_p = fopen(Ttyname, "r"); in ckopts()
1369 Wtty_p = fopen(Ttyname, "w"); in ckopts()
1372 msg(ERR, "Cannot rename, \"%s\" missing", Ttyname); in ckopts()