Home | History | Annotate | Download | only in Modules

Lines Matching defs:fsync

133 #define fsync _commit
2028 "fsync(fildes)\n\n\
2034 return posix_fildes(fdobj, fsync);
6841 fsync(fd);
9069 {"fsync", posix_fsync, METH_O, posix_fsync__doc__},