Searched refs:sp_max (Results 1 - 14 of 14) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_spwd.py | 39 self.assertIsInstance(entry.sp_max, int) 40 self.assertEqual(entry.sp_max, entry[4])
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | shadow.h | 20 long sp_max; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | shadow.h | 20 long sp_max; member
|
/third_party/musl/include/ |
H A D | shadow.h | 20 long sp_max; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | shadow.h | 20 long sp_max; member
|
/third_party/musl/src/passwd/ |
H A D | putspent.c | 11 NUM(sp->sp_min), NUM(sp->sp_max), NUM(sp->sp_warn), in putspent()
|
H A D | getspnam_r.c | 47 s++; sp->sp_max = xatol(&s); in __parsespent()
|
/third_party/musl/porting/linux/user/src/passwd/ |
H A D | getspnam_r.c | 46 s++; sp->sp_max = 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\ 39 {"sp_max", "max #days between changes"}, 52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\ 102 SETI(setIndex++, p->sp_max); in mkspent()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 80 pub sp_max: ::c_long,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 225 pub sp_max: ::off_t,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 380 pub sp_max: ::c_int,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 490 pub sp_max: ::c_long,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 94 pub sp_max: ::c_long,
|
Completed in 40 milliseconds