Home
last modified time | relevance | path

Searched refs:getspnam_r (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dgetspnam_r.c36 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 Dshadow.h35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dshadow.h35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
/third_party/musl/src/passwd/
H A Dgetspnam.c15 e = getspnam_r(name, &sp, line, LINE_LIM, &res); in getspnam()
H A Dgetspnam_r.c69 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 Dshadow.h35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dshadow.h35 int getspnam_r(const char *, struct spwd *, char *, size_t, struct spwd **);
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c68 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 Dmod.rs1617 pub fn getspnam_r( in getspnam_r() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3813 // 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