Searched refs:futimens (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dutimesys.c36 futimens(int fd, const timespec_t times[2]) function
114 return (futimens(fd, tsp));
/illumos-gate/usr/src/uts/common/syscall/
H A Dutime.c172 futimens(int fd, timespec_t *tsptr) function
204 return (futimens((int)arg1, (timespec_t *)arg2));
/illumos-gate/usr/src/man/man2/
H A DMakefile200 futimens.2 \
400 futimens.2 := LINKSRC = utimes.2
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h330 int futimens(int fd, const struct timespec times[2]);
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c241 if ((fd >= 0 && futimens(fd, tsp) != 0) ||
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h477 /* for use with futimens() and utimensat() */
513 extern int futimens(int, const struct timespec[2]);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c290 (void) futimens(vp->v_fd, times);

Completed in 69 milliseconds