HomeSort by: relevance | last modified time | path
    Searched refs:lutimes (Results 1 - 9 of 9) 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 in typeref:typename:int
  /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/lib/libpuffs/
null.c 77 if (lutimes(path, tv) == -1)
  /src/usr.bin/unzip/
unzip.c 650 if (lutimes(*path, tv) == -1)
  /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/tools/compat/
configure.ac 246 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \
  /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/sys/rump/librump/rumpkern/
rump_syscalls.c 3132 __weak_alias(lutimes,rump___sysimpl_lutimes);
5141 __weak_alias(lutimes,rump___sysimpl_lutimes50);

Completed in 19 milliseconds