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

1 2

  /src/external/bsd/openldap/dist/include/
getopt-compat.h 32 #define opterr lutil_opterr macro
37 LDAP_LUTIL_V (int) optind, opterr, optopt;
  /src/external/bsd/nsd/dist/simdzone/compat/
getopt.c 25 #define ERR(szz,czz) if(opterr){fprintf(stderr,"%s%s%c\n",argv[0],szz,czz);}
27 int opterr = 1; variable
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getopt.c 49 ROKEN_LIB_VARIABLE int opterr = 1; /* if error message should be printed */ variable
88 if (opterr && *ostr != ':') {
114 if (opterr)
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.c 50 int opterr = 1, /* if error message should be printed */ variable
120 if (opterr && *ostr != ':')
137 if (opterr)
  /src/external/bsd/libpcap/dist/missing/
getopt.c 44 int opterr = 1, /* if error message should be printed */ variable
88 if (opterr && *ostr != ':')
103 if (opterr && *ostr != ':')
120 if (opterr)
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.c 51 int opterr = 1, /* if error message should be printed */ variable
121 if (opterr && *ostr != ':')
138 if (opterr)
  /src/external/bsd/top/dist/
getopt.c 63 #define ERR(s, c) if(opterr){\
72 int opterr = 1; variable
  /src/external/bsd/openldap/dist/libraries/liblutil/
getopt.c 47 int opterr = 1; variable
61 if (opterr)
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
getopt_int.h 40 int opterr;
111 /* The initializer is necessary to set OPTIND and OPTERR to their
39 int opterr; member in struct:_getopt_data
getopt_.h 51 # undef opterr macro
61 # define opterr __GETOPT_ID (opterr) macro
141 extern DLL_VARIABLE int opterr;
getopt.c 96 int opterr = 1;
320 return '?' after printing an error message. If you set `opterr' to
360 int print_errors = d->opterr;
1099 getopt_data.opterr = opterr;
95 int opterr = 1; variable
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
getopt_int.h 40 int opterr;
111 /* The initializer is necessary to set OPTIND and OPTERR to their
39 int opterr; member in struct:_getopt_data
getopt_.h 51 # undef opterr macro
61 # define opterr __GETOPT_ID (opterr) macro
141 extern DLL_VARIABLE int opterr;
getopt.c 96 int opterr = 1;
320 return '?' after printing an error message. If you set `opterr' to
360 int print_errors = d->opterr;
1099 getopt_data.opterr = opterr;
95 int opterr = 1; variable
  /src/external/gpl2/groff/dist/src/include/
getopt_int.h 42 int opterr;
113 /* The initializer is necessary to set OPTIND and OPTERR to their
41 int opterr; member in struct:_getopt_data
getopt.h 47 # undef opterr macro
57 # define opterr __GETOPT_ID (opterr) macro
137 extern int opterr;
  /src/external/gpl2/texinfo/dist/lib/
getopt_int.h 42 int opterr;
112 /* The initializer is necessary to set OPTIND and OPTERR to their
41 int opterr; member in struct:_getopt_data
getopt.c 111 int opterr = 1;
342 return '?' after printing an error message. If you set `opterr' to
383 int print_errors = d->opterr;
1150 getopt_data.opterr = opterr;
110 int opterr = 1; variable
  /src/external/gpl2/xcvs/dist/lib/
getopt_int.h 40 int opterr;
111 /* The initializer is necessary to set OPTIND and OPTERR to their
39 int opterr; member in struct:_getopt_data
getopt_.h 45 # undef opterr macro
55 # define opterr __GETOPT_ID (opterr) macro
135 extern int opterr;
  /src/external/gpl2/mkhybrid/dist/
getopt.c 131 int opterr = 1;
344 return '?' after printing an error message. If you set `opterr' to
524 if (opterr)
544 if (opterr)
567 if (opterr)
592 if (opterr)
621 if (opterr)
655 if (opterr)
130 int opterr = 1; variable
  /src/external/bsd/libfido2/dist/openbsd-compat/
getopt_long.c 66 int opterr = 1; /* if error message should be printed */ variable
72 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.c 64 #define PRINT_ERROR ((opterr) && (*options != ':'))
85 int optind, opterr = 1, optopt; variable
  /src/external/bsd/tmux/dist/
compat.h 477 #define opterr BSDopterr macro
  /src/external/gpl2/diffutils/dist/lib/
getopt.c 150 int opterr = 1;
487 return '?' after printing an error message. If you set `opterr' to
532 int print_errors = opterr;
149 int opterr = 1; variable

Completed in 41 milliseconds

1 2