Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A 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()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c614 _PyVerify_fd_dup2(int fd1, int fd2) in _PyVerify_fd_dup2() function
627 #define _PyVerify_fd_dup2(A, B) (1) macro
6725 if (!_PyVerify_fd_dup2(fd, fd2)) in posix_dup2()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c614 _PyVerify_fd_dup2(int fd1, int fd2) in _PyVerify_fd_dup2() function
627 #define _PyVerify_fd_dup2(A, B) (1) macro
6725 if (!_PyVerify_fd_dup2(fd, fd2)) in posix_dup2()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c156 #define _PyVerify_fd_dup2(A, B) (1) macro
4866 if (!_PyVerify_fd_dup2(fd, fd2)) in posix_dup2()