Home
last modified time | relevance | path

Searched defs:utimes (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c110 int utimes(const char *filename, struct timeval *tvp) in utimes() function
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h933 #define __sanitizer_syscall_pre_utimes(filename, utimes) \ argument
935 #define __sanitizer_syscall_post_utimes(res, filename, utimes) \ argument
1615 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \ argument
1618 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \ argument
1666 #define __sanitizer_syscall_pre_utimensat(dfd, filename, utimes, flags) \ argument
1669 #define __sanitizer_syscall_post_utimensat(res, dfd, filename, utimes, flags) \ argument