/external/iproute2/tipc/ |
cmdl.h | 38 int parse_opts(struct opt *opts, struct cmdl *cmdl);
|
cmdl.c | 78 int parse_opts(struct opt *opts, struct cmdl *cmdl) function
|
link.c | 119 if (parse_opts(opts, cmdl) < 0) 181 if (parse_opts(opts, cmdl) != 1) { 382 if (parse_opts(opts, cmdl) < 0) 456 if (parse_opts(opts, cmdl) < 0)
|
media.c | 114 if (parse_opts(opts, cmdl) < 0) 200 if (parse_opts(opts, cmdl) < 0)
|
bearer.c | 245 if (parse_opts(opts, cmdl) < 0) { 367 if (parse_opts(opts, cmdl) < 0) { 474 if (parse_opts(opts, cmdl) < 0) 607 if (parse_opts(opts, cmdl) < 0)
|
/external/fonttools/Lib/fontTools/ |
merge.py | 639 def parse_opts(self, argv, ignore_unknown=False): member in class:Options 857 def parse_opts(self, argv): member in class:Logger 902 args = log.parse_opts(args) 905 args = options.parse_opts(args)
|
subset.py | 1852 def parse_opts(self, argv, ignore_unknown=False): member in class:Options 2075 def parse_opts(self, argv): member in class:Logger [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-nds32.c | 1942 static struct nds32_parse_option_table parse_opts [] = variable in typeref:struct:nds32_parse_option_table [all...] |