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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c426 Ttyname[] = "/dev/tty", /* Controlling console */ variable
1058 Rtty_p = fopen(Ttyname, "r");
1359 Rtty_p = fopen(Ttyname, "r");
1360 Wtty_p = fopen(Ttyname, "w");
1363 msg(ERR, "Cannot rename, \"%s\" missing", Ttyname);

Completed in 65 milliseconds