Searched refs:O_RDONLY (Results 126 - 150 of 432) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/intl/
H A Dlang_tdb.c145 tdb = tdb_open_log(path, 0, TDB_DEFAULT, O_RDONLY, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_tdb.c299 uint32 flags = update ? (O_RDWR|O_CREAT) : O_RDONLY;
358 if ( !(tdb_state->passwd_tdb = tdbsam_tdbopen(tdb_state->tdbsam_location, O_RDONLY)) )
415 if (!(pwd_tdb = tdbsam_tdbopen(tdb_state->tdbsam_location, O_RDONLY))) {
487 if (!(pwd_tdb = tdbsam_tdbopen(tdb_state->tdbsam_location, O_RDONLY))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpoptconfig.c63 fd = open(fn, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dpcap.c148 if ((pcap_file = x_fopen(pcap_name, O_RDONLY, 0)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-styled-ostream.c137 fd = open (css_filename, O_RDONLY | O_TEXT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c97 if (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 Dtool_getpass.c234 int fd = open("/dev/tty", O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib568.c79 sdp = open("log/file568.txt", O_RDONLY);
H A Dlib572.c97 params = open("log/file572.txt", O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dutil.c58 fd = open(randfile, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmattrib.c237 arg.mp.openflags = O_RDONLY;
H A Dmclasserase.c123 if(! (Stream = find_device(drive, O_RDONLY, &dev, boot,
H A Dminfo.c102 if(! (Stream = find_device(drive, O_RDONLY, &dev, boot,
H A Dtty.c175 ttyfd = open("/dev/tty", O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestRelax.c94 if ((fd = open(argv[i], O_RDONLY)) < 0)
H A DtestSchemas.c90 if ((fd = open(argv[i], O_RDONLY)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c181 if ((fd = open(randomfiles[i], O_RDONLY
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/boot/
H A Dpiggyback.c131 if ((tail = open(argv[3],O_RDONLY)) < 0) die(argv[3]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dmem.c117 fd = open("/proc/mounts", O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/tools/
H A Dbuild.c62 if ((fd = open(name, O_RDONLY, 0)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/tools/
H A Dbuild.c62 if ((fd = open(name, O_RDONLY, 0)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dcoda_linux.c56 if ((flags & O_ACCMODE) == O_RDONLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dsymlink.c55 if (ncp_make_open(inode,O_RDONLY))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dbbunzip.c57 if (open_to_or_warn(STDIN_FILENO, filename, O_RDONLY, 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c41 src_fd = open_or_warn(filename, O_RDONLY);

Completed in 320 milliseconds

1234567891011>>