Lines Matching refs:utimensat
387 /* Macros for futimens and utimensat. */
891 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat
893 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's
894 utimensat(). */
897 # undef utimensat
898 # define utimensat rpl_utimensat
900 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
903 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
907 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name,
911 _GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name,
915 _GL_CXXALIASWARN (utimensat);
918 # undef utimensat
920 _GL_WARN_ON_USE (utimensat, "utimensat is not portable - "
921 "use gnulib module utimensat for portability");