Home
last modified time | relevance | path

Searched refs:sp_lstchg (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/test/
Dtest_spwd.py32 self.assertIsInstance(entry.sp_lstchg, int)
33 self.assertEqual(entry.sp_lstchg, entry[2])
/third_party/musl/ndk_musl_include/
Dshadow.h18 long sp_lstchg; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dshadow.h18 long sp_lstchg; member
/third_party/musl/porting/liteos_m/kernel/include/
Dshadow.h18 long sp_lstchg; member
/third_party/musl/include/
Dshadow.h18 long sp_lstchg; member
/third_party/musl/porting/uniproton/kernel/include/
Dshadow.h18 long sp_lstchg; member
/third_party/musl/src/passwd/
Dputspent.c10 STR(sp->sp_namp), STR(sp->sp_pwdp), NUM(sp->sp_lstchg), in putspent()
Dgetspnam_r.c33 s++; sp->sp_lstchg = xatol(&s); in __parsespent()
/third_party/musl/porting/linux/user/src/passwd/
Dgetspnam_r.c40 s++; sp->sp_lstchg = xatol(&s); in __parsespent()
/third_party/python/Doc/library/
Dspwd.rst27 | 2 | ``sp_lstchg`` | Date of last change |
/third_party/python/Modules/
Dspwdmodule.c100 SETI(setIndex++, p->sp_lstchg); in mkspent()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs78 pub sp_lstchg: ::c_long,
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs378 pub sp_lstchg: ::c_int,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs92 pub sp_lstchg: ::c_long,
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs488 pub sp_lstchg: ::c_long,