Searched refs:futimens (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/build/host/freebsd/sys/
H A Dstat.h15 /* assume that futimens() and utimensat() aren't available */
16 int futimens(int fd, const struct timespec times[2]);
/haiku/headers/build/host/darwin/sys/
H A Dstat.h15 /* assume that futimens() and utimensat() aren't available */
16 int futimens(int fd, const struct timespec times[2]);
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c109 futimens(int fd, const struct timespec times[2]) function
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp79 futimens(int fd, const struct timespec times[2]) function
81 HIDDEN_FUNCTION(futimens);
H A Dfs.cpp151 futimens(int fd, const struct timespec times[2]) function
954 if (futimens(realFD, times) < 0)
/haiku/headers/posix/sys/
H A Dstat.h104 /* special values for timespec::tv_nsec passed to utimensat(), futimens() */
129 extern int futimens(int fd, const struct timespec times[2]);
/haiku/headers/build/
H A DBeOSBuildCompatibility.h137 # define futimens(fd, times) _haiku_build_futimens(fd, times) macro
/haiku/src/bin/package/
H A Dcommand_extract.cpp564 futimens(fd, times);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1807 void futimens() {} function
H A Dlibroot_stubs_legacy.c1754 void futimens() {} function

Completed in 221 milliseconds