Home | History | Annotate | Download | only in perf

Lines Matching defs:O_BINARY

1962 #ifndef O_BINARY
1963 #define O_BINARY 0
7507 fd = open(filename, O_RDONLY | O_BINARY);
19736 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, mode);