OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttygid
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libutil/
pty.c
69
gid_t
ttygid
;
local in function:openpty
94
ttygid
= grp->gr_gid;
97
ttygid
= getgid();
116
if (chown(line, getuid(),
ttygid
) == 0 &&
/src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c
294
gid_t
ttygid
;
local in function:open_tty
321
ttygid
= gr->gr_gid;
323
ttygid
= (gid_t)-1;
325
if (chown(tty, getuid(),
ttygid
) == -1)
Completed in 15 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025