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

/seL4-camkes-master/projects/musllibc/src/stat/
H A Dfutimens.c3 int futimens(int fd, const struct timespec times[2]) function
/seL4-camkes-master/projects/musllibc/src/legacy/
H A Dfutimes.c8 if (!tv) return futimens(fd, 0);
13 return futimens(fd, times);
/seL4-camkes-master/projects/musllibc/include/sys/
H A Dstat.h91 int futimens(int, const struct timespec [2]);

Completed in 82 milliseconds