Home
last modified time | relevance | path

Searched defs:spwd (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/third_party/musl/ndk_musl_include/
Dshadow.h15 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/
Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
Dgetspnam_r.c32 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/
Dtest_spwd.py6 spwd = import_helper.import_module('spwd') variable
/third_party/toybox/toys/other/
Dlogin.c80 struct spwd *spwd = getspnam (username); in login_main() local
/third_party/toybox/toys/pending/
Dsulogin.c80 struct spwd * spwd = NULL; in sulogin_main() local
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1609 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/
Dmod.rs1124 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/
Dmod.rs3911 pub fn getspnam(name: *const ::c_char) -> *mut spwd; in getspnam()