Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 25 of 5270) sorted by relevance

12345678910>>...211

/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dmd5wrap.cc45 #if defined O_NOATIME && O_NOATIME != 0 in md5_file()
46 if (try_noatime) mode |= O_NOATIME; in md5_file()
52 #if defined O_NOATIME && O_NOATIME != 0 in md5_file()
53 if (fd < 0 && (mode & O_NOATIME)) { in md5_file()
54 mode &= ~O_NOATIME; in md5_file()
H A Dloadfile.cc49 #if defined O_NOATIME && O_NOATIME != 0 in load_file()
50 if (flags & NOATIME) mode |= O_NOATIME; in load_file()
54 #if defined O_NOATIME && O_NOATIME != 0 in load_file()
55 if (fd < 0 && (mode & O_NOATIME)) { in load_file()
56 mode &= ~O_NOATIME; in load_file()
/dports/net/miredo/miredo-1.2.6/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/x11-wm/wmconfig/wmconfig-1.5.1/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/games/tuxtype/tuxtype-1.8.3/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/audio/deadbeef/deadbeef-0.7.2/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/deskutils/clipit/clipit-1.4.2/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/games/freedroidrpg/freedroidrpg-0.16.1/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/emulators/mednafen/mednafen/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/mail/abook/abook-0.6.1/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/security/shishi/shishi-1.0.2/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/mail/courier/courier-0.65.3/pcp/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/x11/workrave/workrave-1.10.44/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
23 #ifndef O_NOATIME
24 #define O_NOATIME 0
46 int fd = open (file, O_RDONLY | O_NOATIME);
62 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
63 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
69 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
73 [Define to 1 if O_NOATIME works.])
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dloadfile.cc59 #if defined O_NOATIME && O_NOATIME != 0 in load_file()
60 if (flags & NOATIME) mode |= O_NOATIME; in load_file()
64 #if defined O_NOATIME && O_NOATIME != 0 in load_file()
65 if (fd < 0 && (mode & O_NOATIME)) { in load_file()
66 mode &= ~O_NOATIME; in load_file()
/dports/misc/amanda-server/amanda-3.3.9/config/gnulib/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/misc/amanda-client/amanda-3.3.9/config/gnulib/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/lang/guile2/guile-2.2.7/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/devel/gindent/indent-2.2.12/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/archivers/sharutils/sharutils-4.15.2/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/games/freedink-engine/freedink-108.4/gnulib/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/games/gtypist/gtypist-2.9.5/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/comms/xdemorse/xdemorse-3.6.5/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/archivers/lbzip2/lbzip2-2.5/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/archivers/gcpio/cpio-2.13/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])
/dports/cad/pcb/pcb-4.2.0/m4/
H A Dfcntl-o.m49 # Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
10 # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
14 dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
36 #ifndef O_NOATIME
37 #define O_NOATIME 0
80 int fd = open (file, O_RDONLY | O_NOATIME);
115 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
116 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
122 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
126 [Define to 1 if O_NOATIME works.])

12345678910>>...211