Searched refs:nullstring (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Objects/stringlib/
H A Dstringdefs.h13 #define STRINGLIB_EMPTY nullstring
/external/python/cpython3/Objects/stringlib/
H A Dstringdefs.h16 #define STRINGLIB_EMPTY nullstring
/external/libxml2/os400/
H A Dtranscode.c59 static const int nullstring[] = { 0 }; local
72 ret = (const char *) nullstring;
146 static const xmlChar nullstring[] = { 0 }; local
149 return nullstring;
/external/dtc/
H A DMakefile81 nullstring := macro
82 space := $(nullstring) # end of line
/external/python/cpython3/Objects/
H A Dbytesobject.c23 static PyBytesObject *nullstring; variable
65 if (size == 0 && (op = nullstring) != NULL) {
92 nullstring = op;
145 if (size == 0 && (op = nullstring) != NULL) {
169 nullstring = op;
2984 Py_CLEAR(nullstring);
/external/python/cpython2/Objects/
H A Dstringobject.c14 static PyStringObject *nullstring; variable
65 if (size == 0 && (op = nullstring) != NULL) {
102 nullstring = op;
127 if (size == 0 && (op = nullstring) != NULL) {
155 nullstring = op;
4810 Py_CLEAR(nullstring);

Completed in 1822 milliseconds