Home
last modified time | relevance | path

Searched refs:group_from_gid (Results 1 – 22 of 22) sorted by relevance

/freebsd/tools/build/cross-build/include/common/
H A Dgrp.h40 #define group_from_gid __nbcompat_group_from_gid macro
48 const char *group_from_gid(gid_t gid, int noname);
/freebsd/usr.bin/ipcs/
H A Dipcs.c349 group_from_gid(kmsqptr->u.msg_perm.gid, 0)); in print_kmsqptr()
354 group_from_gid(kmsqptr->u.msg_perm.cgid, 0)); in print_kmsqptr()
429 group_from_gid(kshmptr->u.shm_perm.gid, 0)); in print_kshmptr()
434 group_from_gid(kshmptr->u.shm_perm.cgid, 0)); in print_kshmptr()
512 group_from_gid(ksemaptr->u.sem_perm.gid, 0)); in print_ksemptr()
517 group_from_gid(ksemaptr->u.sem_perm.cgid, 0)); in print_ksemptr()
/freebsd/contrib/smbfs/smbutil/
H A Ddumptree.c74 group_from_gid(vip->gid, 0), vip->mode); in print_vcinfo()
97 group_from_gid(sip->gid, 0), sip->mode); in print_shareinfo()
/freebsd/contrib/libc-pwcache/
H A Dpwcache.c68 #undef group_from_gid
98 #define group_from_gid __nbcompat_group_from_gid macro
104 __weak_alias(group_from_gid,_group_from_gid)
331 group_from_gid(gid_t gid, int noname) in group_from_gid() function
/freebsd/include/
H A Dgrp.h70 const char *group_from_gid(gid_t, int);
/freebsd/crypto/openssh/openbsd-compat/
H A Dpwcache.c83 group_from_gid(gid_t gid, int nogroup) in group_from_gid() function
H A Dopenbsd-compat.h328 char *group_from_gid(gid_t, int);
/freebsd/usr.bin/find/
H A Dls.c64 group_from_gid(sb->st_gid, 0)); in printlong()
H A Dfunction.c1257 return group_from_gid(entry->fts_statp->st_gid, 1) == NULL; in f_nogroup()
/freebsd/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c325 group_from_gid(st.st_gid, 0)); in list_shm()
426 printf("group\t%s\n", group_from_gid(st.st_gid, 0)); in stat_one_shm()
/freebsd/contrib/mtree/
H A Dcreate.c215 (name = group_from_gid(p->fts_statp->st_gid, 1)) != NULL) in statf()
420 (name = group_from_gid(savegid, 1)) != NULL) in statd()
H A Dspec.c353 (name = group_from_gid(cur->st_gid, 1)) != NULL) in dump_nodes()
/freebsd/crypto/openssh/
H A Dsftp-common.c239 group = group_from_gid(st->st_gid, 0); in ls_file()
H A Dconfigure.ac2002 group_from_gid \
/freebsd/bin/ps/
H A Dprint.c312 return (strdup(group_from_gid(k->ki_p->ki_groups[0], 0))); in egroupname()
319 return (strdup(group_from_gid(k->ki_p->ki_rgid, 0))); in rgroupname()
/freebsd/lib/libc/gen/
H A DSymbol.map221 group_from_gid;
H A DMakefile.inc472 pwcache.3 group_from_gid.3 \
/freebsd/bin/mv/
H A Dmv.c192 group_from_gid((unsigned long)sb.st_gid, 0), to, YESNO); in do_move()
/freebsd/bin/rm/
H A Drm.c413 group_from_gid(sp->st_gid, 0), in check()
/freebsd/bin/ls/
H A Dls.c872 group = group_from_gid(sp->st_gid, 0); in display()
/freebsd/usr.bin/stat/
H A Dstat.c725 sdata = group_from_gid(st->st_gid, 1); in format1()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7256 INTERCEPTOR(const char *, group_from_gid, u32 gid, int nogroup) {
7259 COMMON_INTERCEPTOR_ENTER(ctx, group_from_gid, gid, nogroup);
7260 group = REAL(group_from_gid)(gid, nogroup);
7265 #define INIT_GROUP_FROM_GID COMMON_INTERCEPT_FUNCTION(group_from_gid)