HomeSort by relevance Sort by last modified time
    Searched defs:optopt (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
opt_data.c 41 int optopt = 0; variable
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
getopt.c 38 int optopt; /* character checked for validity */ variable
62 if ((optopt = (int)*place++) == (int)':' ||
63 !(oli = strchr(ostr, optopt))) {
69 if (optopt == (int)'-')
79 p, optopt);
99 p, optopt);
106 return (optopt); /* dump back option letter */
  /onnv/onnv-gate/usr/src/cmd/bnu/
getopt.c 44 int optopt; variable
64 optopt = c = argv[optind][sp];
  /onnv/onnv-gate/usr/src/cmd/mdb/common/libstand/
getopt.c 33 int opterr = 1, optind = 1, optopt = 0; variable
44 optopt = 0;
64 optopt = c = (unsigned char)argv[optind][_sp];
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
getopt_int.h 41 int optopt;
40 int optopt; member in struct:_getopt_data
getopt.c 102 int optopt = '?';
557 d->optopt = 0;
630 d->optopt = pfound->val;
669 d->optopt = pfound->val;
740 d->optopt = 0;
801 d->optopt = c;
852 d->optopt = c;
1074 d->optopt = c;
1106 optopt = getopt_data.optopt;
101 int optopt = '?'; variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
Getopt.java 50 private int optopt = 0; field in class:Getopt
283 return optopt;
367 * For an unrecognized long-option, optopt will equal 0, but
371 optopt = c = args[optind].charAt(_sp);
381 * Note: When the long option is unrecognized, optopt will
390 optopt = c = optstring.charAt(cp);
  /onnv/onnv-gate/usr/src/grub/grub-0.97/lib/
getopt.c 157 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
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
mks.h 667 int optopt; /* Invalid option */ member in struct:getopt_state
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
defines.h 478 #undef optopt macro
484 #define optopt BSDoptopt macro
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
ast_map.h 145 #undef optopt macro
146 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
ast_map.h 124 #undef optopt macro
125 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
ast_map.h 145 #undef optopt macro
146 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
ast_map.h 124 #undef optopt macro
125 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
ast_map.h 145 #undef optopt macro
146 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
ast_map.h 124 #undef optopt macro
125 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
ast_map.h 145 #undef optopt macro
146 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
ast_map.h 124 #undef optopt macro
125 #define optopt _ast_optopt macro
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
conf.c 2995 int optopt = 0; \/* character checked for validity *\/ local
    [all...]

Completed in 6249 milliseconds