Home
last modified time | relevance | path

Searched refs:XML_L (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c180 # define XML_L(x) L##x macro
183 # define XML_L(x) x macro
189 # define XML_L(x) x macro
2364 return XML_L("out of memory"); in XML_ErrorString()
2366 return XML_L("syntax error"); in XML_ErrorString()
2441 return XML_L( in XML_ErrorString()
2446 return XML_L( in XML_ErrorString()
2453 return XML_L( in XML_ErrorString()
2457 return XML_L( in XML_ErrorString()
2473 #define V1(a, b, c) XML_L(#a) XML_L(".") XML_L(#b) XML_L(".") XML_L(#c) in XML_ExpatVersion()
[all …]