Searched refs:getgrnam_r (Results 1 – 9 of 9) sorted by relevance
/freebsd/include/ |
H A D | grp.h | 82 int getgrnam_r(const char *, struct group *, char *, size_t,
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_set_standard_lookup.c | 131 result = &grent; /* Old getgrnam_r ignores last arg. */ in lookup_gid() 132 r = getgrnam_r(gname, &grent, buffer, bufsize, &result); in lookup_gid()
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 145 getgrnam_r;
|
H A D | getgrent.c | 588 getgrnam_r(const char *name, struct group *grp, char *buffer, size_t bufsize, in getgrnam_r() function 728 return (getgrnam_r(key.name, grp, buffer, bufsize, res)); in wrap_getgrnam_r()
|
H A D | Makefile.inc | 410 getgrent.3 getgrnam_r.3 \
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_dataset.c | 3209 getgrnam_r(cp, &ggrp, rpbuf, sizeof (rpbuf), &gr) == 0 && in userquota_propname_decode()
|
H A D | libzfs.abi | 4512 <function-decl name='getgrnam_r' visibility='default' binding='global' size-in-bits='64'>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 1978 INTERCEPTOR(int, getgrnam_r, const char *name, __sanitizer_group *grp, 1981 COMMON_INTERCEPTOR_ENTER(ctx, getgrnam_r, name, grp, buf, buflen, result); 1986 int res = REAL(getgrnam_r)(name, grp, buf, buflen, result); 2008 COMMON_INTERCEPT_FUNCTION(getgrnam_r); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1872 fun:getgrnam_r=uninstrumented
|