Searched refs:getspnam_r (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
H A D | getspnam_r.c | 36 int result = getspnam_r(spwd_name, &spwd_storage, buf, sizeof(buf), &spwd); in getspnam_r_0100() 53 int result = getspnam_r("bin", &spwd_storage, buf, sizeof(buf), &spwd); in getspnam_r_0200() 60 * @tc.desc : Test the function of getspnam_r with invalid input(name). 69 int result = getspnam_r("bin/", &spwd_storage, buf, sizeof(buf), &spwd); in getspnam_r_0300() 89 int result = getspnam_r(name, &spwd_storage, buf, sizeof(buf), &spwd); in getspnam_r_0400()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | shadow.h | 35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | shadow.h | 35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
|
/third_party/musl/src/passwd/ |
H A D | getspnam.c | 15 e = getspnam_r(name, &sp, line, LINE_LIM, &res); in getspnam()
|
H A D | getspnam_r.c | 69 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) in getspnam_r() function
|
/third_party/musl/include/ |
H A D | shadow.h | 35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | shadow.h | 35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
|
/third_party/musl/porting/linux/user/src/passwd/ |
H A D | getspnam_r.c | 68 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) in getspnam_r() function
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1617 pub fn getspnam_r( in getspnam_r() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3813 // Only `getspnam_r` is implemented for musl, out of all of the reenterant 3816 pub fn getspnam_r( in getspnam_r() functions
|
Completed in 22 milliseconds