/freebsd/tools/regression/priv/ |
H A D | priv_vfs_utimes.c | 97 error = utimes(fpath, tv); in priv_vfs_utimes_froot() 115 error = utimes(fpath, NULL); in priv_vfs_utimes_froot_null() 140 error = utimes(fpath, tv); in priv_vfs_utimes_fowner() 156 error = utimes(fpath, NULL); in priv_vfs_utimes_fowner_null() 181 error = utimes(fpath, tv); in priv_vfs_utimes_fother() 199 error = utimes(fpath, NULL); in priv_vfs_utimes_fother_null()
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 364 utimes.2 \ 533 MLINKS+=utimes.2 futimes.2 \ 534 utimes.2 futimesat.2 \ 535 utimes.2 lutimes.2
|
H A D | Symbol.sys.map | 256 utimes;
|
/freebsd/lib/libc/gen/ |
H A D | utime.c | 48 return (utimes(path, tvp)); in utime()
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_set_timestamps.c | 73 return (utimes(fn, tv)); in elftc_set_timestamps()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 110 int utimes(const char *filename, struct timeval *tvp) in utimes() function 146 return utimes(path, tv); in utimensat()
|
H A D | bsd-misc.h | 65 int utimes(const char *, struct timeval *);
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 933 #define __sanitizer_syscall_pre_utimes(filename, utimes) \ argument 934 __sanitizer_syscall_pre_impl_utimes((long)(filename), (long)(utimes)) 935 #define __sanitizer_syscall_post_utimes(res, filename, utimes) \ argument 936 __sanitizer_syscall_post_impl_utimes(res, (long)(filename), (long)(utimes)) 1615 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \ argument 1617 (long)(utimes)) 1618 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \ argument 1620 (long)(utimes)) 1666 #define __sanitizer_syscall_pre_utimensat(dfd, filename, utimes, flags) \ argument 1668 (long)(utimes), (long)(flags)) [all …]
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | movejobs.c | 152 ret = utimes(jq->job_cfname, tvp); in touch_jqe()
|
H A D | cmds.c | 1216 ret = utimes(jq->job_cfname, tvp); in touch()
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 190 int utimes(const char *, struct timeval *);
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 190 int utimes(const char *, struct timeval *);
|
/freebsd/contrib/file/src/ |
H A D | seccomp.c | 151 ALLOW_RULE(utimes); in enable_sandbox()
|
H A D | magic.c | 384 (void) utimes(name, utsbuf); /* don't care if loses */ in close_and_restore()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 432 int utimes(const char *, const struct timeval *);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1694 PRE_SYSCALL(utimes)(void *filename, void *utimes) {} 1696 POST_SYSCALL(utimes)(long res, void *filename, void *utimes) { 1701 if (utimes) 1702 POST_WRITE(utimes, timeval_sz); 2785 PRE_SYSCALL(futimesat)(long dfd, const void *filename, void *utimes) { 2792 (long res, long dfd, const void *filename, void *utimes) { 2794 if (utimes) 2795 POST_WRITE(utimes, timeval_sz); 2887 (long dfd, const void *filename, void *utimes, long flags) { 2894 (long res, long dfd, const void *filename, void *utimes, long flags) { [all …]
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | rcp.c | 554 if (utimes(np, tv) < 0) in sink() 624 if (utimes(np, tv) < 0) { in sink()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | file.c | 155 if (utimes(file, times) < 0) in isc_file_settime()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | time_utils.h | 32 # include <sys/time.h> // for ::utimes as used in __last_write_time 307 if (::utimes(p.c_str(), ConvertedTS) == -1) {
|
/freebsd/sys/sys/ |
H A D | syscall.mk | 105 utimes.o \
|
H A D | time.h | 620 int utimes(const char *, const struct timeval *);
|
/freebsd/tests/sys/audit/ |
H A D | file-attribute-modify.c | 752 ATF_REQUIRE_EQ(0, utimes(path, NULL)); in ATF_TC_BODY() 774 ATF_REQUIRE_ERRNO(ENOENT, utimes(errpath, NULL) == -1); in ATF_TC_BODY()
|
/freebsd/contrib/mtree/ |
H A D | compare.c | 352 if (utimes(p->fts_accpath, tv)) in compare()
|
/freebsd/contrib/file/ |
H A D | configure.ac | 204 AC_CHECK_FUNCS(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale …
|
/freebsd/contrib/openbsm/libauditd/ |
H A D | auditd_lib.c | 513 utimes(pn, tv); in auditd_expire_trails()
|