Home
last modified time | relevance | path

Searched refs:sp_pwdp (Results 1 - 18 of 18) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dsu.c63 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 Dpasswd.c73 if (*(pass = pw->pw_passwd)=='x' && (sp = getspnam(name))) pass = sp->sp_pwdp; in passwd_main()
/third_party/python/Lib/test/
H A Dtest_spwd.py32 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 Dchsh.c51 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 Dsulogin.c104 if ((spwd = getspnam (pwd->pw_name))) pass = spwd->sp_pwdp; in sulogin_main()
/third_party/python/Modules/
H A Dspwdmodule.c26 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 Dshadow.h17 char *sp_pwdp; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dshadow.h17 char *sp_pwdp; member
/third_party/musl/include/
H A Dshadow.h17 char *sp_pwdp; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dshadow.h17 char *sp_pwdp; member
/third_party/musl/src/passwd/
H A Dputspent.c10 STR(sp->sp_namp), STR(sp->sp_pwdp), NUM(sp->sp_lstchg), in putspent()
H A Dgetspnam_r.c37 sp->sp_pwdp = ++s; in __parsespent()
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c36 sp->sp_pwdp = ++s; in __parsespent()
/third_party/toybox/toys/other/
H A Dlogin.c82 if (spwd) pass = spwd->sp_pwdp; in login_main()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs77 pub sp_pwdp: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs377 pub sp_pwdp: *mut ::c_char,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs487 pub sp_pwdp: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs91 pub sp_pwdp: *mut ::c_char,

Completed in 34 milliseconds