Searched refs:sp_lstchg (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Lib/test/ |
D | test_spwd.py | 32 self.assertIsInstance(entry.sp_lstchg, int) 33 self.assertEqual(entry.sp_lstchg, entry[2])
|
/third_party/musl/ndk_musl_include/ |
D | shadow.h | 18 long sp_lstchg; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | shadow.h | 18 long sp_lstchg; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | shadow.h | 18 long sp_lstchg; member
|
/third_party/musl/include/ |
D | shadow.h | 18 long sp_lstchg; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | shadow.h | 18 long sp_lstchg; member
|
/third_party/musl/src/passwd/ |
D | putspent.c | 10 STR(sp->sp_namp), STR(sp->sp_pwdp), NUM(sp->sp_lstchg), in putspent()
|
D | getspnam_r.c | 33 s++; sp->sp_lstchg = xatol(&s); in __parsespent()
|
/third_party/musl/porting/linux/user/src/passwd/ |
D | getspnam_r.c | 40 s++; sp->sp_lstchg = xatol(&s); in __parsespent()
|
/third_party/python/Doc/library/ |
D | spwd.rst | 27 | 2 | ``sp_lstchg`` | Date of last change |
|
/third_party/python/Modules/ |
D | spwdmodule.c | 100 SETI(setIndex++, p->sp_lstchg); in mkspent()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 78 pub sp_lstchg: ::c_long,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 378 pub sp_lstchg: ::c_int,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 92 pub sp_lstchg: ::c_long,
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 488 pub sp_lstchg: ::c_long,
|