Searched refs:futimens (Results 1 - 7 of 7) 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/base/files/
H A Dfile_posix.cc65 // futimens should be available, but futimes might not be
74 return futimens(file, ts_times);
/external/chromium_org/base/
H A Dplatform_file_posix.cc63 // futimens should be available, but futimes might not be
72 return futimens(file, ts_times);
/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 Dconfigure18740 for ac_func in futimes futimens

Completed in 152 milliseconds