Searched refs:utimes (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-13-stable/lib/libc/gen/
H A Dutime.c52 return (utimes(path, tvp));
/freebsd-13-stable/tools/regression/priv/
H A Dpriv_vfs_utimes.c34 * Test NULL and non-NULL tv arguments to utimes() -- if NULL, then it is
99 error = utimes(fpath, tv);
117 error = utimes(fpath, NULL);
142 error = utimes(fpath, tv);
158 error = utimes(fpath, NULL);
183 error = utimes(fpath, tv);
201 error = utimes(fpath, NULL);
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_set_timestamps.c63 * The BSD utimes() system call offers timestamps
73 return (utimes(fn, tv));
76 * On OSes without utimes(), fall back to the POSIX utime()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h64 int utimes(char *, struct timeval *);
H A Dbsd-misc.c109 int utimes(char *filename, struct timeval *tvp) function
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc349 utimes.2 \
499 MLINKS+=utimes.2 futimes.2 \
500 utimes.2 futimesat.2 \
501 utimes.2 lutimes.2
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h190 int utimes(const char *, struct timeval *);
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h190 int utimes(const char *, struct timeval *);
/freebsd-13-stable/usr.sbin/lpr/lpc/
H A Dmovejobs.c154 ret = utimes(jq->job_cfname, tvp);
/freebsd-13-stable/sys/sys/
H A Dsyscall.mk104 utimes.o \
H A Dtime.h622 int utimes(const char *, const struct timeval *);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h933 #define __sanitizer_syscall_pre_utimes(filename, utimes) \
934 __sanitizer_syscall_pre_impl_utimes((long)(filename), (long)(utimes))
935 #define __sanitizer_syscall_post_utimes(res, filename, utimes) \
936 __sanitizer_syscall_post_impl_utimes(res, (long)(filename), (long)(utimes))
1606 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \
1608 (long)(utimes))
1609 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \
1611 (long)(utimes))
1657 #define __sanitizer_syscall_pre_utimensat(dfd, filename, utimes, flags) \
1659 (long)(utimes), (lon
[all...]
/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp.c554 if (utimes(np, tv) < 0)
624 if (utimes(np, tv) < 0) {
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h432 int utimes(const char *, const struct timeval *);
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dfilestat.c261 if (utimes(fname, tvp) == -1) {
/freebsd-13-stable/usr.sbin/fmtree/
H A Dcompare.c196 if (utimes(p->fts_accpath, tv))
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h22 #include <sys/time.h> // for ::utimes as used in __last_write_time
390 // allow the utimes implementation to compile even it we're not going
403 if (::utimes(p.c_str(), ConvertedTS) == -1) {
/freebsd-13-stable/contrib/file/src/
H A Dmagic.c365 (void) utimes(name, utsbuf); /* don't care if loses */
/freebsd-13-stable/contrib/mtree/
H A Dcompare.c317 * Since utimes(2) only takes a timeval, there's no point in
352 if (utimes(p->fts_accpath, tv))
367 * since lchflags(2) will reset file times, the utimes() above
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dfile.c61 #include <time.h> /* Required for utimes on some platforms. */
155 if (utimes(file, times) < 0)
/freebsd-13-stable/usr.sbin/cron/crontab/
H A Dcrontab.c638 if (utimes(SPOOL_DIR, tvs) < OK) {
/freebsd-13-stable/tests/sys/audit/
H A Dfile-attribute-modify.c746 "utimes(2) call");
751 /* File needs to exist to call utimes(2) */
754 ATF_REQUIRE_EQ(0, utimes(path, NULL));
769 "utimes(2) call");
776 ATF_REQUIRE_ERRNO(ENOENT, utimes(errpath, NULL) == -1);
/freebsd-13-stable/contrib/xz/src/xz/
H A Dfile_io.c461 (void)utimes(pair->dest_name, tv);
/freebsd-13-stable/crypto/openssh/
H A Dscp.c1425 if (utimes(vect[0], tv) < 0)
1526 if (utimes(np, tv) < 0) {
H A Dsftp-client.c1425 /* Override umask and utimes if asked */
1439 if (utimes(local_path, tv) == -1)
1538 if (utimes(dst, tv) == -1)
1776 /* Override umask and utimes if asked */

Completed in 292 milliseconds

12