Searched refs:_O_BINARY (Results 1 – 5 of 5) sorted by relevance
65 #ifndef _O_BINARY66 # define _O_BINARY (0) macro
222 ctx.fd = open(zFile, O_RDWR|O_CREAT|_O_BINARY, 0644); in do_io()
265 fd1 = open(zFrom, O_RDONLY | _O_BINARY, 0644); in copy_file()266 fd2 = open(zTo, O_RDWR | O_CREAT | _O_BINARY, 0644); in copy_file()
1227 fd = open("writer.out", O_RDWR|O_CREAT|_O_BINARY, 0664); in do_writer_test()
240 _setmode(_fileno(file), _O_BINARY);