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

  /src/lib/libc/compat/sys/
compat_utimes.c 48 __warn_references(futimes,
49 "warning: reference to compatibility futimes(); include <sys/time.h> to generate correct reference")
79 futimes(int fd, const struct timeval50 tv50[2]) function in typeref:typename:int
  /src/sys/compat/sys/
time.h 61 int futimes(int, const struct timeval50 [2]);
  /src/bin/mv/
mv.c 347 if (futimes(to_fd, tval))
  /src/sys/sys/
time.h 341 int futimes(int, const struct timeval [2]) __RENAME(__futimes50);
  /src/usr.bin/unzip/
unzip.c 678 if (futimes(fd, tv) != 0)
  /src/bin/rcp/
rcp.c 715 if (futimes(ofd, tv) < 0)
  /src/tools/compat/
configure.ac 244 dprintf esetfunc fgetln flock fpurge __fpurge futimes getline \
  /src/lib/librumphijack/
hijack.c 198 #define REALFUTIMES futimes
264 #define REALFUTIMES futimes
347 { DUALCALL_FUTIMES, S(REALFUTIMES), RSYS_NAME(FUTIMES) },
2648 FDCALL(int, futimes, DUALCALL_FUTIMES, \
  /src/usr.bin/xinstall/
xinstall.c 818 if (futimes(to_fd, tv) == -1)
819 warn("%s: futimes", to_name);
  /src/usr.bin/rdist/
server.c 1129 if (fd != -1 ? futimes(fd, tv) < 0 : utimes(file, tv) < 0)
  /src/usr.bin/gzip/
gzip.c 1132 if (futimes(fd, times) < 0)
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 2496 __weak_alias(futimes,rump___sysimpl_futimes);
5111 __weak_alias(futimes,rump___sysimpl_futimes50);

Completed in 96 milliseconds