Home
last modified time | relevance | path

Searched defs:setgid (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1410 # define setgid(a) not_here("setgid") macro
3685 setgid(gid) setgid() function
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c1182 setgid(gid_t agid) setgid() function
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c1708 int setgid(x) { errno = EINVAL; return -1; } in setgid() function