Home | History | Annotate | Download | only in libxml2

Lines Matching refs:_O_BINARY

634 #ifdef _O_BINARY
635 m |= (strstr(mode, "b") ? _O_BINARY : 0);