futimens          556 lib/sys_stat.in.h _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
futimens          557 lib/sys_stat.in.h _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
futimens          560 lib/sys_stat.in.h _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
futimens          562 lib/sys_stat.in.h _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
futimens          565 lib/sys_stat.in.h _GL_CXXALIASWARN (futimens);
futimens          570 lib/sys_stat.in.h _GL_WARN_ON_USE (futimens, "futimens is not portable - "
futimens          287 lib/utimens.c            result = futimens (fd, ts);
futimens         2519 src/fileio.c         if (futimens (ofd, ts) != 0
futimens         4048 src/msdos.c      ret = futimens (fd, times);
futimens           66 src/msdos.h    int futimens (int, const struct timespec[2]);