Searched refs:group_from_gid (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/include/
H A Dgrp.h71 const char *group_from_gid(gid_t, int);
/freebsd-9.3-release/contrib/smbfs/smbutil/
H A Ddumptree.c74 group_from_gid(vip->gid, 0), vip->mode);
97 group_from_gid(sip->gid, 0), sip->mode);
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipcs.c363 group_from_gid(kmsqptr->u.msg_perm.gid, 0));
368 group_from_gid(kmsqptr->u.msg_perm.cgid, 0));
443 group_from_gid(kshmptr->u.shm_perm.gid, 0));
448 group_from_gid(kshmptr->u.shm_perm.cgid, 0));
526 group_from_gid(ksemaptr->u.sem_perm.gid, 0));
531 group_from_gid(ksemaptr->u.sem_perm.cgid, 0));
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c83 group_from_gid(gid_t gid, int nogroup) function
H A Dopenbsd-compat.h237 char *group_from_gid(gid_t, int);
/freebsd-9.3-release/usr.bin/find/
H A Dls.c70 group_from_gid(sb->st_gid, 0));
H A Dfunction.c1206 return group_from_gid(entry->fts_statp->st_gid, 1) == NULL;
/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c68 #undef group_from_gid macro
99 #define group_from_gid __nbcompat_group_from_gid macro
105 __weak_alias(group_from_gid,_group_from_gid)
324 * group_from_gid()
332 group_from_gid(gid_t gid, int noname) function
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h368 const char *group_from_gid(gid_t, int);
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-common.c210 group = group_from_gid(st->st_gid, 0);
H A Dconfigure10389 group_from_gid \
/freebsd-9.3-release/contrib/mtree/
H A Dcreate.c205 (name = group_from_gid(p->fts_statp->st_gid, 1)) != NULL)
408 (name = group_from_gid(savegid, 1)) != NULL)
H A Dspec.c344 (name = group_from_gid(cur->st_gid, 1)) != NULL)
/freebsd-9.3-release/lib/libc/gen/
H A DSymbol.map238 group_from_gid;
/freebsd-9.3-release/bin/mv/
H A Dmv.c207 group_from_gid((unsigned long)sb.st_gid, 0), to, YESNO);
/freebsd-9.3-release/usr.bin/ncplist/
H A Dncplist.c140 group_from_gid(ncsp->group, 0),
/freebsd-9.3-release/bin/rm/
H A Drm.c512 group_from_gid(sp->st_gid, 0),
/freebsd-9.3-release/bin/ps/
H A Dprint.c334 return (strdup(group_from_gid(k->ki_p->ki_groups[0], 0)));
343 return (strdup(group_from_gid(k->ki_p->ki_rgid, 0)));
/freebsd-9.3-release/bin/ls/
H A Dls.c730 group = group_from_gid(sp->st_gid, 0);

Completed in 260 milliseconds