Searched refs:O_NOATIME (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfcntl_.h76 #ifndef O_NOATIME
77 # define O_NOATIME 0 macro
H A Dsystem.h118 #ifndef O_NOATIME
119 # define O_NOATIME 0 macro
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dcompare.c224 ? O_NOATIME
H A Dtar.c1485 if (! O_NOATIME && atime_preserve_option == system_atime_preserve)
H A Dcreate.c1588 ? O_NOATIME
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c5645 #ifdef O_NOATIME
5647 rb_define_const(rb_mFConst, "NOATIME", INT2FIX(O_NOATIME)); /* Linux */
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfigure18989 #ifndef O_NOATIME
18990 #define O_NOATIME 0
19014 int fd = open (file, O_RDONLY | O_NOATIME);
19060 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
19061 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
19074 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
[all...]

Completed in 366 milliseconds