Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dgetttyent.c116 if (*(tty.ty_getty = p) == '\0') in getttyent()
117 tty.ty_getty = tty.ty_type = NULL; in getttyent()
/netbsd/src/include/
Dttyent.h55 __aconst char *ty_getty;/* command to execute, usually getty */ member
/netbsd/src/sbin/init/
Dinit.c1096 typ->ty_getty == NULL) in new_session()
1141 (void)asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name); in setupargv()
1557 typ->ty_getty == 0) { in clean_ttys()
/netbsd/src/usr.sbin/ac/
Dac.c209 strstr(tty->ty_getty, "getty") != NULL) { in find_login_ttys()