/freebsd/tools/build/cross-build/include/common/ |
H A D | grp.h | 40 #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 D | ipcs.c | 349 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 D | dumptree.c | 74 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 D | pwcache.c | 68 #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 D | grp.h | 70 const char *group_from_gid(gid_t, int);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | pwcache.c | 83 group_from_gid(gid_t gid, int nogroup) in group_from_gid() function
|
H A D | openbsd-compat.h | 328 char *group_from_gid(gid_t, int);
|
/freebsd/usr.bin/find/ |
H A D | ls.c | 64 group_from_gid(sb->st_gid, 0)); in printlong()
|
H A D | function.c | 1257 return group_from_gid(entry->fts_statp->st_gid, 1) == NULL; in f_nogroup()
|
/freebsd/usr.bin/posixshmcontrol/ |
H A D | posixshmcontrol.c | 325 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 D | create.c | 215 (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 D | spec.c | 353 (name = group_from_gid(cur->st_gid, 1)) != NULL) in dump_nodes()
|
/freebsd/crypto/openssh/ |
H A D | sftp-common.c | 239 group = group_from_gid(st->st_gid, 0); in ls_file()
|
H A D | configure.ac | 2002 group_from_gid \
|
/freebsd/bin/ps/ |
H A D | print.c | 312 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 D | Symbol.map | 221 group_from_gid;
|
H A D | Makefile.inc | 472 pwcache.3 group_from_gid.3 \
|
/freebsd/bin/mv/ |
H A D | mv.c | 192 group_from_gid((unsigned long)sb.st_gid, 0), to, YESNO); in do_move()
|
/freebsd/bin/rm/ |
H A D | rm.c | 413 group_from_gid(sp->st_gid, 0), in check()
|
/freebsd/bin/ls/ |
H A D | ls.c | 872 group = group_from_gid(sp->st_gid, 0); in display()
|
/freebsd/usr.bin/stat/ |
H A D | stat.c | 725 sdata = group_from_gid(st->st_gid, 1); in format1()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7256 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)
|