Searched refs:getpwent_r (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | CheckPrototypeDefinition.cmake | 12 # check_prototype_definition(getpwent_r 13 # "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
|
/freebsd/contrib/libevent/cmake/ |
H A D | CheckPrototypeDefinition.cmake | 12 # check_prototype_definition(getpwent_r 13 # "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
|
/freebsd/include/ |
H A D | pwd.h | 164 int getpwent_r(struct passwd *, char *, size_t, struct passwd **);
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 169 getpwent_r;
|
H A D | Makefile.inc | 422 getpwent.3 getpwent_r.3 \
|
H A D | getpwent.c | 507 getpwent_r(struct passwd *pwd, char *buffer, size_t bufsize, in getpwent_r() function 681 return (getpwent_r(pwd, buffer, bufsize, res)); in wrap_getpwent_r()
|
/freebsd/contrib/libedit/ |
H A D | readline.c | 1900 getpwent_r(&pwres, pwbuf, sizeof(pwbuf), &pass) == 0 && pass != NULL in username_completion_function()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2059 INTERCEPTOR(int, getpwent_r, __sanitizer_passwd *pwbuf, char *buf, 2062 COMMON_INTERCEPTOR_ENTER(ctx, getpwent_r, pwbuf, buf, buflen, pwbufp); 2066 int res = REAL(getpwent_r)(pwbuf, buf, buflen, pwbufp); 2086 COMMON_INTERCEPT_FUNCTION(getpwent_r); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1927 fun:getpwent_r=uninstrumented
|