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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dfcntl.h9 #define O_EXCL 00002000 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h8 #define O_EXCL 04000 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h12 #define O_EXCL 0x0800 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfcntl.h16 #define O_EXCL 0x0400 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h11 #define O_EXCL 0x0800 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h16 #define O_EXCL 0x0400 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h15 #ifndef O_EXCL
16 #define O_EXCL 00000200 /* not fcntl */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.h26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dpid_output.c53 fd = open (path, O_RDWR | O_CREAT | O_EXCL, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpidfile.c95 fd = sys_open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Drmmod.c45 unsigned int flags = O_NONBLOCK|O_EXCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Ddaemonize.c74 if( (pidfile = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Ddaemonize.c74 if( (pidfile = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dmktemp.c94 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dmktemp.c94 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_handle.c67 * creat() instead. (It does not support O_EXCL or O_TRUNC
72 * file. If successful, and O_EXCL return EEXIST. If
77 newflags = flags & ~(O_CREAT | O_EXCL);
86 if (LF_ISSET(O_EXCL)) {
88 * If we get here, want O_EXCL create,
H A Dos_open.c61 * same time with DB_OSO_CREATE/O_CREAT and DB_OSO_EXCL/O_EXCL flags
68 oflags |= O_EXCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtempname.c193 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
269 fd = small_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
273 fd = large_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dmangle_test.c39 fnum = cli_open(cli, name, O_RDWR|O_CREAT|O_EXCL, DENY_NONE);
65 fnum = cli_open(cli, name2, O_RDWR|O_CREAT|O_EXCL, DENY_NONE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dfcntl_lock.c84 fd = open(DATA, O_RDWR|O_CREAT|O_EXCL, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c44 new_fd = open(fnamesfx, O_WRONLY|O_CREAT|O_EXCL, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunix_io.c67 #ifndef O_EXCL
68 # define O_EXCL 0 macro
109 flags |= O_EXCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Ddevices.c101 {"/dev/rdsk/c104d0s31", 'J', JAZ(O_EXCL) },
102 {"/dev/rdsk/c105d0s31", 'Z', ZIP(O_EXCL) },
144 {"/dev/rdsk/c201d4", 'J', RJAZ(O_EXCL) },
145 {"/dev/rdsk/c201d4s0", 'J', RJAZ(O_EXCL) },
146 {"/dev/rdsk/c201d5", 'Z', RZIP(O_EXCL) },
147 {"/dev/rdsk/c201d5s0", 'Z', RZIP(O_EXCL) },
1103 {"/dev/fd0", 'A', 0, O_EXCL, 0,0, 0,0, MDEF_ARG},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dradvd_token.l251 while ((oldfd = open(RADVD_CONF_FILE, O_EXCL)) < 0) {
256 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, 0644))
288 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
H A Dresolv_token.l159 while ((oldfd = open(RESOLV_CONF_FILE, O_EXCL)) < 0) {
164 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, 0644))
196 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {

Completed in 156 milliseconds

1234