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

  /sdk/emulator/opengl/host/tools/emugen/
getopt.c 8 int opterr = 1; variable
  /external/fio/lib/
getopt_long.c 20 int optind = 0, opterr = 0, optopt = 0; variable
  /external/libpcap/Win32/Src/
getopt.c 42 int opterr = 1, /* if error message should be printed */ variable
92 if (opterr && *ostr != ':')
109 if (opterr)
  /external/tcpdump/win32/Src/
getopt.c 42 int opterr = 1, /* if error message should be printed */ variable
88 if (opterr && *ostr != ':')
105 if (opterr)
  /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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 39 int opterr;
110 /* The initializer is necessary to set OPTIND and OPTERR to their
38 int opterr; member in struct:_getopt_data
getopt.in.h 42 # undef opterr macro
52 # define opterr __GETOPT_ID (opterr) macro
132 extern int opterr;
getopt.c 91 int opterr = 1;
315 return '?' after printing an error message. If you set `opterr' to
355 int print_errors = d->opterr;
1094 getopt_data.opterr = opterr;
90 int opterr = 1; variable
  /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/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 58 int opterr = 1; /* if error message should be printed */ variable
64 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /external/mesa3d/src/getopt/
getopt_long.c 58 int opterr = 1; /* if error message should be printed */ variable
64 #define PRINT_ERROR ((opterr) && (*options != ':'))
  /ndk/sources/host-tools/make-3.81/
getopt.c 145 int opterr = 1; variable
469 return '?' after printing an error message. If you set `opterr' to
665 if (opterr)
686 if (opterr)
710 if (opterr)
737 if (opterr)
767 if (opterr)
801 if (opterr)
850 if (opterr)
868 if (opterr)
    [all...]
  /external/netperf/
netlib.c 271 opterr = 1, /* should error messages be printed? */ variable
344 if (!opterr) {
    [all...]

Completed in 41 milliseconds