OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arg_match
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
args.c
39
int
arg_match
(struct arg *arg_, const struct arg_def *def, char **argv) {
function
/external/qemu/hw/
goldfish_nand.c
645
static int
arg_match
(const char *a, const char *b, size_t b_len)
function
707
if(
arg_match
("readonly", arg, arg_len)) {
716
if(
arg_match
("size", arg, arg_len)) {
722
else if(
arg_match
("pagesize", arg, arg_len)) {
728
else if(
arg_match
("extrasize", arg, arg_len)) {
734
else if(
arg_match
("erasepages", arg, arg_len)) {
740
else if(
arg_match
("initfile", arg, arg_len)) {
747
else if(
arg_match
("file", arg, arg_len)) {
Completed in 495 milliseconds