/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
H A D | getpw_r.c | 32 int ret = getpwuid_r(getuid(), &pw, buf, sizeof(buf), &res); in getpwuid_r_0100() 50 int ret = getpwuid_r(getuid(), &pw, buf, 1, &res); in getpwuid_r_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pwd.h | 38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/src/legacy/ |
H A D | cuserid.c | 13 getpwuid_r(geteuid(), &pw, (void *)pwb, sizeof pwb, &ppw); in cuserid()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pwd.h | 38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pwd.h | 38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/include/ |
H A D | pwd.h | 38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
|
/third_party/musl/libc-test/src/api/ |
H A D | pwd.c | 20 {int(*p)(uid_t,struct passwd*,char*,size_t,struct passwd**) = getpwuid_r;} in f()
|
/third_party/musl/src/passwd/ |
H A D | getpw_r.c | 39 int getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwuid_r() function
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_pwd.cpp | 62 benchmark::DoNotOptimize(getpwuid_r(0, &pwd, buf, bufSize, &result)); in Bm_function_Getpwuid_r()
|
/third_party/alsa-lib/src/ |
H A D | userfile.c | 93 while ((err = getpwuid_r(id, &pwent, buf, bufsize, &p)) == ERANGE) { in snd_user_file()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-caps.c | 203 if (getpwuid_r(context->uid, &pr, strs, sizeof(strs), &p) || !p) {
|
/third_party/curl/lib/ |
H A D | netrc.c | 297 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) in Curl_parsenetrc()
|
H A D | curl_ntlm_wb.c | 158 !getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) && in ntlm_wb_init()
|
H A D | curl_setup.h | 152 /* Solaris needs this to get a POSIX-conformant getpwuid_r */ 814 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buf,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | usergroup.c | 64 /* Returns a suitable starting size for a getpwnam_r() or getpwuid_r() buffer, 324 while ((err = getpwuid_r(uid, (struct passwd *)buf, getpw_buf, getpw_buflen, &result)) == ERANGE) { in pa_getpwuid_malloc()
|
/third_party/python/Modules/ |
H A D | pwdmodule.c | 145 /* Note: 'pwd' will be used via pointer 'p' on getpwuid_r success. */ in pwd_getpwuid() 162 status = getpwuid_r(uid, &pwd, buf, bufsize, &p); in pwd_getpwuid()
|
/third_party/musl/src/regex/ |
H A D | glob.c | 207 : getpwuid_r(getuid(), &pw, buf, PATH_MAX, &res)) { in expand_tilde()
|
/third_party/node/src/ |
H A D | node_credentials.cc | 169 if ((rc = getpwuid_r(uid, &pwd, buf, sizeof(buf), &pp)) == 0 && in name_by_uid()
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache_os.c | 865 getpwuid_r(getuid(), &pwd, buf, buf_size, &result); in disk_cache_generate_cache_dir()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 706 pub fn getpwuid_r( in getpwuid_r() functions
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.c | 458 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1193 r = getpwuid_r(uid, &pw, buf, bufsize, &result); in uv__getpwuid_r()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 797 pub fn getpwuid_r( in getpwuid_r() functions
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 978 pub fn getpwuid_r( in getpwuid_r() functions
|
/third_party/toybox/lib/ |
H A D | lib.c | 1272 errno = getpwuid_r(uid, &list->pw, sizeof(*list)+(char *)list, in bufgetpwuid()
|