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

  /src/lib/libc/gen/
utimens.c 49 lutimens(const char *path, const struct timespec times[2]) function in typeref:typename:int
  /src/sys/sys/
stat.h 287 int lutimens(const char *, const struct timespec [2]);
  /src/bin/cp/
utils.c 74 if (lutimens(file, ts)) {
75 warn("lutimens: %s", file);
  /src/usr.bin/touch/
touch.c 155 change_file_times = lutimens;
  /src/sbin/restore/
tape.c 702 (void) lutimens(name, ctimep);
703 (void) lutimens(name, mtimep);

Completed in 13 milliseconds