Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py107 def dup2(self, fd): member in _posixfile_
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c466 dup2 (int fildes, int fildes2) in dup2() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c2397 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c2393 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local