Searched refs:O_EXCL (Results 1 - 25 of 196) sorted by relevance

12345678

/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dbsd4-1.h127 #define O_EXCL 2000
126 #define O_EXCL macro
H A Dmsdos.h208 #define O_EXCL 0x0400
207 #define O_EXCL macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dopen.c63 op &= ~O_EXCL;
68 if ((op & O_EXCL) && !access(path, F_OK))
73 if ((fd = creat(path, (op & O_EXCL) ? 0 : mode)) < 0)
75 if (op & O_EXCL)
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-unix.c233 if ((fd = open(device, O_RDWR | O_EXCL)) < 0)
240 if ((fd = open(device, O_RDWR | O_EXCL)) < 0)
247 if ((fd = open(device, O_RDWR | O_EXCL)) < 0)
277 if ((fd = open(device, O_WRONLY | O_EXCL)) >= 0)
365 if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT)
369 if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT)
373 if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT)
461 if ((fd = open(device, O_WRONLY | O_EXCL)) >= 0)
523 fd = open(uri + 4, O_RDWR | O_EXCL);
529 fd = open(uri + 4, O_WRONLY | O_EXCL);
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/perf_index/
H A Dstress_file_create.c11 fd = open(filepath, O_CREAT | O_EXCL | O_WRONLY, 0644);
H A Dstress_file_write.c18 fds[i] = open(filepath, O_CREAT | O_EXCL | O_WRONLY, 0644);
/macosx-10.9.5/ruby-104/ruby/ext/fcntl/
H A Dfcntl.c50 * Fcntl::O_WRONLY | Fcntl::O_EXCL | Fcntl::O_CREAT)
169 #ifdef O_EXCL
170 /* Document-const: O_EXCL
174 rb_define_const(mFcntl, "O_EXCL", INT2NUM(O_EXCL));
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dmkstemp.c64 fd = open(template, O_RDWR | O_CREAT | O_EXCL, 0600);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dflags.c94 o |= O_EXCL;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dfcntl.c233 #ifndef O_EXCL
236 if (O_EXCL > o_local) o_local = O_EXCL;
285 #ifndef O_EXCL
286 printf("#define O_EXCL 0%o\n", o_local <<= 1);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A D_sfopen.c103 { if((oflags&(O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL) )
189 oflags |= O_EXCL;
204 oflags &= ~O_EXCL;
/macosx-10.9.5/libxml2-26/libxml2/win32/wince/
H A Dwincecompat.h26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dmkstemp.c102 if ((fd = open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0)
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dstat.h59 #define O_EXCL _O_EXCL macro
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dwindows-config.h134 #define O_EXCL _O_EXCL macro
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dwindows-config.h134 #define O_EXCL _O_EXCL macro
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsafe_open.c26 /* These arguments are the same as with open(2). The O_EXCL flag
103 if ((fp = vstream_fopen(path, flags & ~(O_CREAT | O_EXCL), 0)) == 0) {
201 * Create a non-existing file. This relies on O_CREAT | O_EXCL to not
204 if ((fp = vstream_fopen(path, flags | (O_CREAT | O_EXCL), mode)) == 0) {
248 switch (flags & (O_CREAT | O_EXCL)) {
259 case O_CREAT | O_EXCL:
281 msg_panic("safe_open: O_EXCL flag without O_CREAT flag");
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/win32/wince/
H A Dwincecompat.h26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtempfile.c132 fd = open(filename, O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW, 0600);
134 fd = open(filename, O_RDWR | O_CREAT | O_EXCL, 0600);
/macosx-10.9.5/Libc-997.90.3/db/db/FreeBSD/
H A Ddb.c59 (O_CREAT | O_EXCL | O_EXLOCK | O_NONBLOCK | O_RDONLY | \
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_snapshot.c133 fd = open(SNAPSHOT_PATH_STATE, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644);
153 fd = open(SNAPSHOT_PATH_STORE, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644);
173 fd = open(SNAPSHOT_PATH_PATTERN, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644);
191 fd = open(SNAPSHOT_PATH_SESSION, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmkstemps.c126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dbarrier.c90 bar->bar_sem = sem_open("ctfmerge_barrier", O_CREAT | O_EXCL);
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dtmpname.cpp106 : open(tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddot_lockfile.c93 * Attempt to create the lock. This code relies on O_EXCL | O_CREAT
97 if ((fd = open(lock_file, O_WRONLY | O_EXCL | O_CREAT, 0)) >= 0) {

Completed in 164 milliseconds

12345678