Home
last modified time | relevance | path

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

/glibc-2.36/login/
Dlogin.c89 const char *ttyp; in __login() local
108 ttyp = tty + 5; /* Skip the "/dev/". */ in __login()
110 ttyp = basename (tty); in __login()
113 strncpy (copy.ut_line, ttyp, UT_LINESIZE); in __login()
/glibc-2.36/misc/
Dttyslot.c43 struct ttyent *ttyp; in ttyslot() local
63 for (slot = 1; (ttyp = __getttyent()); ++slot) in ttyslot()
64 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()