Searched refs:tty_gid (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlogin.c321 gid_t tty_gid; local
338 tty_gid = gr->gr_gid;
340 tty_gid = pwd->pw_gid;
342 if (chown (ttyn, pwd->pw_uid, tty_gid) < 0) {
/freebsd-13-stable/contrib/opie/
H A Dopielogin.c156 #define TTYGID(gid) tty_gid(gid) /* gid that owns all ttys */
632 static int tty_gid FUNCTION((default_gid), int default_gid) function

Completed in 51 milliseconds