Home
last modified time | relevance | path

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

/freebsd/usr.bin/login/
H A Dlogin.c929 stypeof(char *ttyid) in stypeof() argument
933 if (ttyid != NULL && *ttyid != '\0') { in stypeof()
934 t = getttynam(ttyid); in stypeof()