Searched refs:O_BINARY (Results 1 – 1 of 1) sorted by relevance
38 #ifndef O_BINARY39 # define O_BINARY 0 macro243 srcFd = open(src, O_RDONLY | O_BINARY, 0); in copyRegular()251 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644); in copyRegular()281 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644); in copyRegular()561 tmpFd = open(src, O_RDONLY | O_BINARY, 0); in copyFileRecursive()