Home
last modified time | relevance | path

Searched refs:opterr (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/node/deps/cares/src/tools/
Dares_getopt.h38 #undef opterr
44 #define opterr ares_opterr macro
50 extern int opterr;
Dares_getopt.c51 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/
Dgetopt_long.c44 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 != ':'))
Dgetopt.c53 int opterr = 1, /* if error message should be printed */ variable
123 if (opterr && *ostr != ':')
140 if (opterr)
Dgetopt.h8 extern int opterr; /* if error message should be printed */
/third_party/musl/src/misc/
Dgetopt.c11 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()
Dgetopt_long.c96 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/
Dgetopt.c107 int opterr = 1; variable
267 if (opterr) in getopt_internal()
289 if (opterr) in getopt_internal()
331 if (opterr) in getopt_internal()
Dgetopt.h38 extern int opterr;
/third_party/flutter/glfw/deps/
Dgetopt.c40 int opterr; variable
57 opterr = 0; in getopt()
Dgetopt.h39 extern int optind, opterr, optopt;
/third_party/libdrm/tests/vbltest/
Dvbltest.c47 extern int optind, opterr, optopt;
104 opterr = 0; in main()
/third_party/musl/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
/third_party/musl/porting/liteos_m/kernel/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
/third_party/musl/ndk_musl_include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
/third_party/musl/porting/uniproton/kernel/include/
Dgetopt.h10 extern int optind, opterr, optopt, optreset;
/third_party/mesa3d/src/getopt/
Dgetopt.h71 extern int opterr;
Dgetopt_long.c58 int opterr = 1; /* if error message should be printed */ variable
64 #define PRINT_ERROR ((opterr) && (*options != ':'))
/third_party/musl/
Ddynamic.list32 opterr;
/third_party/libcoap/examples/
Dgetopt.c18 static int opterr = 1; variable
/third_party/ffmpeg/compat/
Dgetopt.c36 static int opterr = 1; variable
/third_party/ltp/testcases/kernel/controllers/memcg/control/
Dmem_process.c55 opterr = 0; in process_options()
/third_party/exfatprogs/label/
Dlabel.c56 opterr = 0; in main()
/third_party/ntfs-3g/src/
Dntfs-3g.probe.c100 opterr = 0; /* We handle errors. */ in parse_options()

1234