Searched refs:O_RDONLY (Results 51 - 75 of 432) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/write/
H A Dwrite_3.c59 fd = smbc_open(url, O_RDONLY, 0666);
H A Dwrite_4.c59 fd = smbc_open(url, O_RDONLY, 0666);
H A Dwrite_11.c65 fd = smbc_open(url, O_RDONLY, 0666);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.c41 return( hqx_open( file, O_RDONLY, fh, flags ));
45 return( bin_open( file, O_RDONLY, fh, flags ));
49 return( nad_open( file, O_RDONLY, fh, flags ));
53 return( single_open( file, O_RDONLY, fh, flags ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dgenrand.c121 fd = sys_open(fname,O_RDONLY,0);
156 fd = sys_open( "/dev/urandom", O_RDONLY,0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dnotify_kernel.c157 fd = sys_open(path,O_RDONLY, 0);
201 fd = open("/tmp", O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbback.c160 tdb_new = tdb_open(tmp_name, 0, TDB_DEFAULT, O_RDONLY, 0);
207 tdb = tdb_open(fname, 0, 0, O_RDONLY, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A Daddinitrd.c59 if ((fd_vmlinux = open (argv[1],O_RDONLY)) < 0)
88 if ((fd_initrd = open (argv[2], O_RDONLY)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/edd_id/
H A Dedd_id.c92 disk_fd = open(node, O_RDONLY);
151 sysfs_fd = open(file, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dfcntl_lock.c55 fd = open(DATA, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-styled-ostream.oo.c128 fd = open (css_filename, O_RDONLY | O_TEXT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-styled-ostream.oo.c128 fd = open (css_filename, O_RDONLY | O_TEXT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_open.c80 oflags |= O_RDONLY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Danyauthput.c118 hd = open(file, O_RDONLY) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dfile.c48 access = O_RDONLY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsplit.c86 xmove_fd(xopen(argv[0], O_RDONLY), 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dlast.c39 file = xopen(bb_path_wtmp_file, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dvconfig.c122 xopen(conf_file_name, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/read/
H A Dread_11.c65 fd = smbc_open(url, O_RDONLY, 0666);
H A Dread_12.c68 fd = smbc_open(url, O_RDONLY, 0666);
H A Dread_13.c68 fd = smbc_open(url, O_RDONLY, 0666);
H A Dread_5.c63 fd = smbc_open(url,O_RDONLY, 0666);
H A Dread_6.c64 fd = smbc_open(url,O_RDONLY, 0666);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dcnid.c83 EC_NEG1_LOG(cwd = open(".", O_RDONLY));
H A Dunix.c163 if ((fd = open("/dev/urandom", O_RDONLY)) != -1) {

Completed in 177 milliseconds

1234567891011>>