HomeSort by: relevance | last modified time | path
    Searched refs:utimes (Results 1 - 21 of 21) sorted by relevancy

  /src/lib/libc/compat/sys/
compat_utimes.c 44 __warn_references(utimes,
45 "warning: reference to compatibility utimes(); include <sys/time.h> to generate correct reference")
52 * libc12 compatible f,l,utimes routine.
55 utimes(const char *path, const struct timeval50 tv50[2]) function
  /src/lib/libc/gen/
utime.c 64 return (utimes(path, tvp));
  /src/sys/compat/sys/
time.h 51 int utimes(const char *, const struct timeval50 [2]);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 934 #define __sanitizer_syscall_pre_utimes(filename, utimes) \
935 __sanitizer_syscall_pre_impl_utimes((long)(filename), (long)(utimes))
936 #define __sanitizer_syscall_post_utimes(res, filename, utimes) \
937 __sanitizer_syscall_post_impl_utimes(res, (long)(filename), (long)(utimes))
1607 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \
1609 (long)(utimes))
1610 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \
1612 (long)(utimes))
1658 #define __sanitizer_syscall_pre_utimensat(dfd, filename, utimes, flags) \
1660 (long)(utimes), (long)(flags)
    [all...]
  /src/bin/rcp/
rcp.c 642 (void) utimes(np, tv);
723 if (utimes(np, tv) < 0)
  /src/bin/mv/
mv.c 342 if (utimes(to, tval))
  /src/sys/sys/
time.h 336 int utimes(const char *, const struct timeval [2]) __RENAME(__utimes50);
  /src/usr.bin/compress/
compress.c 395 if (utimes(name, tv))
396 cwarn("utimes: %s", name);
  /src/usr.bin/mail/
support.c 404 (void)utimes(name, tv);
  /src/lib/libc/sys/
Makefile.inc 298 unlink.2 utimes.2 utrace.2 uuidgen.2 vfork.2 wait.2 write.2
401 MLINKS+=utimes.2 futimes.2 utimes.2 lutimes.2
402 MLINKS+=utimes.2 utimens.2 utimes.2 futimens.2 utimes.2 lutimens.2
403 MLINKS+=utimes.2 utimensat.2
  /src/bin/pax/
file_subs.c 810 * of many utimes() implementations that consider a 0 time value as a do
862 if (utimes(fnm, tv) == -1)
  /src/common/dist/zlib/examples/
gzlog.c 236 #include <sys/time.h> /* utimes */
377 utimes(log->path, NULL);
  /src/usr.bin/rdist/
docmd.c 408 (void) utimes(stamp, tv);
server.c 1129 if (fd != -1 ? futimes(fd, tv) < 0 : utimes(file, tv) < 0)
1130 note("%s: %s utimes: %s", host, file, strerror(errno));
  /src/usr.sbin/lpr/lpc/
cmds.c 930 ret = utimes(q->q_name, tvp);
  /src/usr.sbin/mtree/
compare.c 322 * Since utimes(2) only takes a timeval, there's no point in
357 if (utimes(p->fts_accpath, tv))
372 * since lchflags(2) will reset file times, the utimes() above
  /src/lib/librumphijack/
hijack.c 196 #define REALUTIMES utimes
262 #define REALUTIMES utimes
345 { DUALCALL_UTIMES, S(REALUTIMES), RSYS_NAME(UTIMES) },
2754 PATHCALL(int, utimes, DUALCALL_UTIMES, \
  /src/usr.bin/xinstall/
xinstall.c 821 if (utimes(to_name, tv) == -1)
822 warn("%s: utimes", to_name);
  /src/usr.bin/ftp/
ftp.c 1218 if (utimes(local, tval) == -1) {
fetch.c 1862 if (utimes(savefile, tval) == -1) {
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 1994 __weak_alias(utimes,rump___sysimpl_utimes);
5053 __weak_alias(utimes,rump___sysimpl_utimes50);

Completed in 43 milliseconds