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

/freebsd-current/include/
H A Dttyent.h51 char *ty_getty; /* command to execute, usually getty */ member in struct:ttyent
53 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */
/freebsd-current/lib/libc/gen/
H A Dgetttyent.c159 if (!*(tty.ty_getty = p))
160 tty.ty_getty = tty.ty_type = NULL;
/freebsd-current/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)
1776 typ->ty_getty == 0) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h425 char *ty_getty; member in struct:__sanitizer::__sanitizer__ttyent
H A Dsanitizer_platform_limits_netbsd.h517 char *ty_getty; member in struct:__sanitizer::__sanitizer_ttyent

Completed in 184 milliseconds