Home
last modified time | relevance | path

Searched defs:opterr (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/cares/src/tools/
Dares_getopt.h44 #define opterr ares_opterr macro
Dares_getopt.c51 int opterr = 1, /* if error message should be printed */ variable
/third_party/ffmpeg/compat/
Dgetopt.c36 static int opterr = 1; variable
/third_party/libcoap/examples/
Dgetopt.c18 static int opterr = 1; variable
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c53 int opterr = 1, /* if error message should be printed */ variable
/third_party/musl/src/misc/
Dgetopt.c11 int optind=1, opterr=1, optopt, __optpos, __optreset=0; variable
/third_party/flutter/glfw/deps/
Dgetopt.c40 int opterr; variable
/third_party/ninja/src/
Dgetopt.c107 int opterr = 1; variable
/third_party/mesa3d/src/getopt/
Dgetopt_long.c58 int opterr = 1; /* if error message should be printed */ variable
/third_party/libusb/msvc/getopt/
Dgetopt.c148 int opterr = 1; variable
/third_party/lwip/src/include/lwip/
Dstats.h74 STAT_COUNTER opterr; /* Error in options. */ member