OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nullstr
(Results
1 - 17
of
17
) sorted by null
/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
)
libebl.h
264
extern struct Ebl_Strtab *ebl_strtabinit (bool
nullstr
);
289
extern struct Ebl_WStrtab *ebl_wstrtabinit (bool
nullstr
);
311
extern struct Ebl_GStrtab *ebl_gstrtabinit (unsigned int width, bool
nullstr
);
/external/chromium_org/third_party/libxml/src/
testSAX.c
443
const xmlChar *
nullstr
= BAD_CAST "(null)";
local
446
publicId =
nullstr
;
448
systemId =
nullstr
;
450
content = (xmlChar *)
nullstr
;
538
const xmlChar *
nullstr
= BAD_CAST "(null)";
local
541
publicId =
nullstr
;
543
systemId =
nullstr
;
545
notationName =
nullstr
;
runtest.c
968
const xmlChar *
nullstr
= BAD_CAST "(null)";
local
971
publicId =
nullstr
;
973
systemId =
nullstr
;
975
content = (xmlChar *)
nullstr
;
1063
const xmlChar *
nullstr
= BAD_CAST "(null)";
local
1066
publicId =
nullstr
;
1068
systemId =
nullstr
;
1070
notationName =
nullstr
;
[
all
...]
xmllint.c
1074
const xmlChar *
nullstr
= BAD_CAST "(null)";
local
1077
publicId =
nullstr
;
1079
systemId =
nullstr
;
1081
content = (xmlChar *)
nullstr
;
1169
const xmlChar *
nullstr
= BAD_CAST "(null)";
local
1172
publicId =
nullstr
;
1174
systemId =
nullstr
;
1176
notationName =
nullstr
;
[
all
...]
/system/core/sh/
mystring.c
61
char
nullstr
[1]; /* zero length string */
variable
shell.h
74
extern char
nullstr
[1]; /* null string */
cd.c
87
nextopt(
nullstr
);
123
path =
nullstr
;
miscbltin.c
207
setvar(*ap,
nullstr
, 0);
var.c
756
setvar(s,
nullstr
, 0);
expand.c
519
:
nullstr
);
/external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c
527
static const char *
NULLSTR
="NULL";
532
#define STRNULL(x) ((x)?(x):
NULLSTR
)
/external/icu4c/test/cintltst/
putiltst.c
538
static const char *
NULLSTR
="NULL";
543
#define STRNULL(x) ((x)?(x):
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
...]
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 317 milliseconds