Home
last modified time | relevance | path

Searched refs:getpwnam (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Darchive_util.py18 from pwd import getpwnam
20 getpwnam = None variable
41 if getpwnam is None or name is None:
44 result = getpwnam(name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pwd.py47 self.assertIn(pwd.getpwnam(e.pw_name), entriesbyname[e.pw_name])
52 self.assertRaises(TypeError, pwd.getpwnam)
85 self.assertRaises(KeyError, pwd.getpwnam, fakename)
Dtest_posix.py223 ent = pwd.getpwnam('nfsnobody')
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DStubFunctions.c37 getpwnam (const char *name) in getpwnam() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dpwd.h120 struct passwd *getpwnam(const char *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py16 from pwd import getpwnam
18 getpwnam = None variable
328 if getpwnam is None or name is None:
331 result = getpwnam(name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshutil.py16 from pwd import getpwnam
18 getpwnam = None variable
324 if getpwnam is None or name is None:
327 result = getpwnam(name)
Dposixpath.py266 pwent = pwd.getpwnam(path[1:i])
DCGIHTTPServer.py353 nobody = pwd.getpwnam('nobody')[2]
Dsmtpd.py534 nobody = pwd.getpwnam('nobody')[2]
Dtarfile.py2272 u = pwd.getpwnam(tarinfo.uname)[2]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c131 if ((p = getpwnam(name)) == NULL) { in pwd_getpwnam()
/device/generic/goldfish/wifi/execns/
Dexecns.cpp153 struct passwd* pwd = ::getpwnam(user); in changeUser()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h315 #define getpwnam _getpwnam