Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyslot.c59 char ttynm[128]; in ttyslot() local
69 if ((p = ttyname_r(0, ttynm, 128)) != NULL || in ttyslot()
70 (p = ttyname_r(1, ttynm, 128)) != NULL || in ttyslot()
71 (p = ttyname_r(2, ttynm, 128)) != NULL) { in ttyslot()