Lines Matching defs:subopt
483 int32_t /* count, */ subopt;
493 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
494 switch (subopt) {
538 int32_t /* count, */ subopt;
548 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
549 switch (subopt) {
591 int32_t /* count, */ subopt;
601 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
602 switch (subopt) {
633 int32_t /* count, */ subopt, saved_errno;
645 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
646 switch (subopt) {
717 int32_t cut_dflt, len, subopt;
745 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
746 switch (subopt) {