Searched refs:pw_gecos (Results 1 – 17 of 17) sorted by relevance
/external/toybox/toys/pending/ |
D | useradd.c | 66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,"; 120 (long)pwd.pw_uid, (long)pwd.pw_gid, pwd.pw_gecos, pwd.pw_dir,
|
/external/python/cpython2/Lib/test/ |
D | test_pwd.py | 22 self.assertEqual(e[4], e.pw_gecos) 23 self.assertIsInstance(e.pw_gecos, basestring)
|
/external/python/cpython3/Lib/test/ |
D | test_pwd.py | 31 self.assertEqual(e[4], e.pw_gecos) 32 self.assertIsInstance(e.pw_gecos, str)
|
/external/e2fsprogs/include/mingw/ |
D | pwd.h | 14 char *pw_gecos; member
|
/external/e2fsprogs/include/nonunix/ |
D | pwd.h | 16 char *pw_gecos; member
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | pwd.py | 132 self.pw_gecos, self.pw_dir,
|
/external/python/cpython2/Modules/ |
D | pwdmodule.c | 81 SETS(setIndex++, p->pw_gecos); in mkpwent()
|
/external/python/cpython3/Modules/ |
D | pwdmodule.c | 86 SETS(setIndex++, p->pw_gecos); in mkpwent()
|
/external/python/cpython2/Doc/library/ |
D | pwd.rst | 28 | 4 | ``pw_gecos`` | User name or comment field |
|
/external/python/cpython3/Doc/library/ |
D | pwd.rst | 28 | 4 | ``pw_gecos`` | User name or comment field |
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 341 char *pw_gecos; member
|
D | sanitizer_platform_limits_posix.cc | 1211 CHECK_SIZE_AND_OFFSET(passwd, pw_gecos);
|
D | sanitizer_common_interceptors.inc | 1448 if (pwd->pw_gecos) 1449 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_gecos, 1450 REAL(strlen)(pwd->pw_gecos) + 1);
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 1640 fp.write("# By: %s\n" % pwd.getpwuid(os.getuid()).pw_gecos)
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1656 fp.write("# By: %s\n" % pwd.getpwuid(os.getuid()).pw_gecos)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 941 /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
|
D | configure.ac | 3929 AC_CHECK_MEMBERS([struct passwd.pw_gecos, struct passwd.pw_passwd], [], [], [[
|