Searched defs:futimens (Results 1 - 3 of 3) sorted by relevance

/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/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/chromium_org/native_client_sdk/src/libraries/nacl_io/
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);

Completed in 728 milliseconds