Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posix.py6 posix = test_support.import_module('posix') variable
44 posix_func = getattr(posix, name, None)
49 if hasattr(posix, 'getresuid'):
51 user_ids = posix.getresuid()
56 if hasattr(posix, 'getresgid'):
58 group_ids = posix.getresgid()
63 if hasattr(posix, 'setresuid'):
65 current_user_ids = posix.getresuid()
66 self.assertIsNone(posix.setresuid(*current_user_ids))
68 self.assertIsNone(posix.setresuid(-1, -1, -1))
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshlex.py23 def __init__(self, instream=None, infile=None, posix=False): argument
32 self.posix = posix
33 if posix:
40 if self.posix:
140 if self.token or (self.posix and quoted):
147 elif self.posix and nextchar in self.escape:
154 if not self.posix:
162 if self.token or (self.posix and quoted):
174 if not self.posix:
180 elif self.posix and nextchar in self.escape and \
[all …]
Dposixfile.py100 import posix
102 if not hasattr(posix, 'fdopen'):
105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
108 import posix
110 if not hasattr(posix, 'fdopen'):
113 posix.dup2(self._file_.fileno(), fd)
114 return posix.fdopen(fd, self._file_.mode)
Dos.py44 from posix import *
46 from posix import _exit
51 import posix
52 __all__.extend(_get_exports_list(posix))
53 del posix
Dimputil.py455 from posix import stat
Dtarfile.py1611 posix = property(_getposix, _setposix) variable in TarFile
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dtelnet.py16 import sys, posix, time
59 pid = posix.fork()
75 posix.kill(pid, 9)
Dftp.py21 import sys, posix, string
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dos.py57 from posix import *
59 from posix import _exit
64 import posix
65 __all__.extend(_get_exports_list(posix))
66 del posix
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dos.py44 from posix import *
46 from posix import _exit
51 import posix
52 __all__.extend(_get_exports_list(posix))
53 del posix
/device/linaro/bootloader/edk2/EmulatorPkg/
DREADME13 * Builds and runs under a posix-like environment with X windows
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
DMakefile29 PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
117 posix: target
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DREADME103 sample/posix.c POSIX API sample.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME446 posix, pwd, readline, regex, reop,
495 posix, new, _sre, unicodedata
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME453 posix, pwd, readline, regex, reop,
502 posix, new, _sre, unicodedata