Searched refs:utimensat (Results 1 - 10 of 10) sorted by last modified time

/haiku-fatelf/src/system/libroot/posix/sys/
H A Dutimes.c45 utimensat(int fd, const char *path, const struct timespec times[2], int flag) function
99 return utimensat(fd, NULL, times, 0);
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp189 utimensat(int fd, const char* path, const struct timespec times[2], int flag) function
1250 return utimensat(fd, path, times, flag);
H A Dfunction_remapper.cpp76 utimensat(int fd, const char* path, const struct timespec times[2], int flag) function
78 HIDDEN_FUNCTION(utimensat);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsys_stat.in.h289 /* Macros for futimens and utimensat. */
527 # undef utimensat
528 # define utimensat rpl_utimensat
531 extern int utimensat (int fd, char const *name,
536 # undef utimensat
537 # define utimensat(d,n,t,f) \
538 (GL_LINK_WARNING ("utimensat is not portable - " \
539 "use gnulib module utimensat for portability"), \
540 utimensat (d, n, t, f))
H A Dutimens.c53 #undef utimensat macro
62 /* Cache variables for whether the utimensat syscall works; used to
67 utimensat doesn't exist, or is in glibc but kernel 2.6.18 fails with ENOSYS
71 utimensat completely works
78 timespec can be used for utimensat (after possibly modifying it to
79 work around bugs in utimensat). Return a positive value if the
82 for Linux utimensat. Return -1, with errno set to EINVAL, if
100 /* Work around Linux kernel 2.6.25 bug, where utimensat fails with
228 to calling futimens/utimensat; fortunately, there is not much
240 /* Note that st is good, in case utimensat give
[all...]
H A Dutimens.h17 return utimensat (fd, file, times, AT_SYMLINK_NOFOLLOW);
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h149 # define utimensat(fd, path, times, flag) \ macro
/haiku-fatelf/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-fatelf/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-fatelf/headers/posix/sys/
H A Dstat.h104 /* special values for timespec::tv_nsec passed to utimensat(), futimens() */
125 extern int utimensat(int fd, const char *path,

Completed in 73 milliseconds