Home
last modified time | relevance | path

Searched refs:getpwnam_r (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/lib/libc/gen/
H A Dauthenticate.c210 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_approval()
236 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_approval()
349 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_usercheck()
353 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_usercheck()
420 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_userchallenge()
424 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_userchallenge()
H A Dgetgrouplist.c205 if (getpwnam_r(uname, &pwstore, buf, sizeof buf, NULL) || in getgrouplist()
H A Dpwcache.c360 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pw); in uid_from_user()
H A Dauth_subr.c640 getpwnam_r(as->name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_setpwd()
646 getpwnam_r(instance + 1, &pwstore, pwbuf, in auth_setpwd()
H A Dgetpwent.c786 getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t buflen, in getpwnam_r() function
791 DEF_WEAK(getpwnam_r);
H A Dglob.c391 getpwnam_r((char *)patbuf, &pwstore, pwbuf, sizeof(pwbuf), in globtilde()
/openbsd/lib/libc/hidden/
H A Dpwd.h35 PROTO_NORMAL(getpwnam_r);
/openbsd/regress/lib/libpthread/pw/
H A Dpw.c57 CHECKe(getpwnam_r(name, &pwbuf, buf, sizeof buf, &pw)); in main()
/openbsd/include/
H A Dpwd.h98 int getpwnam_r(const char *, struct passwd *, char *, size_t,
/openbsd/lib/libc/net/
H A Drcmdsh.c71 getpwnam_r(locuser, &pwstore, pwbuf, sizeof(pwbuf), &pw); in rcmdsh()
H A Druserok.c110 getpwnam_r(luser, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in iruserok_sa()
/openbsd/lib/libedit/
H A Dfilecomplete.c90 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h1357 # define getpwnam(a) ((PL_reentrant_retint = getpwnam_r(a, &PL_reentrant_buffer->_pwent_stru…
1360 # define getpwnam(a) ((PL_reentrant_retint = getpwnam_r(a, &PL_reentrant_buffer->_pwent_stru…
1363 # define getpwnam(a) (getpwnam_r(a, &PL_reentrant_buffer->_pwent_struct, PL_reentrant_buffer…
1366 # define getpwnam(a) ((PL_reentrant_retint = getpwnam_r(a, &PL_reentrant_buffer->_pwent_stru…
H A Dconfig_h.SH4888 * This symbol, if defined, indicates that the getpwnam_r routine
4892 * This symbol encodes the prototype of getpwnam_r.
/openbsd/gnu/gcc/libmudflap/
H A Dconfig.h.in93 /* Define to 1 if you have the `getpwnam_r' function. */
H A Dconfigure.ac73 AC_CHECK_FUNCS(getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r)
/openbsd/lib/libc/
H A DSymbols.list673 getpwnam_r
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod502 getpwnam_r() res_nclose() wcstoimax()
838 getpwnam_r() random_r() wctomb()
1055 getpwnam() getpwnam_r()
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3610 TEST(MemorySanitizer, getpwnam_r) { in TEST() argument
3614 int res = getpwnam_r("root", &pwd, buf, sizeof(buf), &pwdres); in TEST()
3631 EXPECT_UMR(getpwnam_r(s, &pwd, buf, sizeof(buf), &pwdres)); in TEST()
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc681 getpwnam_r(User.c_str(), &Pwd, Buf.get(), BufSize, &Entry);
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc89 #define getpwnam_r __getpwnam_r50
2013 INTERCEPTOR(int, getpwnam_r, const char *name, __sanitizer_passwd *pwd,
2016 COMMON_INTERCEPTOR_ENTER(ctx, getpwnam_r, name, pwd, buf, buflen, result);
2021 int res = REAL(getpwnam_r)(name, pwd, buf, buflen, result);
2068 COMMON_INTERCEPT_FUNCTION(getpwnam_r); \
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1578 * This symbol, if defined, indicates that the getpwnam_r routine
1582 * This symbol encodes the prototype of getpwnam_r.
H A Dconfig.plan91630 * This symbol, if defined, indicates that the getpwnam_r routine
1634 * This symbol encodes the prototype of getpwnam_r.
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H4682 * This symbol, if defined, indicates that the getpwnam_r routine
4686 * This symbol encodes the prototype of getpwnam_r.
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc4853 * This symbol, if defined, indicates that the getpwnam_r routine
4857 * This symbol encodes the prototype of getpwnam_r.

12