Searched refs:O_BINARY (Results 1 – 1 of 1) sorted by relevance
39 #ifndef O_BINARY40 # define O_BINARY 0 macro242 srcFd = open(src, O_RDONLY | O_BINARY, 0); in copyRegular()250 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644); in copyRegular()280 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644); in copyRegular()562 tmpFd = open(src, O_RDONLY | O_BINARY, 0); in copyFileRecursive()