Home
last modified time | relevance | path

Searched refs:_PyVerify_fd_dup2 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c157 #define _PyVerify_fd_dup2(A, B) (1) macro
2872 if (!_PyVerify_fd_dup2(fd, fd2)) in edk2_dup2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c443 _PyVerify_fd_dup2(int fd1, int fd2) in _PyVerify_fd_dup2() function
456 #define _PyVerify_fd_dup2(A, B) (1) macro
6503 if (!_PyVerify_fd_dup2(fd, fd2)) in posix_dup2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c156 #define _PyVerify_fd_dup2(A, B) (1) macro
4866 if (!_PyVerify_fd_dup2(fd, fd2)) in posix_dup2()