HomeSort by relevance Sort by last modified time
    Searched refs:sp_inact (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/test/
test_spwd.py 37 self.assertIsInstance(entry.sp_inact, int)
38 self.assertEqual(entry.sp_inact, entry[6])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
shadow.h 49 long int sp_inact; /* Number of days the account may be member in struct:spwd
  /external/python/cpython3/Lib/test/
test_spwd.py 39 self.assertIsInstance(entry.sp_inact, int)
40 self.assertEqual(entry.sp_inact, entry[6])
  /external/python/cpython2/Modules/
spwdmodule.c 21 sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max, sp_warn, sp_inact, sp_expire, sp_flag.\n\
36 {"sp_inact", "#days after pw expires until account is blocked"},
45 (sp_nam,sp_pwd,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
86 SETI(setIndex++, p->sp_inact);
108 sp_warn, sp_inact, sp_expire, sp_flag)\n\
  /external/python/cpython3/Modules/
spwdmodule.c 26 sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max, sp_warn, sp_inact, sp_expire, sp_flag.\n\
41 {"sp_inact", "#days after pw expires until account is disabled"},
52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
94 SETI(setIndex++, p->sp_inact);

Completed in 330 milliseconds