Home
last modified time | relevance | path

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

/dports/lang/python37/Python-3.7.12/Modules/
H A 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()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c1559 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
2896 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3224 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3265 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c1559 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
2896 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3224 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3265 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c1559 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
2896 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3224 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3265 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c1559 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
2896 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3224 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3265 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c1559 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
2896 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3224 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3265 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c1759 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
3187 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3530 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3571 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c1743 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
3171 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3514 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3555 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c1707 posix_fildes_fd(int fd, int (*func)(int)) in posix_fildes_fd() function
3139 return posix_fildes_fd(fd, fchdir); in os_fchdir_impl()
3482 return posix_fildes_fd(fd, fsync); in os_fsync_impl()
3523 return posix_fildes_fd(fd, fdatasync); in os_fdatasync_impl()