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

/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c443 { FILE *ttyi, *ttyo; local
451 ttyi = fopen("/dev/tty", "r");
452 if (ttyi == NULL || ttyo == NULL)
460 (void) fgets(ansbuf, sizeof (ansbuf), ttyi);
463 (void) fclose(ttyi);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c128 char mesg[BUFSIZE]; /* exactly what came back on ttyi */
139 int ttyi; /* input */ variable
334 ttyi = fileno(stdout);
336 if ((ttyo = dup(ttyi)) == -1)
696 char ch; /* next character from ttyi */
710 while ((n = read(ttyi, &ch, 1)) != 0)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c182 char mesg[MESGSIZE]; /* exactly what came back on ttyi */
184 int ttyi = 0; /* input */ variable
1203 * on ttyi. Always returns 0 to the caller if the process doesn't have its

Completed in 56 milliseconds