HomeSort by relevance Sort by last modified time
    Searched full:sp_namp (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/test/
test_spwd.py 22 random_name = entries[0].sp_namp
25 self.assertEqual(entry.sp_namp, random_name)
26 self.assertEqual(entry.sp_namp, entry[0])
27 self.assertEqual(entry.sp_namp, entry.sp_nam)
  /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\
27 The sp_namp and sp_pwdp are strings, the rest are integers.\n\
35 {"sp_namp", "login name"},
52 (sp_namp,sp_pwdp,sp_lstchg,sp_min,sp_max,sp_warn,sp_inact,sp_expire,sp_flag)\n\
88 SETS(setIndex++, p->sp_namp);
97 SETS(setIndex++, p->sp_namp); /* Backward compatibility for sp_nam */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
spwd.so 
  /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\
22 The sp_namp and sp_pwdp are strings, the rest are integers.\n\
80 SETS(setIndex++, p->sp_namp);
107 "getspnam(name) -> (sp_namp, sp_pwdp, sp_lstchg, sp_min, sp_max,\n\
  /external/python/cpython3/Doc/library/
spwd.rst 23 | 0 | ``sp_namp`` | Login name |
48 The sp_namp and sp_pwdp items are strings, all others are integers.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
shadow.h 42 char *sp_namp; /* Login name. */ member in struct:spwd
  /external/python/cpython3/Misc/
HISTORY     [all...]

Completed in 749 milliseconds