Searched defs:spwd (Results 1 – 6 of 6) sorted by relevance
5 spwd = test_support.import_module('spwd') variable
5 spwd = support.import_module('spwd') variable
80 struct spwd *spwd = getspnam (username); in login_main() local
80 struct spwd * spwd = NULL; in sulogin_main() local
1905 pub fn getspnam(__name: *const ::c_char) -> *mut spwd; in getspnam()
2453 pub fn getspnam(__name: *const ::c_char) -> *mut spwd; in getspnam()