Home
last modified time | relevance | path

Searched refs:pw_gecos (Results 1 – 17 of 17) sorted by relevance

/external/toybox/toys/pending/
Duseradd.c66 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/
Dtest_pwd.py22 self.assertEqual(e[4], e.pw_gecos)
23 self.assertIsInstance(e.pw_gecos, basestring)
/external/python/cpython3/Lib/test/
Dtest_pwd.py31 self.assertEqual(e[4], e.pw_gecos)
32 self.assertIsInstance(e.pw_gecos, str)
/external/e2fsprogs/include/mingw/
Dpwd.h14 char *pw_gecos; member
/external/e2fsprogs/include/nonunix/
Dpwd.h16 char *pw_gecos; member
/external/python/cpython2/Lib/plat-os2emx/
Dpwd.py132 self.pw_gecos, self.pw_dir,
/external/python/cpython2/Modules/
Dpwdmodule.c81 SETS(setIndex++, p->pw_gecos); in mkpwent()
/external/python/cpython3/Modules/
Dpwdmodule.c86 SETS(setIndex++, p->pw_gecos); in mkpwent()
/external/python/cpython2/Doc/library/
Dpwd.rst28 | 4 | ``pw_gecos`` | User name or comment field |
/external/python/cpython3/Doc/library/
Dpwd.rst28 | 4 | ``pw_gecos`` | User name or comment field |
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h341 char *pw_gecos; member
Dsanitizer_platform_limits_posix.cc1211 CHECK_SIZE_AND_OFFSET(passwd, pw_gecos);
Dsanitizer_common_interceptors.inc1448 if (pwd->pw_gecos)
1449 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_gecos,
1450 REAL(strlen)(pwd->pw_gecos) + 1);
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1640 fp.write("# By: %s\n" % pwd.getpwuid(os.getuid()).pw_gecos)
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1656 fp.write("# By: %s\n" % pwd.getpwuid(os.getuid()).pw_gecos)
/external/python/cpython3/
Dpyconfig.h.in941 /* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
Dconfigure.ac3929 AC_CHECK_MEMBERS([struct passwd.pw_gecos, struct passwd.pw_passwd], [], [], [[