/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | creat64.c | 35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
|
H A D | open.c | 58 mode = (op & O_CREAT) ? va_arg(ap, int) : S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; 62 if (!(op & O_CREAT)) 93 op &= ~(O_CREAT|O_TRUNC); 99 if (op & O_CREAT)
|
H A D | symlink.c | 48 if ((fd = open(b, O_CREAT|O_TRUNC|O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
H A D | errors.t | 25 ODBM_File => [$dummyfile, O_RDWR|O_CREAT, 0666], 26 NDBM_File => [$dummyfile, O_RDWR|O_CREAT, 0666], 27 SDBM_File => [$dummyfile, O_RDWR|O_CREAT, 0666],
|
H A D | tie.t | 51 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
|
H A D | tie_ndbm.t | 47 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
|
H A D | tie_sdbm.t | 46 tie my %cache => $tiepack, $file, O_RDWR | O_CREAT, 0666
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/ |
H A D | fcntl.t | 8 # A modest test: exercises only O_WRONLY, O_CREAT, and O_RDONLY. 19 if (sysopen(my $wo, "fcntl$$", O_WRONLY|O_CREAT)) {
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | _endopen.c | 72 oflag = O_WRONLY | O_TRUNC | O_CREAT; 76 oflag = O_WRONLY | O_APPEND | O_CREAT; 112 if (oflag == (O_WRONLY | O_APPEND | O_CREAT)) { /* type == "a" */
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | _sfopen.c | 103 { if((oflags&(O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL) ) 115 else if(oflags&O_CREAT) 159 oflags |= O_WRONLY | O_APPEND | O_CREAT; 184 oflags |= O_WRONLY | O_CREAT; 203 if(!(oflags&O_CREAT) )
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | stdio.c | 77 oflags = O_RDWR | O_CREAT | O_TRUNC; 83 oflags = O_WRONLY | O_CREAT | O_TRUNC; 86 oflags = O_APPEND | O_WRONLY | O_CREAT; 89 oflags = O_APPEND | O_RDWR | O_CREAT; 417 oflags = O_RDWR | O_CREAT; 423 oflags = O_WRONLY | O_CREAT | O_TRUNC; 426 oflags = O_APPEND | O_WRONLY | O_CREAT; 429 oflags = O_APPEND | O_RDWR | O_CREAT; 486 if (flags & O_CREAT)
|
H A D | t-fopen.c | 29 out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
|
/osnet-11/usr/src/lib/libuutil/common/ |
H A D | uu_open.c | 58 f = open(fname, O_CREAT | O_EXCL | O_RDWR, 0600);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | mkstemp.c | 94 if ((fd = open64(as, O_CREAT|O_EXCL|O_RDWR, 0600)) != -1) { 98 if ((fd = open(as, O_CREAT|O_EXCL|O_RDWR, 0600)) != -1) {
|
/osnet-11/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 127 if (mode & O_CREAT) 149 if ((fd = open_daemon_lock(name, O_RDWR|O_CREAT)) == -1) 177 int fd = open_daemon_lock(name, O_CREAT);
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_lockdlck.c | 49 local_lockfd = open(CFG_RDEV_LOCKFILE, O_RDWR|O_CREAT, 0644); 65 if ((flag&O_CREAT) == 0) 124 if (cfg_filelock(i, O_CREAT) == CFG_LF_OKAY) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | krbfileio.c | 63 fd = THREEPARAMOPEN(pathname, O_RDWR | O_CREAT | O_EXCL | O_BINARY, 0600);
|
/osnet-11/usr/src/cmd/sendmail/db/os/ |
H A D | os_oflags.c | 42 if (oflags & O_CREAT)
|
/osnet-11/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 228 #ifndef O_CREAT 231 if (O_CREAT > o_local) o_local = O_CREAT; 282 #ifndef O_CREAT 283 printf("#define O_CREAT 0%o\n", o_local <<= 1);
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | io.sed.in | 59 SED_REPLACE(O_CREAT)
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | mktemp.c | 128 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/ |
H A D | db.c | 59 (O_CREAT | O_EXCL | O_EXLOCK | O_NONBLOCK | O_RDONLY | \
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hsearch.c | 64 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/t/ |
H A D | ndbm.t | 28 #If Fcntl is not available, try 0x202 or 0x102 for O_RDWR|O_CREAT 37 ok(1, tie(%h,'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)); 197 $X = tie(%h, "SubDB","dbhash.tmp", O_RDWR|O_CREAT, 0640 ); 233 ok(19, $db = tie(%h, 'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 330 ok(40, $db = tie(%h, 'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 393 ok(63, $db = tie(%h, 'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 419 ok(65, tie(%h, 'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 436 ok(66, my $db = tie(%h, 'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 472 ok(72, my $db = tie(%h, 'NDBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/t/ |
H A D | odbm.t | 28 #If Fcntl is not available, try 0x202 or 0x102 for O_RDWR|O_CREAT 37 ok(1, tie(%h,'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)); 197 $X = tie(%h, "SubDB","dbhash.tmp", O_RDWR|O_CREAT, 0640 ); 235 ok(19, $db = tie(%h, 'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 332 ok(40, $db = tie(%h, 'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 395 ok(63, $db = tie(%h, 'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 421 ok(65, tie(%h, 'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 442 ok(67, my $db = tie(%h, 'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ; 478 ok(73, my $db = tie(%h, 'ODBM_File','Op.dbmx', O_RDWR|O_CREAT, 0640)) ;
|