Searched defs:spwd (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | shadow.h | 15 struct spwd { struct 29 struct spwd *getspent(void); argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | shadow.h | 15 struct spwd { struct 29 struct spwd *getspent(void); argument
|
/third_party/musl/ndk_musl_include/ |
D | shadow.h | 15 struct spwd { struct 16 char *sp_namp; 17 char *sp_pwdp; 18 long sp_lstchg; 19 long sp_min; 20 long sp_max; 21 long sp_warn; 22 long sp_inact; 23 long sp_expire; 24 unsigned long sp_flag;
|
/third_party/musl/include/ |
D | shadow.h | 15 struct spwd { struct 29 struct spwd *getspent(void); argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | shadow.h | 15 struct spwd { struct 29 struct spwd *getspent(void); argument
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getspnam_r.c | 32 struct spwd *spwd; in getspnam_r_0100() local 50 struct spwd *spwd; in getspnam_r_0200() local 66 struct spwd *spwd; in getspnam_r_0300() local 82 struct spwd *spwd; in getspnam_r_0400() local
|
/third_party/python/Lib/test/ |
D | test_spwd.py | 6 spwd = import_helper.import_module('spwd') variable
|
/third_party/toybox/toys/other/ |
D | login.c | 80 struct spwd *spwd = getspnam (username); in login_main() local
|
/third_party/toybox/toys/pending/ |
D | sulogin.c | 80 struct spwd * spwd = NULL; in sulogin_main() local
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1609 pwd: *mut spwd, in getspent_r() 1612 res: *mut *mut spwd, in getspent_r() 1616 pub fn getspnam(name: *const ::c_char) -> *mut spwd; in getspnam() 1619 spwd: *mut spwd, in getspnam_r() argument 1622 res: *mut *mut spwd, in getspnam_r() 1624 pub fn sgetspent(line: *const ::c_char) -> *mut spwd; in sgetspent() 1627 spwd: *mut spwd, in sgetspent_r() argument 1630 res: *mut *mut spwd, in sgetspent_r() 1632 pub fn fgetspent(file: *mut ::FILE) -> *mut spwd; in fgetspent() 1635 spwd: *mut spwd, in fgetspent_r() argument [all …]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 1124 spbuf: *mut ::spwd, in fgetspent_r() 1127 spbufp: *mut *mut ::spwd, in fgetspent_r() 1131 spbuf: *mut ::spwd, in sgetspent_r() 1134 spbufp: *mut *mut ::spwd, in sgetspent_r() 1137 spbuf: *mut ::spwd, in getspent_r() 1140 spbufp: *mut *mut ::spwd, in getspent_r()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3911 pub fn getspnam(name: *const ::c_char) -> *mut spwd; in getspnam()
|