/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | krbfileio.c | 12 #ifndef O_BINARY 13 #define O_BINARY 0 macro 31 fd = open(pathname, open_flag | O_BINARY, 0600); in krb5_create_secure_file()
|
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | _sfopen.c | 77 if(f->file >= 0 && (oflags &= (O_TEXT|O_BINARY|O_APPEND)) != 0 ) 80 ctl = (ctl & ~(O_TEXT|O_BINARY|O_APPEND)) | oflags; 162 oflags |= O_BINARY; 206 if(!(oflags&(O_BINARY|O_TEXT))) 207 oflags |= O_BINARY;
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | bsd-cygwin_util.c | 65 return open(filename, flags | O_BINARY, mode); in binary_open() 73 setmode (fd[0], O_BINARY); in binary_pipe() 74 setmode (fd[1], O_BINARY); in binary_pipe()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | stdio.c | 95 #ifdef O_BINARY 97 oflags |= O_BINARY; 435 #ifdef O_BINARY 437 oflags |= O_BINARY;
|
/titanic_41/usr/src/cmd/sunpc/other/ |
H A D | dos2unix.c | 214 setmode(fileno(in_stream), O_BINARY); in main() 215 setmode(fileno(out_stream), O_BINARY); in main() 463 setmode(fileno(in_stream), O_BINARY); in main() 464 setmode(fileno(out_stream), O_BINARY); in main()
|
H A D | unix2dos.c | 217 setmode(fileno(in_stream), O_BINARY); in main() 218 setmode(fileno(out_stream), O_BINARY); in main() 467 setmode(fileno(in_stream), O_BINARY); in main() 468 setmode(fileno(out_stream), O_BINARY); in main()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_open.c | 73 if (fname != NULL && (rfd = open(fname, flags | O_BINARY, mode)) < 0) 90 O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, &btopeninfo, dflags); 92 dbp = __bt_open(NULL, O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, NULL, dflags);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 37 #ifndef O_BINARY 38 #define O_BINARY 0 macro 100 O_BINARY, 0600); in krb5_rc_io_creat() 118 O_EXCL | O_BINARY, 0600)) == -1) in krb5_rc_io_creat() 221 if ((d->fd = THREEPARAMOPEN(d->fn, O_RDWR|O_BINARY, 0600)) == -1) { in krb5_rc_io_open_internal()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 302 #ifndef O_BINARY 303 #define O_BINARY 0 /* Needed for Win32 compiles */ macro
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | omitted | 15 if ((fd = _open(from, O_RDONLY|O_BINARY)) < 0) 17 if (_fstat(fd, &fs) || (td = _open(to, O_CREAT|O_WRONLY|O_TRUNC|O_BINARY, fs.st_mode & 0777)) < 0)
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 104 #ifndef O_BINARY 105 # define O_BINARY 0 macro 150 O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 && in acctinit() 267 if((fd=open(cp,O_BINARY|O_APPEND|O_RDWR|O_CREAT,histmode))>=0) in sh_histinit() 298 fd = open(fname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR); in sh_histinit() 386 if((fd=sh_open(buff,O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 && fd < 10) in sh_histinit() 1167 if((newfd=open(hp->histname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) >= 0) in hist_exceptf()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | dbm.c | 83 if ((__cur_db = kdb2_dbm_open(file, O_RDWR|O_BINARY, 0)) != NULL) 85 if ((__cur_db = kdb2_dbm_open(file, O_RDONLY|O_BINARY, 0)) != NULL)
|
H A D | hsearch.c | 66 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0);
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/ |
H A D | db.c | 60 O_RDWR | O_SHLOCK | O_TRUNC | O_BINARY)
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 86 #define O_BINARY 0 macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 107 #define O_BINARY 0 macro
|
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 68 #define O_BINARY _O_BINARY macro
|
/titanic_41/usr/src/cmd/sendmail/db/os/ |
H A D | os_open.c | 73 flags |= O_BINARY | O_NOINHERIT;
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | os.c | 37 # ifndef O_BINARY 38 # define O_BINARY 0 macro 468 id->fd = open(zFilename, O_RDWR|O_CREAT|O_LARGEFILE|O_BINARY, 0644); in sqliteOsOpenReadWrite() 475 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); in sqliteOsOpenReadWrite() 600 O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|O_LARGEFILE|O_BINARY, 0600); in sqliteOsOpenExclusive() 687 id->fd = open(zFilename, O_RDONLY|O_LARGEFILE|O_BINARY); in sqliteOsOpenReadOnly() 775 id->dirfd = open(zDirname, O_RDONLY|O_BINARY, 0644); in sqliteOsOpenDirectory()
|