Home | History | Annotate | Download | only in sys

Lines Matching defs:utimensat

619 /* Macros for futimens and utimensat.  */
1003 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat
1005 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's
1006 utimensat(). */
1009 # undef utimensat
1010 # define utimensat rpl_utimensat
1012 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
1015 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
1019 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name,
1023 _GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name,
1027 _GL_CXXALIASWARN (utimensat);
1030 # undef utimensat
1032 utimensat, "utimensat is not portable - "
1033 "use gnulib module utimensat for portability");