OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nullstring
(Results
1 - 6
of
6
) 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
81
nullstring
:=
macro
82
space := $(
nullstring
) # end of line
/external/python/cpython3/Objects/
bytesobject.c
23
static PyBytesObject *
nullstring
;
variable
65
if (size == 0 && (op =
nullstring
) != NULL) {
92
nullstring
= op;
145
if (size == 0 && (op =
nullstring
) != NULL) {
169
nullstring
= op;
[
all
...]
/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
...]
/external/python/cpython2/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 615 milliseconds