OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getttynam
(Results
1 - 12
of
12
) sorted by relevancy
/src/include/
ttyent.h
72
struct ttyent *
getttynam
(const char *);
/src/lib/libpam/modules/pam_securetty/
pam_securetty.c
100
if (tty != NULL && (ty =
getttynam
(tty)) != NULL &&
/src/usr.bin/tset/
term.c
80
if ((t =
getttynam
(p))) {
/src/lib/libc/gen/
getttyent.c
58
__weak_alias(
getttynam
,_getttynam)
69
getttynam
(const char *tty)
function in typeref:struct:ttyent *
/src/sbin/ttyflags/
ttyflags.c
143
tep =
getttynam
(*ttylist);
/src/usr.bin/login/
common.c
127
return ((t =
getttynam
(ttyn)) && t->ty_status & TTY_SECURE);
373
return (ttyid && (t =
getttynam
(ttyid)) ? t->ty_type : NULL);
login_pam.c
672
return ((t =
getttynam
(ttyn)) && t->ty_status & TTY_SECURE);
/src/lib/libtelnet/
sra.c
465
return ((t =
getttynam
(ttyn)) && t->ty_status & TTY_SECURE);
/src/libexec/getty/
main.c
640
typ =
getttynam
(rawttyn);
/src/lib/libc/include/
namespace.h
433
#define
getttynam
_getttynam
macro
/src/sbin/init/
init.c
695
typ =
getttynam
("console");
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
7123
INTERCEPTOR(struct __sanitizer_ttyent *,
getttynam
, char *name) {
7125
COMMON_INTERCEPTOR_ENTER(ctx,
getttynam
, name);
7128
struct __sanitizer_ttyent *ttyent = REAL(
getttynam
)(name);
7142
COMMON_INTERCEPT_FUNCTION(
getttynam
); \
Completed in 27 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025