/openbsd/lib/libc/gen/ |
H A D | authenticate.c | 210 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 D | getgrouplist.c | 205 if (getpwnam_r(uname, &pwstore, buf, sizeof buf, NULL) || in getgrouplist()
|
H A D | pwcache.c | 360 getpwnam_r(name, &pwstore, pwbuf, sizeof(pwbuf), &pw); in uid_from_user()
|
H A D | auth_subr.c | 640 getpwnam_r(as->name, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in auth_setpwd() 646 getpwnam_r(instance + 1, &pwstore, pwbuf, in auth_setpwd()
|
H A D | getpwent.c | 786 getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t buflen, in getpwnam_r() function 791 DEF_WEAK(getpwnam_r);
|
H A D | glob.c | 391 getpwnam_r((char *)patbuf, &pwstore, pwbuf, sizeof(pwbuf), in globtilde()
|
/openbsd/lib/libc/hidden/ |
H A D | pwd.h | 35 PROTO_NORMAL(getpwnam_r);
|
/openbsd/regress/lib/libpthread/pw/ |
H A D | pw.c | 57 CHECKe(getpwnam_r(name, &pwbuf, buf, sizeof buf, &pw)); in main()
|
/openbsd/include/ |
H A D | pwd.h | 98 int getpwnam_r(const char *, struct passwd *, char *, size_t,
|
/openbsd/lib/libc/net/ |
H A D | rcmdsh.c | 71 getpwnam_r(locuser, &pwstore, pwbuf, sizeof(pwbuf), &pw); in rcmdsh()
|
H A D | ruserok.c | 110 getpwnam_r(luser, &pwstore, pwbuf, sizeof(pwbuf), &pwd); in iruserok_sa()
|
/openbsd/lib/libedit/ |
H A D | filecomplete.c | 90 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0) in fn_tilde_expand()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | reentr.h | 1357 # 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 D | config_h.SH | 4888 * 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 D | config.h.in | 93 /* Define to 1 if you have the `getpwnam_r' function. */
|
H A D | configure.ac | 73 AC_CHECK_FUNCS(getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r)
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 673 getpwnam_r
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 502 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 D | msan_test.cpp | 3610 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 D | Path.inc | 681 getpwnam_r(User.c_str(), &Pwd, Buf.get(), BufSize, &Entry);
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 89 #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 D | config_h.sample | 1578 * This symbol, if defined, indicates that the getpwnam_r routine 1582 * This symbol encodes the prototype of getpwnam_r.
|
H A D | config.plan9 | 1630 * 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 D | config_H | 4682 * 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 D | config_H.gc | 4853 * This symbol, if defined, indicates that the getpwnam_r routine 4857 * This symbol encodes the prototype of getpwnam_r.
|