/third_party/musl/libc-test/src/regression/ |
D | test_src_regression.gni | 14 "getpwnam_r-crash", 15 "getpwnam_r-errno",
|
D | getpwnam_r-crash.c | 11 getpwnam_r("nonsensical_user", &pwbuf, buf, sizeof buf, &pw); in main()
|
D | getpwnam_r-errno.c | 14 if (getpwnam_r("nonsensical_user", &pwbuf, buf, sizeof buf, &pw) == baderr) in main()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-caps.c | 94 if (getpwnam_r(u, &pr, strs, sizeof(strs), &p) || !p) { 146 if (!getpwnam_r(context->username, &pr, strs, sizeof(strs), &p) && p) {
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pwd.h | 39 int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/include/ |
D | pwd.h | 39 int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pwd.h | 39 int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pwd.h | 39 int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/libc-test/src/api/ |
D | pwd.c | 18 {int(*p)(const char*,struct passwd*,char*,size_t,struct passwd**) = getpwnam_r;} in f()
|
/third_party/musl/Benchmark/musl/ |
D | libc_pwd.cpp | 45 benchmark::DoNotOptimize(getpwnam_r("root", &pwd, buf, bufSize, &result)); in Bm_function_Getpwnam_r()
|
/third_party/musl/src/passwd/ |
D | getpw_r.c | 34 int getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwnam_r() function
|
/third_party/pulseaudio/src/pulsecore/ |
D | usergroup.c | 265 …while ((err = getpwnam_r(name, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE)… in pa_getpwnam_malloc()
|
/third_party/python/Modules/ |
D | pwdmodule.c | 247 status = getpwnam_r(name_chars, &pwd, buf, bufsize, &p); in pwd_getpwnam_impl()
|
/third_party/selinux/libselinux/src/ |
D | seusers.c | 105 int retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent); in get_default_gid()
|
/third_party/musl/src/regex/ |
D | glob.c | 206 switch (*p ? getpwnam_r(p, &pw, buf, PATH_MAX, &res) in expand_tilde()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 600 getpwnam_r
|
D | openbsd.txt | 1047 getpwnam_r
|
D | fuchsia.txt | 1226 getpwnam_r
|
D | dragonfly.txt | 1302 getpwnam_r
|
D | netbsd.txt | 1262 getpwnam_r
|
D | freebsd.txt | 1627 getpwnam_r
|
/third_party/node/src/ |
D | node_credentials.cc | 154 if (getpwnam_r(name, &pwd, buf, sizeof(buf), &pp) == 0 && pp != nullptr) in uid_by_name()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 699 pub fn getpwnam_r( in getpwnam_r() function
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 789 pub fn getpwnam_r( in getpwnam_r() function
|
/third_party/musl/ |
D | libc.map.txt | 869 getpwnam_r;
|