NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ttyslot
include/stdlib.h
200
int ttyslot(void);
lib/libc/gen/ttyslot.c
51
__weak_alias(ttyslot,_ttyslot)
lib/libc/gen/ttyslot.c
55
ttyslot(void)
lib/libutil/compat/compat_login.c
68
tty = ttyslot();
lib/libutil/login.c
60
tty = ttyslot();