/third_party/node/deps/cares/src/tools/ |
D | ares_getopt.h | 38 #undef opterr 44 #define opterr ares_opterr macro 50 extern int opterr;
|
D | ares_getopt.c | 51 int opterr = 1, /* if error message should be printed */ variable 93 if (opterr && *ostr != ':') in ares_getopt() 110 if (opterr) in ares_getopt()
|
/third_party/libwebsockets/win32port/win32helpers/ |
D | getopt_long.c | 44 extern int opterr; /* if error message should be printed */ 114 if (opterr && *ostr != ':') 128 if ((opterr) && (*ostr != ':')) 219 if ((opterr) && (*options != ':')) 226 if ((opterr) && (*options != ':'))
|
D | getopt.c | 53 int opterr = 1, /* if error message should be printed */ variable 123 if (opterr && *ostr != ':') 140 if (opterr)
|
D | getopt.h | 8 extern int opterr; /* if error message should be printed */
|
/third_party/musl/src/misc/ |
D | getopt.c | 11 int optind=1, opterr=1, optopt, __optpos, __optreset=0; variable 83 if (optstring[0] != ':' && opterr) in getopt() 96 if (opterr) __getopt_msg(argv[0], in getopt()
|
D | getopt_long.c | 96 if (colon || !opterr) in __getopt_long_core() 109 if (!opterr) return '?'; in __getopt_long_core() 127 if (!colon && opterr) in __getopt_long_core()
|
/third_party/ninja/src/ |
D | getopt.c | 107 int opterr = 1; variable 267 if (opterr) in getopt_internal() 289 if (opterr) in getopt_internal() 331 if (opterr) in getopt_internal()
|
D | getopt.h | 38 extern int opterr;
|
/third_party/flutter/glfw/deps/ |
D | getopt.c | 40 int opterr; variable 57 opterr = 0; in getopt()
|
D | getopt.h | 39 extern int optind, opterr, optopt;
|
/third_party/gettext/gnulib-local/lib/ |
D | getopt-core.h.diff | 37 -extern int opterr; 38 +extern DLL_VARIABLE int opterr;
|
D | unistd.in.h.diff | 6 /* Get getopt(), optarg, optind, opterr, optopt. */
|
/third_party/libdrm/tests/vbltest/ |
D | vbltest.c | 47 extern int optind, opterr, optopt; 104 opterr = 0; in main()
|
/third_party/musl/ndk_musl_include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
/third_party/musl/include/ |
D | getopt.h | 10 extern int optind, opterr, optopt, optreset;
|
/third_party/mesa3d/src/getopt/ |
D | getopt.h | 71 extern int opterr;
|
/third_party/musl/ |
D | dynamic.list | 32 opterr;
|
/third_party/e2fsprogs/include/nonunix/ |
D | getopt.h | 56 extern GETOPT_VARIABLE int opterr;
|
/third_party/libusb/msvc/getopt/ |
D | getopt.h | 66 extern int opterr;
|
/third_party/ffmpeg/compat/ |
D | getopt.c | 36 static int opterr = 1; variable
|
/third_party/libcoap/examples/ |
D | getopt.c | 18 static int opterr = 1; variable
|