Home
last modified time | relevance | path

Searched defs:nullstring (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/os400/
Dtranscode.c59 static const int nullstring[] = { 0 }; in xmlTranscodeResult() local
146 static const xmlChar nullstring[] = { 0 }; in inTranscode() local
/external/dtc/
DMakefile73 nullstring := macro
/external/python/cpython2/Objects/
Dstringobject.c14 static PyStringObject *nullstring; variable