Home
last modified time | relevance | path

Searched refs:ty_group (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dgetttyent.c91 tty.ty_group = _TTYS_NOGROUP; in getttyent()
121 tty.ty_group = _TTYS_NOGROUP; in getttyent()
160 tty.ty_group = value(p); in getttyent()
/dragonfly/include/
H A Dttyent.h63 char *ty_group; /* tty group */ member
/dragonfly/lib/libutil/
H A Dlogin_ok.c138 grp = te ? te->ty_group : NULL; in login_ttyok()