OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listptr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
args.c
111
const struct arg_enum_list *
listptr
;
local
115
for (
listptr
= def->enums;
listptr
->name;
listptr
++)
116
fprintf(fp, "%s%s",
listptr
->name,
listptr
[1].name ? ", " : "\n");
192
const struct arg_enum_list *
listptr
;
local
200
for (
listptr
= arg->def->enums;
listptr
->name;
listptr
++
[
all
...]
/external/elfutils/src/
readelf.c
4445
struct
listptr
struct
[
all
...]
Completed in 6476 milliseconds