HomeSort by relevance Sort by last modified time
    Searched defs:futimens (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) { function
  /external/bison/linux-lib/sys/
stat.h 619 /* Macros for futimens and utimensat. */
699 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
701 to futimens that is meant to invoke the libc's futimens(), not gnulib's
702 futimens(). */
705 # undef futimens
706 # define futimens rpl_futimens
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]))
720 # undef futimens macro
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 619 /* Macros for futimens and utimensat. */
699 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
701 to futimens that is meant to invoke the libc's futimens(), not gnulib's
702 futimens(). */
705 # undef futimens
706 # define futimens rpl_futimens
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]))
720 # undef futimens macro
    [all...]

Completed in 117 milliseconds