Searched refs:optnum (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dudb.c1169 register int optnum; local
1172 for (optnum = 0; optnum < maxopts && (spec = spec_end) != NULL; optnum++)
1182 opt[optnum].udbo_name = spec;
1183 opt[optnum].udbo_val = NULL;
1186 opt[optnum].udbo_val = ++p;
1188 return optnum;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1359 unsigned getPosition(unsigned optnum) const {
1360 assert(optnum < this->size() && "Invalid option index");
1361 return Positions[optnum];
1561 unsigned getPosition(unsigned optnum) const {
1562 assert(optnum < this->size() && "Invalid option index");
1563 return Positions[optnum];
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c147 int32_t count, optnum = 0; local
243 optnum += count;
246 return (optnum);

Completed in 78 milliseconds