HomeSort by relevance Sort by last modified time
    Searched refs:futimens (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
utimesys.c 36 futimens(int fd, const timespec_t times[2]) function
114 return (futimens(fd, tsp));
  /onnv/onnv-gate/usr/src/uts/common/syscall/
utime.c 218 * to futimens() and utimensat(). The kernel code for futimesat()
300 futimens(int fd, timespec_t *tsptr) function
332 return (futimens((int)arg1, (timespec_t *)arg2));
  /onnv/onnv-gate/usr/src/uts/common/sys/
stat.h 477 /* for use with futimens() and utimensat() */
511 extern int futimens(int, const struct timespec[2]);
542 extern int futimens();
  /onnv/onnv-gate/usr/src/cmd/touch/
touch.c 241 if ((fd >= 0 && futimens(fd, tsp) != 0) ||
  /onnv/onnv-gate/usr/src/lib/libc/port/
mapfile-vers 112 futimens;

Completed in 4194 milliseconds