Searched refs:options (Results 126 - 150 of 3091) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser_test.cpp51 #include "utils/cmdline/options.hpp"
170 /// Checks whether a '+:' prefix to the short options of getopt_long works.
240 std::vector< const base_option* > options; local
241 const parsed_cmdline cmdline = parse(argc, argv, options);
256 std::vector< const base_option* > options; local
257 options.push_back(&a);
258 options.push_back(&b);
259 options.push_back(&c);
260 options.push_back(&d);
261 const parsed_cmdline cmdline = parse(argc, argv, options);
274 std::vector< const base_option* > options; local
293 std::vector< const base_option* > options; local
335 std::vector< const base_option* > options; local
380 std::vector< const base_option* > options; local
414 std::vector< const base_option* > options; local
444 std::vector< const base_option* > options; local
470 std::vector< const base_option* > options; local
496 std::vector< const base_option* > options; local
520 std::vector< const base_option* > options; local
540 std::vector< const base_option* > options; local
560 std::vector< const base_option* > options; local
577 const cmdline::options_vector options; local
598 std::vector< const base_option* > options; local
619 std::vector< const base_option* > options; local
638 cmdline::options_vector options; local
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-spawn.c45 static uv_process_options_t options; variable
166 options.file = exepath;
167 options.args = args;
168 options.exit_cb = exit_cb;
169 options.flags = 0;
188 options.file = options.args[0] = "program-that-had-better-not-exist";
190 r = uv_spawn(uv_default_loop(), &process, &options);
208 options.file = options
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_decoder.h23 void **options, const lzma_allocator *allocator,
H A Ddelta_encoder.h22 extern lzma_ret lzma_delta_props_encode(const void *options, uint8_t *out);
/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Dzopfli_bin.c82 static void CompressFile(const ZopfliOptions* options, argument
96 ZopfliCompress(options, output_type, in, insize, &out, &outsize);
129 ZopfliOptions options; local
135 ZopfliInitOptions(&options);
138 if (StringsEqual(argv[i], "-v")) options.verbose = 1;
145 else if (StringsEqual(argv[i], "--i5")) options.numiterations = 5;
146 else if (StringsEqual(argv[i], "--i10")) options.numiterations = 10;
147 else if (StringsEqual(argv[i], "--i15")) options.numiterations = 15;
148 else if (StringsEqual(argv[i], "--i25")) options.numiterations = 25;
149 else if (StringsEqual(argv[i], "--i50")) options
[all...]
H A Ddeflate.h36 options: global program options
53 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
62 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final,
/netbsd-current/external/bsd/libarchive/dist/cpio/test/
H A Dtest_gcpio_compat.c29 unpack_test(const char *from, const char *options, const char *se) argument
42 testprog, options, from);
44 testprog, options, from);
50 testprog, options, from);
86 /* Dearchive sample files with a variety of options. */
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCloudABI.cpp35 Args.ClaimAllArgs(options::OPT_g_Group);
37 Args.ClaimAllArgs(options::OPT_emit_llvm);
38 // and for "clang -w foo.o -o foo". Other warning options are already
40 Args.ClaimAllArgs(options::OPT_w);
65 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_nostartfiles)) {
70 Args.AddAllArgs(CmdArgs, options::OPT_L);
73 {options::OPT_T_Group, options::OPT_e, options
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DBuildSystem.h45 * \param options is reserved, always pass 0.
48 clang_VirtualFileOverlay_create(unsigned options);
73 * \param options is reserved, always pass 0.
80 clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOverlay, unsigned options,
106 * \param options is reserved, always pass 0.
109 clang_ModuleMapDescriptor_create(unsigned options);
130 * \param options is reserved, always pass 0.
137 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor, unsigned options,
/netbsd-current/external/gpl3/gcc.old/usr.bin/
H A DMakefile.options1 # $NetBSD: Makefile.options,v 1.8 2023/02/20 02:12:29 mrg Exp $
6 # Common makefile fragment to build options*
8 CLEANFILES+= options.h options.c optionlist options-save.c
12 options.c: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
17 -v header_name="config.h system.h coretypes.h options.h tm.h" \
20 options-save.c: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
28 options.h: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
35 options
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dparallel5.s2 # { dg-options "--mcpu=bf537-0.2" }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dbranch-warn-1.s4 ; { dg-options "-N" }
H A Dbranch-warn-2.s4 ; { dg-options "-N" }
H A Dbranch-warn-3.s4 ; { dg-options "-N" }
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dgen-support.c64 && strcmp (options.module.support.prefix.l, "") != 0)
69 options.module.support.prefix.l, function->name);
76 options.module.support.prefix.l, function->name);
77 if (options.gen.smp)
80 options.module.support.prefix.l);
84 options.module.support.prefix.l);
105 if (options.gen.smp)
119 if (options.gen.delayed_branch)
144 if (strcmp (options.module.idecode.prefix.l, "") != 0)
149 options
[all...]
/netbsd-current/external/gpl3/gcc/usr.bin/
H A DMakefile.options1 # $NetBSD: Makefile.options,v 1.2 2023/08/01 05:57:54 mrg Exp $
6 # Common makefile fragment to build options*
8 CLEANFILES+= options.h options.cc optionlist options-save.cc
12 options.cc: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
17 -v header_name="config.h system.h coretypes.h options.h tm.h" \
20 options-save.cc: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
28 options.h: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
35 options
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dgen-support.c64 && strcmp (options.module.support.prefix.l, "") != 0)
69 options.module.support.prefix.l, function->name);
76 options.module.support.prefix.l, function->name);
77 if (options.gen.smp)
80 options.module.support.prefix.l);
84 options.module.support.prefix.l);
105 if (options.gen.smp)
119 if (options.gen.delayed_branch)
144 if (strcmp (options.module.idecode.prefix.l, "") != 0)
149 options
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcheckin.c31 char *options, char *message)
70 if (strcmp (options, "-V4") == 0) /* upgrade to V5 now */
71 options[0] = '\0';
83 && options
84 && (!strcmp (options, "-ko") || !strcmp (options, "-kb")))
86 options, finfo->file))
97 options, RUN_TTY, NULL, NULL) != 0)
115 if (strcmp (vers->options, "-V4") == 0)
116 vers->options[
30 Checkin(int type, struct file_info *finfo, char *rev, char *tag, char *options, char *message) argument
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_decoder.c17 lzma_simple_props_decode(void **options, const lzma_allocator *allocator, argument
33 // Don't leave an options structure allocated if start_offset is zero.
37 *options = opt;
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_test_template22 # Compile the test case with whatever options are needed to trigger the
25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
/netbsd-current/lib/libc/gen/
H A Dwaitpid.c52 waitpid(pid_t pid, int *istat, int options)
54 return (wait4(pid, istat, options, (struct rusage *)0));
/netbsd-current/tests/lib/libc/regex/
H A Dtest_regex.h35 int options(int, char *);
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dgetopt1.c47 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
50 return _getopt_internal (argc, (char **) argv, options, long_options,
55 _getopt_long_r (int argc, char **argv, const char *options,
59 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
70 const char *options,
73 return _getopt_internal (argc, (char **) argv, options, long_options,
78 _getopt_long_only_r (int argc, char **argv, const char *options,
82 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
46 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
54 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
68 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
77 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetopt1.c48 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
51 return _getopt_internal (argc, (char **) argv, options, long_options,
56 _getopt_long_r (int argc, char **argv, const char *options,
60 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
71 const char *options,
74 return _getopt_internal (argc, (char **) argv, options, long_options,
79 _getopt_long_only_r (int argc, char **argv, const char *options,
83 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
47 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
55 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
69 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
78 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A Dreg_test_template22 # Compile the test case with whatever options are needed to trigger the
25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1

Completed in 205 milliseconds

1234567891011>>