HomeSort by: relevance | last modified time | path
    Searched defs:optopt (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/include/
getopt-compat.h 33 #define optopt lutil_optopt macro
37 LDAP_LUTIL_V (int) optind, opterr, optopt;
  /src/external/bsd/nsd/dist/simdzone/compat/
getopt.c 29 int optopt; variable
51 optopt = c = argv[optind][sp];
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getopt.c 51 ROKEN_LIB_VARIABLE int optopt; /* character checked for validity */ variable
78 if ((optopt = (int)*place++) == (int)':' ||
79 !(oli = strchr(ostr, optopt))) {
84 if (optopt == (int)'-')
94 p, optopt);
117 p, optopt);
125 return(optopt); /* dump back option letter */
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.c 52 optopt, /* character checked for validity */ variable
110 if ((optopt = (int)*place++) == (int)':' ||
111 !(oli = strchr(ostr, optopt))) {
116 if (optopt == (int)'-')
122 "%s: illegal option -- %c\n", __progname, optopt);
140 __progname, optopt);
148 return (optopt); /* dump back option letter */
  /src/external/bsd/libpcap/dist/missing/
getopt.c 46 optopt, /* character checked for validity */ variable
84 optopt = (int)*place++;
85 if (optopt == (int)':') { /* option letter okay? */
90 "%s: illegal option -- %c\n", __progname, optopt);
93 oli = strchr(ostr, optopt);
99 if (optopt == (int)'-')
105 "%s: illegal option -- %c\n", __progname, optopt);
123 __progname, optopt);
131 return (optopt); /* dump back option letter */
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.c 53 optopt, /* character checked for validity */ variable
111 if ((optopt = (int)*place++) == (int)':' ||
112 !(oli = strchr(ostr, optopt))) {
117 if (optopt == (int)'-')
123 "%s: illegal option -- %c\n", __progname, optopt);
141 __progname, optopt);
149 return (optopt); /* dump back option letter */
  /src/external/bsd/top/dist/
getopt.c 74 int optopt; variable
93 optopt = c = argv[optind][sp];
  /src/external/bsd/openldap/dist/libraries/liblutil/
getopt.c 49 int optopt; variable
105 optopt = (int) c;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
getopt_int.h 41 int optopt;
40 int optopt; member in struct:_getopt_data
getopt_.h 53 # undef optopt macro
63 # define optopt __GETOPT_ID (optopt) macro
145 extern DLL_VARIABLE int optopt;
193 missing arguments, `optopt' is set to the option letter, and '?' is
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...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getopt_int.h 41 int optopt;
40 int optopt; member in struct:_getopt_data
getopt_.h 53 # undef optopt macro
63 # define optopt __GETOPT_ID (optopt) macro
145 extern DLL_VARIABLE int optopt;
193 missing arguments, `optopt' is set to the option letter, and '?' is
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...]
  /src/external/gpl2/groff/dist/src/include/
getopt_int.h 43 int optopt;
42 int optopt; member in struct:_getopt_data
getopt.h 49 # undef optopt macro
59 # define optopt __GETOPT_ID (optopt) macro
141 extern int optopt;
189 missing arguments, `optopt' is set to the option letter, and '?' is
  /src/external/gpl2/texinfo/dist/lib/
getopt_int.h 43 int optopt;
42 int optopt; member in struct:_getopt_data
getopt.c 117 int optopt = '?';
582 d->optopt = 0;
658 d->optopt = pfound->val;
700 d->optopt = pfound->val;
774 d->optopt = 0;
838 d->optopt = c;
892 d->optopt = c;
1126 d->optopt = c;
1157 optopt = getopt_data.optopt;
116 int optopt = '?'; variable
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getopt_int.h 41 int optopt;
40 int optopt; member in struct:_getopt_data
getopt_.h 47 # undef optopt macro
57 # define optopt __GETOPT_ID (optopt) macro
139 extern int optopt;
187 missing arguments, `optopt' is set to the option letter, and '?' is
  /src/external/gpl2/mkhybrid/dist/
getopt.c 137 int optopt = '?';
626 optopt = c;
661 optopt = c;
136 int optopt = '?'; variable
  /src/lib/libc/stdlib/
getopt_long.c 62 int optopt = '?'; /* character checked for validity */ variable
255 optopt = optchar;
267 optopt = optchar;
290 optopt = optchar;
412 optopt = 0;
422 * XXX: GNU sets optopt to val regardless of
426 optopt = long_options[match].val;
428 optopt = 0;
453 * XXX: GNU sets optopt to val regardless
457 optopt = long_options[match].val
    [all...]
  /src/external/bsd/file/dist/src/
getopt_long.c 71 int optopt = '?'; /* character checked for validity */ variable
273 optopt = optchar;
285 optopt = optchar;
308 optopt = optchar;
437 optopt = 0;
447 * XXX: GNU sets optopt to val regardless of
451 optopt = long_options[match].val;
453 optopt = 0;
478 * XXX: GNU sets optopt to val regardless
482 optopt = long_options[match].val
    [all...]
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt_long.c 68 int optopt = '?'; /* character checked for validity */ variable
211 optopt = 0;
222 * XXX: GNU sets optopt to val regardless of flag
225 optopt = long_options[match].val;
227 optopt = 0;
252 * XXX: GNU sets optopt to val regardless of flag
255 optopt = long_options[match].val;
257 optopt = 0;
268 optopt = 0;
430 optopt = optchar
    [all...]
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.c 85 int optind, opterr = 1, optopt; variable
286 optopt = 0;
300 * XXX: GNU sets optopt to val regardless of flag
303 optopt = long_options[match].val;
305 optopt = 0;
339 * XXX: GNU sets optopt to val regardless of flag
342 optopt = long_options[match].val;
344 optopt = 0;
359 optopt = 0;
539 optopt = optchar
    [all...]

Completed in 33 milliseconds

1 2