Symbol: O_BINARY
crypto/heimdal/lib/hdb/mkey.c
160
fd = open(filename, O_RDONLY | O_BINARY);
crypto/heimdal/lib/hdb/mkey.c
207
fd = open(filename, O_RDONLY | O_BINARY);
crypto/heimdal/lib/hdb/mkey.c
253
fd = open(filename, O_RDONLY | O_BINARY);
crypto/heimdal/lib/hdb/mkey.c
36
#ifndef O_BINARY
crypto/heimdal/lib/krb5/crypto-rand.c
49
fd = open(seedfile, O_RDONLY | O_BINARY | O_CLOEXEC);
crypto/heimdal/lib/krb5/fcache.c
1055
ret = fcc_open(context, id, &fd, O_RDONLY | O_BINARY | O_CLOEXEC, 0);
crypto/heimdal/lib/krb5/fcache.c
258
fd = open(filename, O_RDWR | O_BINARY);
crypto/heimdal/lib/krb5/fcache.c
430
ret = fcc_open(context, id, &fd, O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_CLOEXEC, 0600);
crypto/heimdal/lib/krb5/fcache.c
505
ret = fcc_open(context, id, &fd, O_WRONLY | O_APPEND | O_BINARY | O_CLOEXEC, 0);
crypto/heimdal/lib/krb5/fcache.c
552
ret = fcc_open(context, id, &fd, O_RDONLY | O_BINARY | O_CLOEXEC, 0);
crypto/heimdal/lib/krb5/fcache.c
979
ret = fcc_open(context, from, &fd1, O_RDONLY | O_BINARY | O_CLOEXEC, 0);
crypto/heimdal/lib/krb5/fcache.c
986
O_WRONLY | O_CREAT | O_EXCL | O_BINARY | O_CLOEXEC, 0600);
crypto/heimdal/lib/krb5/keytab_file.c
438
return fkt_start_seq_get_int(context, id, O_RDONLY | O_BINARY | O_CLOEXEC, 0, c);
crypto/heimdal/lib/krb5/keytab_file.c
552
fd = open (d->filename, O_RDWR | O_BINARY | O_CLOEXEC);
crypto/heimdal/lib/krb5/keytab_file.c
554
fd = open (d->filename, O_RDWR | O_CREAT | O_EXCL | O_BINARY | O_CLOEXEC, 0600);
crypto/heimdal/lib/krb5/keytab_file.c
737
ret = fkt_start_seq_get_int(context, id, O_RDWR | O_BINARY | O_CLOEXEC, 1, &cursor);
crypto/heimdal/lib/krb5/keytab_keyfile.c
206
c->fd = open (d->filename, O_RDONLY | O_BINARY | O_CLOEXEC, 0600);
crypto/heimdal/lib/krb5/keytab_keyfile.c
333
fd = open (d->filename, O_RDWR | O_BINARY | O_CLOEXEC);
crypto/heimdal/lib/krb5/keytab_keyfile.c
336
O_RDWR | O_BINARY | O_CREAT | O_EXCL | O_CLOEXEC, 0600);
crypto/heimdal/lib/krb5/krb5_locl.h
208
#ifndef O_BINARY
crypto/krb5/src/include/k5-int.h
144
#ifndef O_BINARY
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1079
fd = open(data->filename, O_RDWR | O_BINARY | O_CLOEXEC);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
342
fd = open(filename, flags | O_BINARY | O_CLOEXEC, 0600);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
482
flags = O_CREAT | O_EXCL | O_RDWR | O_BINARY | O_CLOEXEC;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
565
fd = open(data->filename, O_RDWR | O_BINARY | O_CLOEXEC, 0);
crypto/krb5/src/lib/krb5/os/krbfileio.c
43
#ifndef O_BINARY
crypto/krb5/src/lib/krb5/os/krbfileio.c
59
fd = THREEPARAMOPEN(pathname, O_RDWR | O_CREAT | O_EXCL | O_BINARY, 0600);
crypto/krb5/src/lib/krb5/rcache/rc_dfl.c
70
*fd_out = open(fname, O_CREAT | O_RDWR | O_BINARY, 0600);
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
248
fd = open(filename, O_CREAT | O_RDWR | O_BINARY, 0600);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
204
if ((t->bt_fd = open(fname, flags | O_BINARY, mode)) < 0)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
433
setmode(fd, O_BINARY);
crypto/krb5/src/plugins/kdb/db2/libdb2/db/db.c
55
O_RDWR | O_SHLOCK | O_TRUNC | O_BINARY)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/dbm.c
76
if ((__cur_db = kdb2_dbm_open(file, O_RDWR|O_BINARY, 0)) != NULL)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/dbm.c
78
if ((__cur_db = kdb2_dbm_open(file, O_RDONLY|O_BINARY, 0)) != NULL)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
130
if ((hashp->fp = open(file, flags|O_BINARY, mode)) == -1)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hsearch.c
63
dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0);
crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-int.h
280
#ifndef O_BINARY
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_open.c
69
if (fname != NULL && (rfd = open(fname, flags | O_BINARY, mode)) < 0)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_open.c
91
O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, &btopeninfo, dflags);
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_open.c
93
dbp = __bt_open(NULL, O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, NULL, dflags);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/t.c
25
if ((dbp = dbopen("test.db",O_RDWR | O_CREAT | O_BINARY, 0664
crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/t.c
45
if ((dbp = dbopen("test.db", O_RDWR | O_BINARY, 0664
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
239
db = dbopen(*argv == NULL ? NULL : *argv, omode|O_BINARY,
crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/main.c
242
db = dbopen(*argv == NULL ? NULL : *argv, O_CREAT|omode|O_BINARY,
crypto/krb5/src/plugins/kdb/db2/libdb2/test/dbtest.c
137
oflags = O_CREAT | O_RDWR | O_BINARY;
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
84
if (!(db = dbopen("bigtest", O_RDWR | O_CREAT | O_BINARY, 0644, DB_HASH, &info))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tcreat3.c
75
O_CREAT|O_TRUNC|O_RDWR|O_BINARY, 0600, DB_HASH, &ctl))){
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tdel.c
77
if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/thash4.c
78
if (!(dbp = dbopen( NULL, O_CREAT|O_RDWR|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tread2.c
77
if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tseq.c
66
if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, NULL))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/tverify.c
78
if (!(dbp = dbopen( "hashtest", O_RDONLY|O_BINARY, 0400, DB_HASH, &ctl))) {
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/bigtest.c
23
db = dbopen("big2.db", O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0664, DB_HASH, &info);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
126
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
154
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd);
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
33
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0664, DB_HASH,
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/passtest.c
69
db = dbopen("/usr/tmp/passwd.db", O_RDWR|O_BINARY, 0664, DB_HASH, &passwd);
crypto/krb5/src/util/support/mkstemp.c
114
open(path, O_CREAT|O_EXCL|O_RDWR|O_BINARY, 0600)) >= 0)
crypto/krb5/src/util/support/mkstemp.c
51
#ifndef O_BINARY
crypto/openssh/openbsd-compat/bsd-cygwin_util.c
55
return (open(filename, flags | O_BINARY, mode));
crypto/openssh/scp.c
631
setmode(0, O_BINARY);
crypto/openssh/sftp-server.c
2020
setmode(in, O_BINARY);
crypto/openssh/sftp-server.c
2021
setmode(out, O_BINARY);
crypto/openssl/apps/lib/apps.c
3104
#ifdef O_BINARY
crypto/openssl/apps/lib/apps.c
3105
mode |= O_BINARY;
crypto/openssl/crypto/bio/bss_file.c
254
setmode(fd, O_BINARY);
crypto/openssl/crypto/rand/randfile.c
206
#ifndef O_BINARY
crypto/openssl/crypto/rand/randfile.c
213
int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600);
crypto/openssl/include/internal/e_os.h
67
#define _O_BINARY O_BINARY
usr.bin/bsdiff/bsdiff/bsdiff.c
140
if(((fd=open(argv[1],O_RDONLY|O_BINARY,0))<0) ||
usr.bin/bsdiff/bsdiff/bsdiff.c
161
if(((fd=open(argv[2],O_RDONLY|O_BINARY,0))<0) ||
usr.bin/bsdiff/bsdiff/bsdiff.c
43
#ifndef O_BINARY
usr.bin/bsdiff/bspatch/bspatch.c
135
if ((oldfd = open(argv[1], O_RDONLY | O_BINARY, 0)) < 0)
usr.bin/bsdiff/bspatch/bspatch.c
147
O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0666)) < 0)
usr.bin/bsdiff/bspatch/bspatch.c
47
#ifndef O_BINARY