futimens          544 lib/sys_stat.in.h _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
futimens          545 lib/sys_stat.in.h _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
futimens          548 lib/sys_stat.in.h _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
futimens          550 lib/sys_stat.in.h _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
futimens          553 lib/sys_stat.in.h _GL_CXXALIASWARN (futimens);
futimens          558 lib/sys_stat.in.h _GL_WARN_ON_USE (futimens, "futimens is not portable - "
futimens          287 lib/utimens.c            result = futimens (fd, ts);
futimens         2398 src/fileio.c         if (futimens (ofd, ts) != 0)
futimens         4041 src/msdos.c      ret = futimens (fd, times);
futimens           66 src/msdos.h    int futimens (int, const struct timespec[2]);