OpenGrok
Cross Reference: xmlIO.c
xref
: /
external
/
libxml2
/
xmlIO.c
Home
|
History
|
Annotate
|
Download
|
only in
libxml2
Lines Matching
refs:_O_BINARY
634
#ifdef
_O_BINARY
635
m |= (strstr(mode, "b") ?
_O_BINARY
: 0);