Searched defs:posix_fildes_fd (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
H A Dposixmodule.c1392 posix_fildes_fd(int fd, int (*func)(int)) function
2672 return posix_fildes_fd(fd, fchdir);
2980 return posix_fildes_fd(fd, fsync);
3021 return posix_fildes_fd(fd, fdatasync);

Completed in 88 milliseconds