Searched refs:O_BINARY (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dcopy.pl47 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
48 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Dosunixmap.c127 #ifndef O_BINARY
128 #define O_BINARY 0 macro
189 fd = open (SYSTEM_MEMORY, O_RDONLY | O_BINARY);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4.c149 setmode(fileno(in),O_BINARY); local
150 setmode(fileno(out),O_BINARY); local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drandfile.c203 #ifndef O_BINARY
204 #define O_BINARY 0 macro
208 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
H A Drand_unix.c229 #ifdef O_BINARY
230 |O_BINARY
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgostsum.c33 #ifndef O_BINARY
34 #define O_BINARY 0 macro
53 case 'b': open_mode |= O_BINARY; break;
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacmsvc.h140 #define O_BINARY _O_BINARY macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_file.c336 setmode(fd,O_BINARY);
358 setmode(fd, O_BINARY);
/barrelfish-2018-10-04/include/openssl/local/
H A De_os.h241 # define _O_BINARY O_BINARY
352 # define _O_BINARY O_BINARY
438 # define _O_BINARY O_BINARY
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A De_os.h241 # define _O_BINARY O_BINARY
351 # define _O_BINARY O_BINARY
437 # define _O_BINARY O_BINARY
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes.c310 setmode(fileno(DES_IN),O_BINARY); local
312 setmode(fileno(DES_OUT),O_BINARY); local
/barrelfish-2018-10-04/lib/tzcode/stdtime/
H A Dlocaltime.c67 ** SunOS 4.1.1 headers lack O_BINARY.
70 #ifdef O_BINARY
71 #define OPEN_MODE (O_RDONLY | O_BINARY)
72 #endif /* defined O_BINARY */
73 #ifndef O_BINARY
75 #endif /* !defined O_BINARY */

Completed in 103 milliseconds