Home
last modified time | relevance | path

Searched refs:getpwuid_r (Results 1 - 25 of 34) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dgetpw_r.c32 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 Dpwd.h38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
/third_party/musl/src/legacy/
H A Dcuserid.c13 getpwuid_r(geteuid(), &pw, (void *)pwb, sizeof pwb, &ppw); in cuserid()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpwd.h38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
/third_party/musl/porting/uniproton/kernel/include/
H A Dpwd.h38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
/third_party/musl/include/
H A Dpwd.h38 int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
/third_party/musl/libc-test/src/api/
H A Dpwd.c20 {int(*p)(uid_t,struct passwd*,char*,size_t,struct passwd**) = getpwuid_r;} in f()
/third_party/musl/src/passwd/
H A Dgetpw_r.c39 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 Dlibc_pwd.cpp62 benchmark::DoNotOptimize(getpwuid_r(0, &pwd, buf, bufSize, &result)); in Bm_function_Getpwuid_r()
/third_party/alsa-lib/src/
H A Duserfile.c93 while ((err = getpwuid_r(id, &pwent, buf, bufsize, &p)) == ERANGE) { in snd_user_file()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-caps.c203 if (getpwuid_r(context->uid, &pr, strs, sizeof(strs), &p) || !p) {
/third_party/curl/lib/
H A Dnetrc.c297 if(!getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) in Curl_parsenetrc()
H A Dcurl_ntlm_wb.c158 !getpwuid_r(geteuid(), &pw, pwbuf, sizeof(pwbuf), &pw_res) && in ntlm_wb_init()
H A Dcurl_setup.h152 /* 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 Dusergroup.c64 /* 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 Dpwdmodule.c145 /* 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 Dglob.c207 : getpwuid_r(getuid(), &pw, buf, PATH_MAX, &res)) { in expand_tilde()
/third_party/node/src/
H A Dnode_credentials.cc169 if ((rc = getpwuid_r(uid, &pwd, buf, sizeof(buf), &pp)) == 0 && in name_by_uid()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c865 getpwuid_r(getuid(), &pwd, buf, buf_size, &result); in disk_cache_generate_cache_dir()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs706 pub fn getpwuid_r( in getpwuid_r() functions
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c458 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
/third_party/node/deps/uv/src/unix/
H A Dcore.c1193 r = getpwuid_r(uid, &pw, buf, bufsize, &result); in uv__getpwuid_r()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs797 pub fn getpwuid_r( in getpwuid_r() functions
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs978 pub fn getpwuid_r( in getpwuid_r() functions
/third_party/toybox/lib/
H A Dlib.c1272 errno = getpwuid_r(uid, &list->pw, sizeof(*list)+(char *)list, in bufgetpwuid()

Completed in 21 milliseconds

12