Home
last modified time | relevance | path

Searched refs:pw_gid (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pwd.py22 self.assertEqual(e[3], e.pw_gid)
23 self.assertIsInstance(e.pw_gid, int)
Dtest_posix.py224 chown_func(first_param, ent.pw_uid, ent.pw_gid)
/device/linaro/bootloader/edk2/StdLib/Include/
Dpwd.h109 gid_t pw_gid; /* user gid */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c77 SETI(setIndex++, p->pw_gid); in mkpwent()