Searched refs:ttyp (Results 1 – 2 of 2) sorted by relevance
89 const char *ttyp; in __login() local108 ttyp = tty + 5; /* Skip the "/dev/". */ in __login()110 ttyp = basename (tty); in __login()113 strncpy (copy.ut_line, ttyp, UT_LINESIZE); in __login()
43 struct ttyent *ttyp; in ttyslot() local63 for (slot = 1; (ttyp = __getttyent()); ++slot) in ttyslot()64 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()