Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 25 of 45) sorted by relevance

12

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkrbfileio.c12 #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.c77 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 Dbsd-cygwin_util.c65 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 Dstdio.c95 #ifdef O_BINARY
97 oflags |= O_BINARY;
435 #ifdef O_BINARY
437 oflags |= O_BINARY;
/titanic_41/usr/src/cmd/sunpc/other/
H A Ddos2unix.c214 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 Dunix2dos.c217 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 Drec_open.c73 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 Drc_io.c37 #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 Ddb-int.h302 #ifndef O_BINARY
303 #define O_BINARY 0 /* Needed for Win32 compiles */ macro
/titanic_41/usr/src/lib/libast/common/features/
H A Domitted15 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 Dhistory.c104 #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 Ddbm.c83 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 Dhsearch.c66 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 Ddb.c60 O_RDWR | O_SHLOCK | O_TRUNC | O_BINARY)
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h107 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h86 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h86 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h86 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h107 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h107 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h86 #define O_BINARY 0 macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h107 #define O_BINARY 0 macro
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h68 #define O_BINARY _O_BINARY macro
/titanic_41/usr/src/cmd/sendmail/db/os/
H A Dos_open.c73 flags |= O_BINARY | O_NOINHERIT;
/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.c37 # 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()

12