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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dttyname.c30 * ttyname(f): return "/dev/X" (where X is a relative pathname
45 * ttyname first looks for the tty file in the directories specified
51 * exist, ttyname looks in a default list of directories. If after
52 * looking in the most likely places, ttyname still cannot find the
56 * In addition to the public interfaces, ttyname() & ttyname_r(), which
64 #pragma weak _ttyname = ttyname
786 ttyname(int f) function
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c861 * of determining the device id. The ttyname input is ignored if
877 adt_load_ttyname(const char *ttyname, adt_termid_t **termid) argument
904 if (ttyname != NULL && *ttyname != '\0') {
905 if (stat(ttyname, &stat_buf) < 0) {

Completed in 38 milliseconds