Searched defs:dup2 (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dup2.c | 20 dup2(int fd1, int fd2) in dup2() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixfile.py | 107 def dup2(self, fd): member in _posixfile_
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 466 dup2 (int fildes, int fildes2) in dup2() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | setobject.c | 2397 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/ |
D | setobject.c | 2393 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x; in test_c_api() local
|