Searched refs:gid_from_group (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/build/cross-build/include/common/ |
H A D | grp.h | 46 int gid_from_group(const char *name, gid_t *gid);
|
/freebsd/include/ |
H A D | grp.h | 71 int gid_from_group(const char *, gid_t *);
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 370 gid_from_group;
|
H A D | Makefile.inc | 471 MLINKS+=pwcache.3 gid_from_group.3 \
|
/freebsd/contrib/libc-pwcache/ |
H A D | pwcache.c | 462 gid_from_group(const char *name, gid_t *gid) in gid_from_group() function
|
/freebsd/contrib/mtree/ |
H A D | spec.c | 585 if (gid_from_group(val, &gid) == -1) in set()
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | 561 if (gid_from_group(value, &gid) == 0) in read_mtree_keywords()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 328 if (gid_from_group(group, &gid) == -1) { in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7271 INTERCEPTOR(int, gid_from_group, const char *group, u32 *gid) { 7274 COMMON_INTERCEPTOR_ENTER(ctx, gid_from_group, group, gid); 7277 res = REAL(gid_from_group)(group, gid); 7282 #define INIT_GID_FROM_GROUP COMMON_INTERCEPT_FUNCTION(gid_from_group)
|