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

  /external/c-ares/
ares_getopt.h 38 #undef opterr macro
44 #define opterr ares_opterr macro
50 extern int opterr;
ares_getopt.c 51 int opterr = 1, /* if error message should be printed */ variable
93 if (opterr && *ostr != ':')
110 if (opterr)
  /external/syslinux/com32/include/
unistd.h 33 __extern int optind, opterr, optopt; variable
  /external/libpcap/missing/
getopt.c 44 int opterr = 1, /* if error message should be printed */ variable
97 if (opterr && *ostr != ':')
114 if (opterr)
  /external/syslinux/com32/lib/
getopt.c 12 int optind, opterr, optopt; variable
getopt_long.c 17 int optind, opterr, optopt; variable
  /external/syslinux/libinstaller/getopt/
getopt_long.c 17 int optind, opterr, optopt; variable
  /external/bison/lib/
getopt_int.h 75 int opterr;
115 /* The initializer is necessary to set OPTIND and OPTERR to their
74 int opterr; member in struct:_getopt_data
getopt.in.h 61 # undef opterr macro
72 # define opterr __GETOPT_ID (opterr) macro
156 extern int opterr;
getopt.c 88 int opterr = 1;
313 return '?' after printing an error message. If you set 'opterr' to
354 int print_errors = d->opterr;
87 int opterr = 1; variable
    [all...]
  /external/fio/oslib/
getopt_long.c 20 int optind = 0, opterr = 0, optopt = 0; variable
  /system/core/logcat/include/log/
getopt.h 36 int opterr; member in struct:getopt_context
  /external/bison/darwin-lib/
getopt.h 62 # undef opterr macro
73 # define opterr __GETOPT_ID (opterr) macro
167 extern int opterr;
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 73 int opterr = 1; /* if error message should be printed */ variable
80 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /external/libusb/examples/getopt/
getopt.c 149 int opterr = 1;
478 return '?' after printing an error message. If you set `opterr' to
523 int print_errors = opterr;
148 int opterr = 1; variable
  /external/mesa3d/src/getopt/
getopt_long.c 58 int opterr = 1; /* if error message should be printed */ variable
64 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /external/openssh/openbsd-compat/
getopt_long.c 59 * getopt opterr optind optopt optreset optarg are all in defines.h which is
75 int opterr = 1; /* if error message should be printed */ variable
81 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /external/tcpdump/missing/
getopt_long.c 62 #define PRINT_ERROR ((opterr) && (*options != ':'))
83 int optind, opterr = 1, optopt; variable
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 152 int opterr = 1;
489 return '?' after printing an error message. If you set `opterr' to
686 if (opterr)
707 if (opterr)
733 if (opterr)
760 if (opterr)
790 if (opterr)
824 if (opterr)
873 if (opterr)
891 if (opterr)
151 int opterr = 1; variable
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 68 STAT_COUNTER opterr; /* Error in options. */ member in struct:stats_proto
  /external/openssh/
defines.h 587 # undef opterr macro
593 # define opterr BSDopterr macro
  /external/syslinux/lzo/src/
lzo_supp.h 1268 lzo_getopt_opterr_t opterr; member in struct:lzo_getopt_t
    [all...]
miniacc.h 4036 void (*opterr)(acc_getopt_p, const char*, void *); member in struct:acc_getopt_t
    [all...]
  /external/netperf/src/
netlib.c 273 opterr = 1, /* should error messages be printed? */ variable
358 if (!opterr) {
    [all...]

Completed in 1888 milliseconds