Home
last modified time | relevance | path

Searched refs:getpwuid_r (Results 1 – 15 of 15) sorted by relevance

/freebsd/include/
H A Dpwd.h159 int getpwuid_r(uid_t, struct passwd *, char *, size_t,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp83 if (::getpwuid_r(uid, &user_info, user_buffer, user_buffer_size, in GetPassword()
/freebsd/contrib/lib9p/
H A Drfuncs.c262 error = getpwuid_r(uid, &pg->r_pgun.un_pw, in r_getpwuid()
/freebsd/contrib/libedit/
H A Dfilecomplete.c94 if (getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf), in fn_tilde_expand()
98 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf)); in fn_tilde_expand()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c200 result = &pwent; /* Old getpwuid_r ignores last arg. */ in lookup_uname_helper()
201 r = getpwuid_r((uid_t)id, &pwent, in lookup_uname_helper()
/freebsd/lib/libc/gen/
H A DSymbol.map171 getpwuid_r;
H A DMakefile.inc426 getpwent.3 getpwuid_r.3
H A Dgetpwent.c584 getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, in getpwuid_r() function
673 return (getpwuid_r(key.uid, pwd, buffer, bufsize, res)); in wrap_getpwuid_r()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt303 fun:getpwuid_r=custom
H A Ddfsan_custom.cpp1419 int ret = getpwuid_r(uid, pwd, buf, buflen, result); in __dfsw_getpwuid_r()
H A Dlibc_ubuntu1404_abilist.txt1931 fun:getpwuid_r=uninstrumented
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c579 getpwuid_r(uid, &pwd, buf, sizeof(buf), &pw); in svc_rpc_gss_build_ucred()
/freebsd/usr.sbin/gssd/
H A Dgssd.c707 error = getpwuid_r(uid, &pwd, bufp, buflen, in gssd_pname_to_uid_1_svc()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1359 getpwuid_r(getuid(), &Pwd, Buf.get(), BufSize, &pw);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc90 #define getpwuid_r __getpwuid_r50
1965 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf,
1968 COMMON_INTERCEPTOR_ENTER(ctx, getpwuid_r, uid, pwd, buf, buflen, result);
1972 int res = REAL(getpwuid_r)(uid, pwd, buf, buflen, result);
2007 COMMON_INTERCEPT_FUNCTION(getpwuid_r); \