Searched refs:O_BINARY (Results 1 – 1 of 1) sorted by relevance
37 #ifndef O_BINARY38 # 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()