Home
last modified time | relevance | path

Searched refs:getpwent_r (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckPrototypeDefinition.cmake12 # check_prototype_definition(getpwent_r
13 # "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
/freebsd/contrib/libevent/cmake/
H A DCheckPrototypeDefinition.cmake12 # check_prototype_definition(getpwent_r
13 # "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
/freebsd/include/
H A Dpwd.h164 int getpwent_r(struct passwd *, char *, size_t, struct passwd **);
/freebsd/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.h94 return (getpwent_r(pwd, buffer, bufsize, result));
/freebsd/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c173 getpwent_r(&sts, bufs, sizeof(bufs), &pwds); in runtest_cmds()
177 getpwent_r(&sts, bufs, sizeof(bufs), &pwds); in runtest_cmds()
186 getpwent_r(&sts, bufs, sizeof(bufs), &pwds); in runtest_cmds()
/freebsd/lib/libc/gen/
H A DSymbol.map167 getpwent_r;
H A DMakefile.inc422 getpwent.3 getpwent_r.3 \
H A Dgetpwent.c507 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 Dreadline.c1900 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 Dsanitizer_common_interceptors.inc2051 INTERCEPTOR(int, getpwent_r, __sanitizer_passwd *pwbuf, char *buf,
2054 COMMON_INTERCEPTOR_ENTER(ctx, getpwent_r, pwbuf, buf, buflen, pwbufp);
2058 int res = REAL(getpwent_r)(pwbuf, buf, buflen, pwbufp);
2078 COMMON_INTERCEPT_FUNCTION(getpwent_r); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1927 fun:getpwent_r=uninstrumented