Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 11 of 11) sorted by relevance

/third_party/ulib/musl/src/passwd/
A Dgetpw_r.c5 static int getpw_r(const char* name, uid_t uid, struct passwd* pw, char* buf, size_t size, in getpw_r() argument
11 rv = __getpw_a(name, uid, pw, &line, &len, res); in getpw_r()
32 int getpwuid_r(uid_t uid, struct passwd* pw, char* buf, size_t size, struct passwd** res) { in getpwuid_r() argument
33 return getpw_r(0, uid, pw, buf, size, res); in getpwuid_r()
A Dgetpw_a.c18 int __getpw_a(const char* name, uid_t uid, struct passwd* pw, char** buf, size_t* size, in __getpw_a() argument
32 if ((name && !strcmp(name, (*res)->pw_name)) || (!name && (*res)->pw_uid == uid)) in __getpw_a()
52 if (uid > UINT32_MAX) { in __getpw_a()
56 key = itoa(uidbuf, uid); in __getpw_a()
122 if ((name && strcmp(name, pw->pw_name)) || (!name && uid != pw->pw_uid)) { in __getpw_a()
A Dgetpwent.c26 struct passwd* getpwuid(uid_t uid) { in getpwuid() argument
28 __getpw_a(0, uid, &pw, &line, &size, &res); in getpwuid()
A Dpwf.h11 int __getpw_a(const char* name, uid_t uid, struct passwd* pw, char** buf, size_t* size,
/third_party/ulib/musl/include/bits/x86_64/
A Dipc.h3 uid_t uid; member
/third_party/ulib/musl/include/bits/aarch64/
A Dipc.h3 uid_t uid; member
/third_party/ulib/musl/include/
A Dstropts.h117 int uid; member
/third_party/ulib/musl/stubs/
A Didstubs.c140 static int stub_setuid(uid_t uid) { in stub_setuid() argument
A Diostubs.c383 static int stub_fchownat(int fd, const char* path, uid_t uid, gid_t gid, int flag) { in stub_fchownat() argument
/third_party/ulib/musl/include/sys/
A Dsocket.h25 uid_t uid; member
/third_party/ulib/jemalloc/
A DChangeLog429 - Ignore MALLOC_CONF in set{uid,gid,cap} binaries.

Completed in 16 milliseconds