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

/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Dmain.c226 static void parse_sec_address_op(struct elfcopy *ecp, int optnum,
1209 parse_sec_address_op(struct elfcopy *ecp, int optnum, const char *optname, argument
1228 if (optnum == ECP_CHANGE_SEC_LMA ||
1229 optnum == ECP_CHANGE_SEC_ADDR) {
1233 if (optnum == ECP_CHANGE_SEC_VMA ||
1234 optnum == ECP_CHANGE_SEC_ADDR) {
1240 if (optnum == ECP_CHANGE_SEC_LMA ||
1241 optnum == ECP_CHANGE_SEC_ADDR)
1243 if (optnum == ECP_CHANGE_SEC_VMA ||
1244 optnum
[all...]
/freebsd-11.0-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-11.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1409 unsigned getPosition(unsigned optnum) const {
1410 assert(optnum < this->size() && "Invalid option index");
1411 return Positions[optnum];
1548 unsigned getPosition(unsigned optnum) const {
1549 assert(optnum < this->size() && "Invalid option index");
1550 return Positions[optnum];
/freebsd-11.0-release/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c148 int32_t count, optnum = 0; local
244 optnum += count;
247 return (optnum);

Completed in 66 milliseconds