HomeSort by relevance Sort by last modified time
    Searched defs:nullstr (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
mystring.c 61 char nullstr[1]; /* zero length string */ variable
  /external/elfutils/libebl/
eblstrtab.c 98 bool nullstr; member in struct:Ebl_Strtab
110 ebl_strtabinit (bool nullstr)
122 ret->nullstr = nullstr;
124 if (nullstr)
333 size_t nulllen = st->nullstr ? 1 : 0;
342 if (st->nullstr)
eblwstrtab.c 99 bool nullstr; member in struct:Ebl_WStrtab
111 ebl_wstrtabinit (bool nullstr)
124 ret->nullstr = nullstr;
125 if (nullstr)
349 size_t nulllen = st->nullstr ? 1 : 0;
358 if (st->nullstr)
eblgstrtab.c 99 bool nullstr; member in struct:Ebl_GStrtab
111 ebl_gstrtabinit (unsigned int width, bool nullstr)
125 ret->nullstr = nullstr;
127 if (nullstr)
355 size_t nulllen = st->nullstr ? st->width : 0;
364 if (st->nullstr)
  /external/libxml2/
xmllint.c 1078 const xmlChar *nullstr = BAD_CAST "(null)"; local
1081 publicId = nullstr;
1083 systemId = nullstr;
1085 content = (xmlChar *)nullstr;
1173 const xmlChar *nullstr = BAD_CAST "(null)"; local
1176 publicId = nullstr;
1178 systemId = nullstr;
1180 notationName = nullstr;
    [all...]

Completed in 212 milliseconds