Searched refs:O_BINARY (Results 1 – 2 of 2) sorted by relevance
104 # define O_BINARY 0 macro898 fd1 = open(zFrom, O_RDONLY|O_BINARY); in filecopy_x()903 fd2 = open(zTo, O_RDWR|O_CREAT|O_EXCL|O_BINARY, 0644); in filecopy_x()
315 #ifndef O_BINARY316 # define O_BINARY 0 macro3711 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); in openDirectory()6208 openFlags |= (O_LARGEFILE|O_BINARY|O_NOFOLLOW); in unixOpen()