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

  /src/lib/libc/compat/sys/
compat_utimes.c 46 __warn_references(lutimes,
47 "warning: reference to compatibility lutimes(); include <sys/time.h> to generate correct reference")
67 lutimes(const char *path, const struct timeval50 tv50[2]) function
  /src/sys/compat/sys/
time.h 62 int lutimes(const char *, const struct timeval50 [2]);
  /src/sys/sys/
time.h 342 int lutimes(const char *, const struct timeval [2]) __RENAME(__lutimes50);
  /src/bin/pax/
file_subs.c 813 * Unfortunately, there are systems where lutimes() is present but does
855 if (lutimes(fnm, tv) == 0)
857 if (errno != ENOSYS) /* XXX linux: lutimes is per-FS */
  /src/lib/libpuffs/
null.c 77 if (lutimes(path, tv) == -1)
  /src/usr.bin/unzip/
unzip.c 650 if (lutimes(*path, tv) == -1)
  /src/lib/librumphijack/
hijack.c 197 #define REALLUTIMES lutimes
263 #define REALLUTIMES lutimes
346 { DUALCALL_LUTIMES, S(REALLUTIMES), RSYS_NAME(LUTIMES) },
2759 PATHCALL(int, lutimes, DUALCALL_LUTIMES, \
  /src/external/bsd/libarchive/dist/cpio/
cpio.c 945 if (lutimes(name, times) != 0)
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 1982 if (lutimes(rt->name, times) != 0)
archive_write_disk_posix.c 3609 * LEGACY by POSIX, futimes() and lutimes() are not described
3627 return (lutimes(name, times));
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 3134 __weak_alias(lutimes,rump___sysimpl_lutimes);
5143 __weak_alias(lutimes,rump___sysimpl_lutimes50);
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 2206 r = lutimes(pathname, times);

Completed in 48 milliseconds