Searched refs:getgrent_r (Results 1 – 6 of 6) sorted by relevance
/freebsd/include/ |
H A D | grp.h | 86 int getgrent_r(struct group *, char *, size_t, struct group **);
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 144 getgrent_r;
|
H A D | getgrent.c | 571 getgrent_r(struct group *grp, char *buffer, size_t bufsize, in getgrent_r() function 744 return (getgrent_r(grp, buffer, bufsize, res)); in wrap_getgrent_r()
|
H A D | Makefile.inc | 409 getgrent.3 getgrent_r.3 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2072 INTERCEPTOR(int, getgrent_r, __sanitizer_group *pwbuf, char *buf, SIZE_T buflen, 2075 COMMON_INTERCEPTOR_ENTER(ctx, getgrent_r, pwbuf, buf, buflen, pwbufp); 2079 int res = REAL(getgrent_r)(pwbuf, buf, buflen, pwbufp); 2087 COMMON_INTERCEPT_FUNCTION(getgrent_r);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1868 fun:getgrent_r=uninstrumented
|