OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nullstring
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/os400/
transcode.c
59
static const int
nullstring
[] = { 0 };
local
72
ret = (const char *)
nullstring
;
146
static const xmlChar
nullstring
[] = { 0 };
local
149
return
nullstring
;
/external/dtc/
Makefile
73
nullstring
:=
macro
74
space := $(
nullstring
) # end of line
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c
14
static PyStringObject *
nullstring
;
variable
65
if (size == 0 && (op =
nullstring
) != NULL) {
102
nullstring
= op;
127
if (size == 0 && (op =
nullstring
) != NULL) {
155
nullstring
= op;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c
14
static PyStringObject *
nullstring
;
variable
65
if (size == 0 && (op =
nullstring
) != NULL) {
102
nullstring
= op;
127
if (size == 0 && (op =
nullstring
) != NULL) {
155
nullstring
= op;
[
all
...]
Completed in 107 milliseconds