OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defval
(Results
1 - 6
of
6
) sorted by null
/external/u-boot/env/
flags.c
543
const char *
defval
= env_get_default(name);
local
545
if (
defval
== NULL)
546
defval
= "";
547
printf("oldval: %s
defval
: %s\n", oldval,
defval
);
548
if (strcmp(oldval,
defval
) != 0) {
/external/curl/src/
tool_setopt.c
638
long
defval
= 0L;
local
642
defval
= nv->value;
650
if(lval ==
defval
)
/external/u-boot/tools/env/
fw_env.c
574
const char *
defval
= fw_getdefenv(name);
local
576
if (
defval
== NULL)
577
defval
= "";
578
if (strcmp(oldval,
defval
)
[
all
...]
/external/python/cpython2/Modules/_ctypes/
_ctypes.c
3390
PyObject *
defval
;
local
3792
PyObject *
defval
= NULL;
local
[
all
...]
/external/python/cpython3/Modules/_ctypes/
_ctypes.c
3279
PyObject *
defval
;
local
3690
PyObject *
defval
= NULL;
local
[
all
...]
/external/guice/extensions/struts2/lib/
jetty-6.1.0.jar
Completed in 218 milliseconds