Home
last modified time | relevance | path

Searched refs:real_gid (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/lpr/lprm/
H A Dlprm.c94 real_gid = getgid(); in main()
95 setresgid(real_gid, real_gid, effective_gid); in main()
/openbsd/usr.sbin/lpr/common_source/
H A Dlp.h88 extern gid_t real_gid, effective_gid;
112 (void)setegid(real_gid); \
H A Dcommon_vars.c51 gid_t real_gid, effective_gid; variable
/openbsd/usr.sbin/lpr/lpr/
H A Dlpr.c126 real_gid = getgid(); in main()
127 setresgid(real_gid, real_gid, effective_gid); in main()
/openbsd/usr.sbin/lpr/lpq/
H A Dlpq.c79 real_gid = getgid(); in main()
/openbsd/usr.sbin/lpr/lpc/
H A Dlpc.c81 real_gid = getgid(); in main()
/openbsd/usr.sbin/lpr/lpd/
H A Dlpd.c141 real_gid = pw->pw_gid; in main()
238 chown(_PATH_SOCKETNAME, -1, real_gid); in main()