HomeSort by relevance Sort by last modified time
    Searched defs:futimesat (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
utimesys.c 92 #pragma weak _futimesat = futimesat
94 futimesat(int fd, const char *path, const struct timeval times[2]) function
  /onnv/onnv-gate/usr/src/uts/common/syscall/
utime.c 119 * Expunge this function when futimesat() and utimes()
216 * The futimesat() system call is no longer invoked from libc.
217 * The futimesat() function has been implemented in libc using calls
218 * to futimens() and utimensat(). The kernel code for futimesat()
221 * This includes the calls to futimesat in common/syscall/fsat.c
224 futimesat(int fd, char *fname, struct timeval *tvptr) function
  /onnv/onnv-gate/usr/src/cmd/tar/
tar.c 108 static int futimesat();
8372 futimesat(int fd, char *path, struct timeval times[2]) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cpio/
cpio.c 9708 futimesat(int fd, char *path, struct timeval times[2]) function
    [all...]

Completed in 240 milliseconds