Searched refs:getgrgid (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/tests/usr.bin/id/
H A DMakefile22 SANITIZER_RENAME_SYMBOL+= getgrgid
H A Dpwgr.c87 getgrgid(gid_t gid) function
/netbsd-current/include/
H A Dgrp.h58 struct group *getgrgid(gid_t);
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.h34 #define getgrgid(id) NULL macro
/netbsd-current/usr.bin/id/
H A Did.c140 if (nflag && (gr = getgrgid(id)))
206 if ((gr = getgrgid(rid)) != NULL)
232 if ((gr = getgrgid(gid)) != NULL)
241 if ((gr = getgrgid(egid)) != NULL)
251 if ((gr = getgrgid(gid)) != NULL)
269 if ((gr = getgrgid(pw->pw_gid)) != NULL)
282 if ((gr = getgrgid(id)) != NULL)
316 if ((gr = getgrgid(id)) != NULL)
/netbsd-current/tests/lib/libc/gen/
H A Dt_getgrent.c144 gr1 = getgrgid(gr->gr_gid);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgroupaccess.c64 if ((gr = getgrgid(groups_bygid[i])) != NULL)
/netbsd-current/lib/libc/posix1e/
H A Dacl_id_to_name.c90 g = getgrgid(id);
H A Dacl_to_text_nfs4.c95 grp = getgrgid(*id);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Duser.c110 grp = getgrgid( gid );
/netbsd-current/distrib/utils/libhack/
H A Dgetgrent.c68 #define getgrgid _getgrgid macro
77 __weak_alias(getgrgid,_getgrgid)
158 getgrgid(gid_t gid) function
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_unix.c131 if (getgrgid(0) == 0) {
/netbsd-current/sbin/mount_ptyfs/
H A Dmount_ptyfs.c146 grp = getgrgid((gid_t)l);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetgrent_r.c97 struct group *ge = getgrgid(gid);
114 struct group *ge = getgrgid(gid);
H A Dgetgrent.c72 getgrgid(gid_t gid) { function
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Duserspace.py72 (1, 0): ("POSIX Group", lambda id: grp.getgrgid(int(id)).gr_name),
83 # python's getpwuid/getgrgid is confused by ephemeral uids
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_set_standard_lookup.c82 * Installs functions that use getpwuid()/getgrgid()---along with
84 * object. This is in a separate file because getpwuid()/getgrgid()
304 result = getgrgid((gid_t)id);
/netbsd-current/sbin/mount_tmpfs/
H A Dmount_tmpfs.c267 gr = getgrgid(args.ta_root_gid);
/netbsd-current/bin/getfacl/
H A Dgetfacl.c86 if ((gr = getgrgid(gid)) == NULL) {
/netbsd-current/usr.bin/newgrp/
H A Dgrutil.c226 grp = getgrgid(gid);
/netbsd-current/sbin/fsdb/
H A Dfsdbutil.c179 if ((grp = getgrgid(gid)) != NULL)
/netbsd-current/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c193 gr = getgrgid(atoi(system_group));
/netbsd-current/usr.sbin/user/
H A Duser.c690 if (getgrgid((gid_t)*gidp) == NULL) {
916 if (getgrgid((gid_t)(*uid)) == NULL) {
1158 if (getgrgid((gid_t)(up->u_uid)) != NULL) {
1169 (grp = getgrgid((gid_t)atoi(up->u_primgrp))) != NULL) {
1578 if (getgrgid((gid_t)(pwp->pw_uid)) != NULL) {
1596 (grp = getgrgid(
1782 if (is_number(name) && (grp = getgrgid((gid_t)atoi(name))) != NULL) {
2308 if (!dupgid && getgrgid((gid_t) gid) != NULL) {
2417 if (!dupgid && getgrgid((gid_t) gid) != NULL) {
2497 if ((grp = getgrgid(pw
[all...]
/netbsd-current/usr.sbin/mtree/
H A Dspecspec.c67 gr = getgrgid(n->st_gid);
/netbsd-current/lib/libc/gen/
H A Dpwcache.c123 static struct group * (*_pwcache_getgrgid)(gid_t) = getgrgid;

Completed in 504 milliseconds

12