Home
last modified time | relevance | path

Searched refs:sp_flag (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_spwd.py47 self.assertIsInstance(entry.sp_flag, int)
48 self.assertEqual(entry.sp_flag, entry[8])
/third_party/musl/porting/uniproton/kernel/include/
H A Dshadow.h24 unsigned long sp_flag; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dshadow.h24 unsigned long sp_flag; member
/third_party/musl/include/
H A Dshadow.h24 unsigned long sp_flag; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dshadow.h24 unsigned long sp_flag; member
/third_party/musl/src/passwd/
H A Dputspent.c12 NUM(sp->sp_inact), NUM(sp->sp_expire), NUM(sp->sp_flag)) < 0 ? -1 : 0; in putspent()
H A Dgetspnam_r.c59 s++; sp->sp_flag = xatol(&s); in __parsespent()
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c58 s++; sp->sp_flag = xatol(&s); in __parsespent()
/third_party/python/Modules/
H A Dspwdmodule.c26 sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max, sp_warn, sp_inact, sp_expire, sp_flag.\n\
43 {"sp_flag", "reserved"},
52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
106 SETI(setIndex++, p->sp_flag); in mkspent()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs84 pub sp_flag: ::c_ulong,
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs384 pub sp_flag: ::c_int,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs494 pub sp_flag: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs98 pub sp_flag: ::c_ulong,

Completed in 35 milliseconds