Home
last modified time | relevance | path

Searched refs:futimens (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libc/port/sys/
H A Dutimesys.c36 futimens(int fd, const timespec_t times[2]) in futimens() function
114 return (futimens(fd, tsp)); in futimesat()
/titanic_44/usr/src/uts/common/syscall/
H A Dutime.c172 futimens(int fd, timespec_t *tsptr) in futimens() function
204 return (futimens((int)arg1, (timespec_t *)arg2)); in utimesys()
/titanic_44/usr/src/man/man2/
H A DMakefile200 futimens.2 \
400 futimens.2 := LINKSRC = utimes.2
/titanic_44/usr/src/uts/common/sys/
H A Dstat.h513 extern int futimens(int, const struct timespec[2]);
/titanic_44/usr/src/cmd/touch/
H A Dtouch.c241 if ((fd >= 0 && futimens(fd, tsp) != 0) || in main()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc193 link path=usr/share/man/man2/futimens.2 target=utimes.2
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers558 futimens;
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt2023 see=futimens(2)