/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/libdrm/tests/vbltest/ |
D | vbltest.c | 47 extern int optind, opterr, optopt; 104 opterr = 0; in main()
|
/third_party/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/ndk_musl_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/mesa3d/src/getopt/ |
D | getopt.h | 71 extern int opterr;
|
D | getopt_long.c | 58 int opterr = 1; /* if error message should be printed */ variable 64 #define PRINT_ERROR ((opterr) && (*options != ':'))
|
/third_party/musl/ |
D | dynamic.list | 32 opterr;
|
/third_party/libcoap/examples/ |
D | getopt.c | 18 static int opterr = 1; variable
|
/third_party/ffmpeg/compat/ |
D | getopt.c | 36 static int opterr = 1; variable
|
/third_party/ltp/testcases/kernel/controllers/memcg/control/ |
D | mem_process.c | 55 opterr = 0; in process_options()
|
/third_party/exfatprogs/label/ |
D | label.c | 56 opterr = 0; in main()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.probe.c | 100 opterr = 0; /* We handle errors. */ in parse_options()
|