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

  /system/core/sh/
mystring.c 61 char nullstr[1]; /* zero length string */ variable
  /external/elfutils/libebl/
eblwstrtab.c 63 bool nullstr; member in struct:Ebl_WStrtab
75 ebl_wstrtabinit (bool nullstr)
88 ret->nullstr = nullstr;
89 if (nullstr)
313 size_t nulllen = st->nullstr ? 1 : 0;
322 if (st->nullstr)
eblgstrtab.c 63 bool nullstr; member in struct:Ebl_GStrtab
75 ebl_gstrtabinit (unsigned int width, bool nullstr)
89 ret->nullstr = nullstr;
91 if (nullstr)
324 size_t nulllen = st->nullstr ? st->width : 0;
333 if (st->nullstr)
eblstrtab.c 62 bool nullstr; member in struct:Ebl_Strtab
74 ebl_strtabinit (bool nullstr)
87 ret->nullstr = nullstr;
89 if (nullstr)
313 size_t nulllen = st->nullstr ? 1 : 0;
322 if (st->nullstr)
  /external/opencore/oscl/oscl/osclutil/src/
oscl_snprintf.cpp 1299 oscl_wchar nullstr[1]; local
    [all...]
  /external/libxml2/
xmllint.c 1069 const xmlChar *nullstr = BAD_CAST "(null)"; local
1072 publicId = nullstr;
1074 systemId = nullstr;
1076 content = (xmlChar *)nullstr;
1164 const xmlChar *nullstr = BAD_CAST "(null)"; local
1167 publicId = nullstr;
1169 systemId = nullstr;
1171 notationName = nullstr;
    [all...]

Completed in 209 milliseconds