Home
last modified time | relevance | path

Searched refs:optnum (Results 1 – 9 of 9) sorted by relevance

/external/marisa-trie/tools/
Dcmdopt.cc21 h->optnum--; in cmdopt_shift()
56 if (h->optind < h->optnum) { in cmdopt_getopt()
88 while (h->optind < h->optnum) { in cmdopt_search()
159 if (h->optind < h->optnum) { in cmdopt_getopt_long()
216 while (h->optind < h->optnum) { in cmdopt_main()
248 h->optnum = h->argc; in cmdopt_init()
Dcmdopt.h44 int optnum; // Number of options. member
/external/iptables/utils/
Dnfnl_osf.c150 static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *optnum, char *obuf, int olen) in xt_osf_parse_opt() argument
260 opt[*optnum].kind = IANA_opts[op].kind; in xt_osf_parse_opt()
261 opt[*optnum].length = IANA_opts[op].length; in xt_osf_parse_opt()
262 opt[*optnum].wc.wc = wc; in xt_osf_parse_opt()
263 opt[*optnum].wc.val = val; in xt_osf_parse_opt()
264 (*optnum)++; in xt_osf_parse_opt()
/external/llvm/include/llvm/Support/
DCommandLine.h1472 unsigned getPosition(unsigned optnum) const {
1473 assert(optnum < this->size() && "Invalid option index");
1474 return Positions[optnum];
1611 unsigned getPosition(unsigned optnum) const {
1612 assert(optnum < this->size() && "Invalid option index");
1613 return Positions[optnum];
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h1490 unsigned getPosition(unsigned optnum) const {
1491 assert(optnum < this->size() && "Invalid option index");
1492 return Positions[optnum];
1629 unsigned getPosition(unsigned optnum) const {
1630 assert(optnum < this->size() && "Invalid option index");
1631 return Positions[optnum];
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h1678 unsigned getPosition(unsigned optnum) const {
1679 assert(optnum < this->size() && "Invalid option index");
1680 return Positions[optnum];
1830 unsigned getPosition(unsigned optnum) const {
1831 assert(optnum < this->size() && "Invalid option index");
1832 return Positions[optnum];
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h1669 unsigned getPosition(unsigned optnum) const {
1670 assert(optnum < this->size() && "Invalid option index");
1671 return Positions[optnum];
1821 unsigned getPosition(unsigned optnum) const {
1822 assert(optnum < this->size() && "Invalid option index");
1823 return Positions[optnum];
/external/llvm-project/llvm/docs/
DCommandLine.rst761 ``cl::list::getPosition(optnum)`` method. This method returns the absolute
762 position (as found on the command line) of the ``optnum`` item in the
/external/llvm/docs/
DCommandLine.rst765 ``cl::list::getPosition(optnum)`` method. This method returns the absolute
766 position (as found on the command line) of the ``optnum`` item in the