Home
last modified time | relevance | path

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

/external/musl/include/
Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/external/python/cpython2/Lib/test/
Dtest_spwd.py5 spwd = test_support.import_module('spwd') variable
/external/python/cpython3/Lib/test/
Dtest_spwd.py6 spwd = import_helper.import_module('spwd') variable
/external/toybox/toys/other/
Dlogin.c79 struct spwd *spwd = getspnam (username); in login_main() local
/external/toybox/toys/pending/
Dsulogin.c79 struct spwd * spwd = NULL; in sulogin_main() local
/external/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 …]
/external/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()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3833 pub fn getspnam(name: *const ::c_char) -> *mut spwd; in getspnam()
3839 spbuf: *mut spwd, in getspnam_r()
3842 spbufp: *mut *mut spwd, in getspnam_r()