Searched refs:optopt (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/gen/
H A Dopt_data.c41 int optopt = 0; variable
H A Dgetopt_long.c376 optopt = 0;
388 optopt = 0;
401 * XXX: GNU sets optopt to val regardless of flag
404 optopt = long_options[match].val;
406 optopt = 0;
434 * XXX: GNU sets optopt to val regardless of flag
437 optopt = long_options[match].val;
439 optopt = 0;
449 optopt = long_options[match].val;
450 return (optopt);
[all...]
H A Dgetopt.c223 * For an unrecognized long-option, optopt will equal 0, but
227 optopt = c = (unsigned char)argv[optind][_sp];
236 * Note: When the long option is unrecognized, optopt
245 optopt = c = *cp;
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_getopt.h36 extern int optopt;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_getopt.h19 extern __MANGLE__ int optopt;
H A Dast_map.h145 #undef optopt macro
146 #define optopt _ast_optopt macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_getopt.h19 extern __MANGLE__ int optopt;
H A Dast_map.h145 #undef optopt macro
146 #define optopt _ast_optopt macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_getopt.h19 extern __MANGLE__ int optopt;
H A Dast_map.h145 #undef optopt macro
146 #define optopt _ast_optopt macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_getopt.h19 extern __MANGLE__ int optopt;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.c41 int optopt = 0;
67 optopt = opt_info.option[1];
H A Dgetoptl.c121 optopt = opt_info.option[1];
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.in.h64 # undef optopt macro
75 # define optopt __GETOPT_ID (optopt) macro
161 extern int optopt;
209 missing arguments, `optopt' is set to the option letter, and '?' is
H A Dgetopt_int.h76 int optopt;
75 int optopt; member in struct:_getopt_data
H A Dgetopt.c94 int optopt = '?';
553 d->optopt = 0;
626 d->optopt = pfound->val;
665 d->optopt = pfound->val;
736 d->optopt = 0;
784 d->optopt = c;
835 d->optopt = c;
1061 d->optopt = c;
1094 optopt = getopt_data.optopt;
93 int optopt = '?'; variable
[all...]
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h58 extern int optopt;
H A Dgetopt.c157 int optopt = '?';
688 optopt = 0;
719 optopt = pfound->val;
734 optopt = pfound->val;
769 optopt = 0;
796 optopt = c;
826 optopt = c;
956 optopt = c;
156 int optopt = '?'; variable
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dtest.c27 extern int optopt;
90 optopt);
/osnet-11/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c95 extern int optind, opterr, optopt;
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c56 extern int optind, opterr, optopt;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c612 if (((optopt == 'b') || (optopt == 'c') ||
613 (optopt == 'd') || (optopt == 'm') ||
614 (optopt == 'o') || (optopt == 'p') ||
615 (optopt == 'S') || (optopt == 't') ||
616 (optopt == 'u')) && (!optarg)) {
H A Dntfscluster.c223 if ((optopt == 'c') || (optopt == 's'))
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h124 #undef optopt macro
125 #define optopt _ast_optopt macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h124 #undef optopt macro
125 #define optopt _ast_optopt macro

Completed in 118 milliseconds

12