Searched refs:utimensat (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/build/host/freebsd/sys/
H A Dstat.h15 /* assume that futimens() and utimensat() aren't available */
17 int utimensat(int fd, const char* path, const struct timespec times[2],
/haiku/headers/build/host/darwin/sys/
H A Dstat.h15 /* assume that futimens() and utimensat() aren't available */
17 int utimensat(int fd, const char* path, const struct timespec times[2],
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c57 utimensat(int fd, const char *path, const struct timespec times[2], int flag) function
111 return utimensat(fd, NULL, times, 0);
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp70 utimensat(int fd, const char* path, const struct timespec times[2], int flag) function
72 HIDDEN_FUNCTION(utimensat);
H A Dfs.cpp189 utimensat(int fd, const char* path, const struct timespec times[2], int flag) function
1269 return utimensat(fd, path, times, flag);
/haiku/headers/posix/sys/
H A Dstat.h104 /* special values for timespec::tv_nsec passed to utimensat(), futimens() */
127 extern int utimensat(int fd, const char *path,
/haiku/headers/build/
H A DBeOSBuildCompatibility.h135 # define utimensat(fd, path, times, flag) \ macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2629 void utimensat() {} function
H A Dlibroot_stubs_legacy.c2619 void utimensat() {} function

Completed in 156 milliseconds