Home
last modified time | relevance | path

Searched defs:spwd (Results 1 – 8 of 8) 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/uniproton/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/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/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