Searched refs:O_RDONLY (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Ddenytest.c57 {O_RDONLY, "O_RDONLY"},
92 {1, O_RDWR, DENY_DOS, O_RDONLY, DENY_DOS, A_R},
95 {1, O_RDWR, DENY_DOS, O_RDONLY, DENY_ALL, A_0},
98 {1, O_RDWR, DENY_DOS, O_RDONLY, DENY_WRITE, A_0},
101 {1, O_RDWR, DENY_DOS, O_RDONLY, DENY_READ, A_0},
104 {1, O_RDWR, DENY_DOS, O_RDONLY, DENY_NONE, A_R},
107 {1, O_RDWR, DENY_DOS, O_RDONLY, DENY_FCB, A_0},
109 {1, O_RDONLY, DENY_DOS, O_RDWR, DENY_DOS, A_RW},
110 {1, O_RDONLY, DENY_DO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-open.c40 ASSERT (open ("/dev/null", O_RDONLY) >= 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dconfig-amigaos.h56 #ifndef O_RDONLY
57 # define O_RDONLY 0x0000 /* open for reading only */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsectsize.c42 fd = open64(file, O_RDONLY);
44 fd = open(file, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/console-tools/
H A Dsetlogcons.c28 xioctl(xopen(VC_1, O_RDONLY), TIOCLINUX, &arg);
H A Dsetconsole.c44 xioctl(xopen(device, O_RDONLY), TIOCCONS, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Draidautorun.c22 xioctl(xopen(argv[1], O_RDONLY), RAID_AUTORUN, NULL);
H A Deject.c48 dev = xopen(device, O_RDONLY|O_NONBLOCK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dopenflags.c37 * for O_RDONLY, it's simply the lack of a write flag.
40 #define O_ACCMODE (O_RDONLY | O_RDWR | O_WRONLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfgetsetflags.c35 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
H A Dfgetsetversion.c32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dload_policy.c18 fd = xopen(argv[1], O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dloop.c53 fd = open(device, O_RDONLY);
68 fd = open(device, O_RDONLY);
94 mode = O_RDONLY;
113 mode = O_RDONLY;
151 return (mode == O_RDONLY); /* 1:ro, 0:rw */
H A Dget_console.c28 fd = open(fnam, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.c38 else if (oflag==O_RDONLY)
H A Dwincecompat.h19 #define O_RDONLY 0x0000 /* open for reading only */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcat.c31 fd = open_or_warn(*argv, O_RDONLY);
H A Dcatv.c36 fd = open_or_warn(*argv, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbmopen.c49 FLAGS == O_RDONLY, it will be a GDBM_READER, if FLAGS == O_RDWR|O_CREAT,
83 flags &= O_RDONLY | O_RDWR | O_CREAT | O_TRUNC;
84 if (flags == O_RDONLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dconfig-amigaos.h117 #ifndef O_RDONLY
118 # define O_RDONLY 0x0000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dcopy.pl47 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dvluke.c20 fd = open(fname,O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprint_aix.c43 if ((pfile = x_fopen(lp_printcapname(), O_RDONLY, 0)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dpid_output.c56 fd = open (path, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dfilemap_utils.c22 filemap->fd = open(filename, O_RDONLY);

Completed in 220 milliseconds

1234567891011>>