Searched refs:sp_expire (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_spwd.py | 45 self.assertIsInstance(entry.sp_expire, int) 46 self.assertEqual(entry.sp_expire, entry[7])
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | shadow.h | 23 long sp_expire; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | shadow.h | 23 long sp_expire; member
|
/third_party/musl/include/ |
H A D | shadow.h | 23 long sp_expire; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | shadow.h | 23 long sp_expire; member
|
/third_party/musl/src/passwd/ |
H A D | putspent.c | 12 NUM(sp->sp_inact), NUM(sp->sp_expire), NUM(sp->sp_flag)) < 0 ? -1 : 0; in putspent()
|
H A D | getspnam_r.c | 56 s++; sp->sp_expire = xatol(&s); in __parsespent()
|
/third_party/musl/porting/linux/user/src/passwd/ |
H A D | getspnam_r.c | 55 s++; sp->sp_expire = xatol(&s); in __parsespent()
|
/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\ 42 {"sp_expire", "#days since 1970-01-01 when account expires"}, 52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\ 105 SETI(setIndex++, p->sp_expire); in mkspent()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 83 pub sp_expire: ::c_long,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 383 pub sp_expire: ::c_int,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 493 pub sp_expire: ::c_long,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 97 pub sp_expire: ::c_long,
|
Completed in 33 milliseconds