Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c1497 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
2745 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3054 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3095 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()