Home
last modified time | relevance | path

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

/netbsd/src/lib/libutil/
Dpty.c69 gid_t ttygid; in openpty() local
94 ttygid = grp->gr_gid; in openpty()
97 ttygid = getgid(); in openpty()
116 if (chown(line, getuid(), ttygid) == 0 && in openpty()
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_script.c711 int master, slave, ttygid; local
715 ttygid = gr->gr_gid;
717 ttygid = -1;
729 (void) chown(line, getuid(), ttygid);
/netbsd/src/usr.bin/rfcomm_sppd/
Drfcomm_sppd.c294 gid_t ttygid; in open_tty() local
321 ttygid = gr->gr_gid; in open_tty()
323 ttygid = (gid_t)-1; in open_tty()
325 if (chown(tty, getuid(), ttygid) == -1) in open_tty()