Home
last modified time | relevance | path

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

/openssl/util/
H A Dcopy.pl68 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/openssl/crypto/rand/
H A Drandfile.c203 # ifndef O_BINARY in RAND_write_file()
204 # define O_BINARY 0 in RAND_write_file() macro
210 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file()
/openssl/include/internal/
H A De_os.h67 # define _O_BINARY O_BINARY
/openssl/crypto/bio/
H A Dbss_file.c263 setmode(fd, O_BINARY); in file_ctrl()
/openssl/apps/lib/
H A Dapps.c3039 # ifdef O_BINARY in bio_open_owner()
3040 mode |= O_BINARY; in bio_open_owner()

Completed in 26 milliseconds