Searched refs:sp_max (Results 1 – 16 of 16) sorted by relevance
/third_party/python/Lib/test/ |
D | test_spwd.py | 36 self.assertIsInstance(entry.sp_max, int) 37 self.assertEqual(entry.sp_max, entry[4])
|
/third_party/musl/ndk_musl_include/ |
D | shadow.h | 20 long sp_max; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | shadow.h | 20 long sp_max; member
|
/third_party/musl/include/ |
D | shadow.h | 20 long sp_max; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | shadow.h | 20 long sp_max; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | shadow.h | 20 long sp_max; member
|
/third_party/musl/src/passwd/ |
D | putspent.c | 11 NUM(sp->sp_min), NUM(sp->sp_max), NUM(sp->sp_warn), in putspent()
|
D | getspnam_r.c | 39 s++; sp->sp_max = xatol(&s); in __parsespent()
|
/third_party/musl/porting/linux/user/src/passwd/ |
D | getspnam_r.c | 46 s++; sp->sp_max = xatol(&s); in __parsespent()
|
/third_party/python/Doc/library/ |
D | spwd.rst | 32 | 4 | ``sp_max`` | Maximum number of days between |
|
/third_party/python/Modules/ |
D | spwdmodule.c | 102 SETI(setIndex++, p->sp_max); in mkspent()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 80 pub sp_max: ::c_long,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 225 pub sp_max: ::off_t,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 380 pub sp_max: ::c_int,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 94 pub sp_max: ::c_long,
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 490 pub sp_max: ::c_long,
|