Searched refs:options (Results 76 - 100 of 3091) sorted by relevance

1234567891011>>

/netbsd-current/lib/libc/gen/
H A Dwait3.c48 wait3(int *istat, int options, struct rusage *rup) argument
50 return (wait4(WAIT_ANY, istat, options, rup));
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dgetopt1.c42 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
45 return _getopt_internal (argc, (char **) argv, options, long_options,
50 _getopt_long_r (int argc, char **argv, const char *options,
54 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const char *options,
68 return _getopt_internal (argc, (char **) argv, options, long_options,
73 _getopt_long_only_r (int argc, char **argv, const char *options,
77 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
41 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
49 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
63 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
72 _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/gettext/dist/gettext-tools/gnulib-lib/
H A Dgetopt1.c42 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
45 return _getopt_internal (argc, (char **) argv, options, long_options,
50 _getopt_long_r (int argc, char **argv, const char *options,
54 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const char *options,
68 return _getopt_internal (argc, (char **) argv, options, long_options,
73 _getopt_long_only_r (int argc, char **argv, const char *options,
77 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
41 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
49 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
63 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
72 _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/texinfo/dist/lib/
H A Dgetopt1.c47 getopt_long (int argc, char *const *argv, const char *options,
50 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
54 _getopt_long_r (int argc, char *const *argv, const char *options,
58 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
68 getopt_long_only (int argc, char *const *argv, const char *options,
71 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
75 _getopt_long_only_r (int argc, char *const *argv, const char *options,
79 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
46 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
53 _getopt_long_r(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
67 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
74 _getopt_long_only_r(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dno_diff.c32 char *ts, *options; local
52 if (vers->entdata && vers->entdata->options)
53 options = xstrdup (vers->entdata->options);
55 options = xstrdup ("");
58 retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, NULL, NULL, options,
66 options, vers->tag, vers->date, NULL);
96 free (options);
/netbsd-current/external/gpl3/gcc.old/usr.bin/
H A DMakefile.checksum9 CLEANFILES+= ${PROG}-checksum.c genchecksum genchecksum.lo checksum-options
19 ${PROG}-checksum.c: genchecksum ${CHECKSUM_OBJS} checksum-options
21 ./genchecksum ${CHECKSUM_OBJS} checksum-options >${.TARGET}.tmp && mv ${.TARGET}.tmp ${.TARGET}
23 checksum-options:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dbarrier-bad.d1 #name: Bad barrier options (ARM)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Darch-err-2.s3 ; { dg-options "--march=v0_v10" }
H A Darch-err-3.s3 ; { dg-options "--march=common_v10_v32" }
H A Darch-err-4.s3 ; { dg-options "--march=v10" }
H A Darch-err-5.s3 ; { dg-options "--march=v10" }
H A Dmarch-err-1.s3 ; { dg-options "--march=whatever" }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dcl-warn.s3 ; { dg-options "--mcpu=archs -mdpfp" }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/
H A Derr-be.s2 ! { dg-options "-little" }
5 ! Check that a mismatch between command-line options and the .big
H A Derr-le.s2 ! { dg-options "-big" }
5 ! Check that a mismatch between command-line options and the .big
/netbsd-current/external/gpl3/gcc/usr.bin/
H A DMakefile.checksum9 CLEANFILES+= ${PROG}-checksum.cc genchecksum genchecksum.lo checksum-options
19 ${PROG}-checksum.cc: genchecksum ${CHECKSUM_OBJS} checksum-options
21 ./genchecksum ${CHECKSUM_OBJS} checksum-options >${.TARGET}.tmp && mv ${.TARGET}.tmp ${.TARGET}
23 checksum-options:
/netbsd-current/external/mit/isl/dist/
H A Dcat.c5 #include <isl/options.h>
30 ISL_ARG_CHILD(struct cat_options, isl, "isl", &isl_options_args, "isl options")
44 struct cat_options *options; local
47 options = cat_options_new_with_defaults();
48 assert(options);
49 argc = cat_options_parse(options, argc, argv, ISL_ARG_ALL);
51 ctx = isl_ctx_alloc_with_options(&cat_options_args, options);
58 p = isl_printer_set_output_format(p, options->format);
59 p = isl_printer_set_yaml_style(p, options->yaml_style);
H A Dflow.c13 #include <isl/options.h>
25 struct isl_options *options; local
27 options = isl_options_new_with_defaults();
28 argc = isl_options_parse(options, argc, argv, ISL_ARG_ALL);
29 ctx = isl_ctx_alloc_with_options(&isl_options_args, options);
H A Dpolyhedron_remove_redundant_equalities.c14 #include <isl/options.h>
26 struct isl_options *options; local
28 options = isl_options_new_with_defaults();
29 argc = isl_options_parse(options, argc, argv, ISL_ARG_ALL);
30 ctx = isl_ctx_alloc_with_options(&isl_options_args, options);
H A Dschedule.c14 #include <isl/options.h>
24 struct isl_options *options; local
26 options = isl_options_new_with_defaults();
27 argc = isl_options_parse(options, argc, argv, ISL_ARG_ALL);
28 ctx = isl_ctx_alloc_with_options(&isl_options_args, options);
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Digen.c60 if (options.gen.icache || nr_prefetched_words < 0)
64 options.module.global.prefix.l);
66 options.module.global.prefix.l);
68 else if (options.gen.smp)
74 options.module.global.prefix.l, word_nr);
77 options.module.global.prefix.l);
85 options.module.global.prefix.l, word_nr);
88 options.module.global.prefix.l);
98 if (options.gen.icache || nr_prefetched_words < 0)
104 if (options
981 igen_options options; variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Digen.c58 if (options.gen.icache || nr_prefetched_words < 0)
62 options.module.global.prefix.l);
64 options.module.global.prefix.l);
66 else if (options.gen.smp)
72 options.module.global.prefix.l, word_nr);
75 options.module.global.prefix.l);
83 options.module.global.prefix.l, word_nr);
86 options.module.global.prefix.l);
96 if (options.gen.icache || nr_prefetched_words < 0)
102 if (options
984 igen_options options; variable
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMyriad.cpp46 // flags, 'g' flags, 'M' flags, optimize flags, warning options,
51 {options::OPT_I_Group, options::OPT_clang_i_Group, options::OPT_std_EQ,
52 options::OPT_D, options::OPT_U, options::OPT_f_Group,
53 options::OPT_f_clang_Group, options::OPT_g_Group, options
[all...]
H A DOpenBSD.cpp76 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
101 Args.ClaimAllArgs(options::OPT_g_Group);
103 Args.ClaimAllArgs(options::OPT_emit_llvm);
104 // and for "clang -w foo.o -o foo". Other warning options are already
106 Args.ClaimAllArgs(options::OPT_w);
113 if (!Args.hasArg(options::OPT_nostdlib, options::OPT_shared)) {
119 if (Args.hasArg(options::OPT_static)) {
122 if (Args.hasArg(options
[all...]
/netbsd-current/external/mit/libuv/dist/docs/code/spawn/
H A Dmain.c8 uv_process_options_t options; variable
23 options.exit_cb = on_exit;
24 options.file = "mkdir";
25 options.args = args;
28 if ((r = uv_spawn(loop, &child_req, &options))) {

Completed in 252 milliseconds

1234567891011>>