Searched refs:O_CREAT (Results 251 - 275 of 347) sorted by relevance

<<11121314

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/udhcp/
H A Dfiles.c382 fp = open3_or_warn(server_config.lease_file, O_WRONLY|O_CREAT|O_TRUNC, 0666);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c298 G.logFD = device_open(G.logFilePath, O_WRONLY | O_CREAT
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs-wrap.c415 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW, 0600)) < 0 )
417 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC , 0600)) < 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c214 printf(" C = O_CREAT\n");
244 flags |= O_CREAT;
274 if ((flags & O_CREAT) && argc == 4) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dnad.c682 hexfork[ DATA ] = open( "datafork", O_WRONLY|O_CREAT, 0622 );
683 hexfork[ RESOURCE ] = open( "resfork", O_WRONLY|O_CREAT, 0622 );
H A Dhqx.c254 headerfork = open( "headerfork", O_WRONLY|O_CREAT, 0622 );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c325 if ((ret = ad_open_metadata( fname, adflags, O_CREAT, &ad)) != 0) {
497 if (ad_open_metadata( ".", ADFLAGS_DIR, O_CREAT, &ad) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c311 if (!ad_open(dst, ADFLAGS_HF, O_RDWR | O_CREAT, 0666, &ad)) {
836 if (!ad_open(dst, ADFLAGS_HF, O_RDWR | O_CREAT, 0666, &ad)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dopen.c705 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
1010 return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/locking/
H A Dposix.c1284 read_only?O_RDONLY:(O_RDWR|O_CREAT), 0644);
1291 read_only?O_RDONLY:(O_RDWR|O_CREAT), 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c1326 if ((i = open (gconfig.pidfile, O_WRONLY | O_CREAT, 0640)) >= 0)
1347 if ((i = open (gconfig.pidfile, O_WRONLY | O_CREAT, 0640)) >= 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dlash.c563 mode = O_WRONLY | O_CREAT | O_TRUNC;
566 mode = O_WRONLY | O_CREAT | O_APPEND;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c722 openf = O_RDWR|O_CREAT|O_TRUNC;
730 openf = O_RDWR|O_CREAT|O_EXCL;
1011 if ( ad_open_metadata( upath, 0, O_CREAT, adp) < 0) {
1024 } else if ((ad_get_HF_flags( adp ) & O_CREAT) ) {
1554 if (ad_open(dst , adflags, O_RDWR|O_CREAT|O_EXCL, st.st_mode, &add) < 0) {
H A Ddirectory.c1542 if (ad.ad_md->adf_flags & O_CREAT) {
1991 if (ad_open_metadata( upath, ADFLAGS_DIR, O_CREAT, &ad) < 0) {
2013 if ( (ad_get_HF_flags( &ad ) & O_CREAT)) {
2401 if (ad_open_metadata( ".", ADFLAGS_DIR, O_CREAT, &ad ) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c1785 open_flags |= O_CREAT;
1799 if (!(open_flags & O_CREAT) || tdb_new_database(tdb, hash_size) == -1) {
2012 tdb->fd = open(tdb->name, tdb->open_flags & ~(O_CREAT|O_TRUNC), 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c1743 open_flags |= O_CREAT;
1757 if (!(open_flags & O_CREAT) || tdb_new_database(tdb, hash_size) == -1) {
2011 tdb->fd = open(tdb->name, tdb->open_flags & ~(O_CREAT|O_TRUNC), 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c1743 open_flags |= O_CREAT;
1757 if (!(open_flags & O_CREAT) || tdb_new_database(tdb, hash_size) == -1) {
1970 tdb->fd = open(tdb->name, tdb->open_flags & ~(O_CREAT|O_TRUNC), 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c853 O_CREAT|O_WRONLY);
2075 O_CREAT|O_WRONLY);
2167 O_CREAT|O_WRONLY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dsecrets.c61 tdb = tdb_open_log(fname, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c303 localhandle = open(newpath, O_CREAT | O_NONBLOCK | O_RDWR | (!resume?O_EXCL:0), 0755);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c201 open_flags |= O_CREAT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dutils.c834 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dconfig.c220 if (( fd = open( newpath, O_WRONLY|O_CREAT|O_TRUNC, mode )) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/boot/
H A Delf2ecoff.c501 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Difstat.c690 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);

Completed in 329 milliseconds

<<11121314