HomeSort by relevance Sort by last modified time
    Searched refs:futimens (Results 1 - 25 of 67) sorted by null

1 2 3

  /bionic/libc/bionic/
futimens.cpp 32 int futimens(int fd, const struct timespec times[2]) { function
sys_time.cpp 64 return futimens(fd, tv ? ts : nullptr);
  /external/bison/lib/
sys_stat.in.h 307 /* Macros for futimens and utimensat. */
387 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
389 to futimens that is meant to invoke the libc's futimens(), not gnulib's
390 futimens(). */
393 # undef futimens
394 # define futimens rpl_futimens
396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]))
    [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...]
  /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...]
  /development/ndk/platforms/android-19/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/sys/
stat.h 143 extern int futimens(int fd, const struct timespec times[2]);
  /bionic/tests/
sys_stat_test.cpp 26 TEST(sys_stat, futimens) {
38 ASSERT_EQ(0, futimens(fd, times)) << strerror(errno);
54 ASSERT_EQ(-1, futimens(-1, times));
  /development/ndk/platforms/android-21/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /external/toybox/toys/posix/
touch.c 121 if (!futimens(1, ts)) continue;
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/sys/
stat.h 191 extern int futimens(int fd, const struct timespec times[2]);

Completed in 583 milliseconds

1 2 3