Home | History | Annotate | Download | only in lib

Lines Matching refs:utimensat

307 /* Macros for futimens and utimensat.  */
691 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat
693 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's
694 utimensat(). */
697 # undef utimensat
698 # define utimensat rpl_utimensat
700 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
703 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
707 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name,
711 _GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name,
715 _GL_CXXALIASWARN (utimensat);
718 # undef utimensat
720 _GL_WARN_ON_USE (utimensat, "utimensat is not portable - "
721 "use gnulib module utimensat for portability");