Home
last modified time | relevance | path

Searched refs:sp_lstchg (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_spwd.py35 self.assertIsInstance(entry.sp_lstchg, int)
36 self.assertEqual(entry.sp_lstchg, entry[2])
/third_party/musl/porting/uniproton/kernel/include/
H A Dshadow.h18 long sp_lstchg; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dshadow.h18 long sp_lstchg; member
/third_party/musl/include/
H A Dshadow.h18 long sp_lstchg; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dshadow.h18 long sp_lstchg; 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.c41 s++; sp->sp_lstchg = xatol(&s); in __parsespent()
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c40 s++; sp->sp_lstchg = xatol(&s); in __parsespent()
/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\
37 {"sp_lstchg", "date of last change"},
52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
100 SETI(setIndex++, p->sp_lstchg); in mkspent()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs78 pub sp_lstchg: ::c_long,
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs378 pub sp_lstchg: ::c_int,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs488 pub sp_lstchg: ::c_long,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs92 pub sp_lstchg: ::c_long,

Completed in 35 milliseconds