Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest.h65 #ifndef _O_BINARY
66 # define _O_BINARY (0) macro
H A Dlsmtest_io.c222 ctx.fd = open(zFile, O_RDWR|O_CREAT|_O_BINARY, 0644); in do_io()
H A Dlsmtest6.c265 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()
H A Dlsmtest_main.c1227 fd = open("writer.out", O_RDWR|O_CREAT|_O_BINARY, 0664); in do_writer_test()
/sqlite-3.40.0/src/
H A Dshell.c.in240 _setmode(_fileno(file), _O_BINARY);