Searched refs:futimens (Results 1 - 13 of 13) sorted by relevance

/external/bison/lib/
H A Dsys_stat.in.h307 /* 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, in
[all...]
/external/bison/darwin-lib/sys/
H A Dstat.h619 /* 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, in
720 # undef futimens macro
[all...]
/external/bison/linux-lib/sys/
H A Dstat.h619 /* 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, in
720 # undef futimens macro
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h36 MOCK_METHOD2(futimens, int(int, const struct timespec[2]));
H A Dkernel_wrap_test.cc325 EXPECT_CALL(mock, futimens(kDummyInt, IsEqualToTimeval(times)))
/external/ltrace/etc/
H A Dsyscalls.conf134 int futimens(int, addr);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.h120 virtual int futimens(int fd, const struct timespec times[2]);
H A Dkernel_intercept.cc348 // Implement in terms of futimens.
354 return s_state.kp->futimens(fd, ts);
415 return s_state.kp->futimens(fd, times);
H A Dkernel_proxy.cc679 int KernelProxy::futimens(int fd, const struct timespec times[2]) { function in class:nacl_io::KernelProxy
890 int result = futimens(fd, times);
/external/chromium_org/base/files/
H A Dfile_posix.cc61 // futimens should be available, but futimes might not be
70 return futimens(file, ts_times);
/external/llvm/lib/Support/Unix/
H A DPath.inc458 if (::futimens(FD, Times))
470 #warning Missing futimes() and futimens()
/external/bison/
H A Dconfigure13356 for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do
31378 for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do
/external/llvm/
H A Dconfigure15712 for ac_func in futimes futimens

Completed in 2355 milliseconds