Searched refs:sp_pwdp (Results 1 - 18 of 18) sorted by relevance
/third_party/toybox/toys/lsb/ |
H A D | su.c | 63 if (*shp->sp_pwdp != '$') goto deny; in su_main() 65 passhash = crypt(toybuf, shp->sp_pwdp); in su_main() 67 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny; in su_main()
|
H A D | passwd.c | 73 if (*(pass = pw->pw_passwd)=='x' && (sp = getspnam(name))) pass = sp->sp_pwdp; in passwd_main()
|
/third_party/python/Lib/test/ |
H A D | test_spwd.py | 32 self.assertIsInstance(entry.sp_pwdp, str) 33 self.assertEqual(entry.sp_pwdp, entry[1]) 34 self.assertEqual(entry.sp_pwdp, entry.sp_pwd)
|
/third_party/toybox/toys/pending/ |
H A D | chsh.c | 51 if (!(encrypted = crypt(toybuf, shadow_info->sp_pwdp))) perror_exit("crypt"); in chsh_main() 54 if (strcmp(encrypted, shadow_info->sp_pwdp)) perror_exit("Bad password"); in chsh_main()
|
H A D | sulogin.c | 104 if ((spwd = getspnam (pwd->pw_name))) pass = spwd->sp_pwdp; in sulogin_main()
|
/third_party/python/Modules/ |
H A D | spwdmodule.c | 26 sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max, sp_warn, sp_inact, sp_expire, sp_flag.\n\ 27 The sp_namp and sp_pwdp are strings, the rest are integers.\n\ 36 {"sp_pwdp", "encrypted password"}, 52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\ 99 SETS(setIndex++, p->sp_pwdp); in mkspent() 108 SETS(setIndex++, p->sp_pwdp); /* Backward compatibility for sp_pwd */ in mkspent()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | shadow.h | 17 char *sp_pwdp; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | shadow.h | 17 char *sp_pwdp; member
|
/third_party/musl/include/ |
H A D | shadow.h | 17 char *sp_pwdp; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | shadow.h | 17 char *sp_pwdp; member
|
/third_party/musl/src/passwd/ |
H A D | putspent.c | 10 STR(sp->sp_namp), STR(sp->sp_pwdp), NUM(sp->sp_lstchg), in putspent()
|
H A D | getspnam_r.c | 37 sp->sp_pwdp = ++s; in __parsespent()
|
/third_party/musl/porting/linux/user/src/passwd/ |
H A D | getspnam_r.c | 36 sp->sp_pwdp = ++s; in __parsespent()
|
/third_party/toybox/toys/other/ |
H A D | login.c | 82 if (spwd) pass = spwd->sp_pwdp; in login_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 77 pub sp_pwdp: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 377 pub sp_pwdp: *mut ::c_char,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 487 pub sp_pwdp: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 91 pub sp_pwdp: *mut ::c_char,
|
Completed in 34 milliseconds