Home
last modified time | relevance | path

Searched defs:posix (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshlex.py23 def __init__(self, instream=None, infile=None, posix=False): argument
274 def split(s, comments=False, posix=True): argument
Dtarfile.py1611 posix = property(_getposix, _setposix) variable in TarFile
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
DMakefile117 posix: target
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posix.py6 posix = test_support.import_module('posix') variable