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

/freebsd-12-stable/include/
H A Dttyent.h54 char *ty_getty; /* command to execute, usually getty */ member in struct:ttyent
56 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */
/freebsd-12-stable/lib/libc/gen/
H A Dgetttyent.c163 if (!*(tty.ty_getty = p))
164 tty.ty_getty = tty.ty_type = NULL;
/freebsd-12-stable/sbin/init/
H A Dinit.c1302 typ->ty_getty == 0)
1347 if (asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name) < 0)
1714 typ->ty_getty == 0) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h522 char *ty_getty; member in struct:__sanitizer::__sanitizer_ttyent

Completed in 155 milliseconds