Searched defs:spwd (Results 1 – 8 of 8) sorted by relevance
15 struct spwd { struct29 struct spwd *getspent(void); argument
15 struct spwd { struct16 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;
6 spwd = import_helper.import_module('spwd') variable
80 struct spwd *spwd = getspnam (username); in login_main() local
80 struct spwd * spwd = NULL; in sulogin_main() local