Searched refs:opts (Results 1 - 25 of 1318) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/groff/dist/src/roff/grog/
H A Dgrog.sh7 opts=
18 sp=; opts="$opts -C"; shift; break;;
26 opts="$opts $arg"; shift;;
107 if (opts != "")
108 printf "%s", opts
112 }' "opts=$opts" "files=$*" -
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-format-string.exp166 opts
174 set name "${var} with option ${opts}"
178 "python print (gdb.parse_and_eval ('${var}').format_string (${opts}))" \
196 "no opts"
538 set opts "format='t', nibbles=True"
539 with_test_prefix $opts {
542 gdb_test "python print (gdb.Value (42).format_string (${opts}))" \
544 "42 with option ${opts}"
546 check_format_string "a_point_t" $opts \
548 check_format_string "a_point_t_pointer" $opts \
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A Dsntptest.c6 #include "sntp-opts.h"
26 char* opts[ARGV_SIZE]; local
28 opts[0] = estrdup("sntpopts");
29 opts[1] = estrdup(option);
30 opts[2] = estrdup(argument);
31 opts[3] = estrdup("127.0.0.1");
33 optionProcess(&sntpOptions, ARGV_SIZE, opts);
/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dparseutils.c74 parseopts(const char *opts, int *howto) argument
78 opts++; /* skip - */
79 while (*opts && *opts != ' ') {
81 BOOT_FLAG(*opts, r);
83 printf("-%c: unknown flag\n", *opts);
87 opts++;
97 char *opts = NULL; local
111 opts = arg;
116 opts
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dinit.c35 do_presets(tOptions * opts);
47 * @param[in,out] opts program options descriptor
52 validate_struct(tOptions * opts, char const * pname) argument
54 if (opts == NULL) {
58 print_exit = ((opts->fOptSet & OPTPROC_SHELL_OUTPUT) != 0);
64 if ( ((opts->fOptSet & OPTPROC_TRANSLATE) != 0)
65 && (opts->pTransProc != NULL)
72 if ((opts->fOptSet & OPTPROC_NO_XLAT_MASK) == OPTPROC_NXLAT_OPT)
73 opts->fOptSet |= OPTPROC_NXLAT_OPT_CFG;
74 opts
147 immediate_opts(tOptions * opts) argument
194 do_presets(tOptions * opts) argument
252 ao_initialize(tOptions * opts, int a_ct, char ** a_v) argument
[all...]
H A Dsort.c36 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
40 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
44 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS,
54 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, argument
84 if (opts->curOptIdx >= opts->origArgCt)
87 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
92 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, argument
121 if (opts
135 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, char ** opt_txt, uint32_t * opt_idx) argument
184 optionSort(tOptions * opts) argument
[all...]
/netbsd-current/sys/arch/i386/stand/lib/
H A Dparseutils.c77 parseopts(const char *opts, int *howto) argument
81 opts++; /* skip - */
82 while (*opts) {
84 BOOT_FLAG(*opts, r);
86 printf("-%c: unknown flag\n", *opts);
91 opts++;
92 if (*opts == ' ' || *opts == '\t') {
94 opts++; /* skip whitespace */
95 while (*opts
113 char *opts = NULL; local
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp30 QStyleOptionProgressBar opts; local
43 opts.minimum = -95;
44 opts.maximum = -35;
45 if (signal < opts.minimum)
46 opts.progress = opts.minimum;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
50 opts
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/sh/
H A Dsh-common.c26 #include "opts.h"
41 sh_handle_option (struct gcc_options *opts, argument
51 opts->x_target_flags = (opts->x_target_flags & ~MASK_ARCH) | SELECT_SH1;
55 opts->x_target_flags = (opts->x_target_flags & ~MASK_ARCH) | SELECT_SH2;
59 opts->x_target_flags = (opts->x_target_flags & ~MASK_ARCH) | SELECT_SH2A;
63 opts->x_target_flags
64 = (opts
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/sh/
H A Dsh-common.cc26 #include "opts.h"
41 sh_handle_option (struct gcc_options *opts, argument
51 opts->x_target_flags = (opts->x_target_flags & ~MASK_ARCH) | SELECT_SH1;
55 opts->x_target_flags = (opts->x_target_flags & ~MASK_ARCH) | SELECT_SH2;
59 opts->x_target_flags = (opts->x_target_flags & ~MASK_ARCH) | SELECT_SH2A;
63 opts->x_target_flags
64 = (opts
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-format-string.exp164 opts
172 set name "${var} with option ${opts}"
176 "python print (gdb.parse_and_eval ('${var}').format_string (${opts}))" \
194 "no opts"
591 set opts "max_elements=200"
592 with_test_prefix $opts {
593 check_format_string "a_point_t" $opts
594 check_format_string "a_point_t_pointer" $opts
595 check_format_string "another_point" $opts
596 check_format_string "a_struct_with_union" $opts
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfoline-reloc-main-from-zero.exp28 set opts {}
29 lappend opts debug
30 lappend opts "ldflags=-nostdlib -emain -Wl,-Ttext=0x00 -Wl,-N"
31 lappend opts additional_flags=-static
36 lappend opts $ld_flags
39 if {[build_executable $testfile.exp $testfile $srcfile $opts] == -1} {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/
H A Dmulti.exp26 set opts {}
27 lappend opts additional_flags=-gctf
28 lappend opts ldflags=-Wl,--export-dynamic
29 lappend opts ldflags=-Wl,--strip-debug
30 lappend opts nowarning
34 $opts] } {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/boards/
H A Dgold-gdb-index.exp35 set opts [list]
36 lappend opts \
43 lappend opts -ggnu-pubnames
45 set_board_info debug_flags [join $opts]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/boards/
H A Dgold-gdb-index.exp34 set opts [list]
35 lappend opts \
42 lappend opts -ggnu-pubnames
44 set_board_info debug_flags [join $opts]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-tailcall-noret.exp16 set opts {}
22 lappend opts debug optimize=-O2
28 lappend opts nopie
30 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} $opts] } {
H A Dthumb-bx-pc.exp25 set opts {}
27 if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} $opts] {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-opts.d1 #source: ../x86-64-opts.s
4 #dump: ../x86-64-opts.d
/netbsd-current/external/gpl2/groff/dist/src/roff/nroff/
H A Dnroff.sh37 opts=
45 opts="$opts -P-c" ;;
47 opts="$opts -P-h" ;;
55 opts="$opts $1" ;;
66 opts="$opts -P-c" ;;
97 PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Di386-common.cc29 #include "opts.h"
352 ix86_handle_option (struct gcc_options *opts, argument
371 if (TARGET_SSE4_2_P (opts->x_ix86_isa_flags))
373 if (!TARGET_EXPLICIT_CRC32_P (opts))
375 if (!TARGET_EXPLICIT_POPCNT_P (opts))
378 if (TARGET_SSE3_P (opts->x_ix86_isa_flags))
380 if (!TARGET_EXPLICIT_MWAIT_P (opts))
386 opts->x_ix86_isa_flags
388 opts->x_ix86_isa_flags2
390 opts
1703 ix86_option_init_struct(struct gcc_options *opts) argument
1748 i386_except_unwind_info(struct gcc_options *opts) argument
[all...]
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmppe.h45 /* unsupported opts */
69 /* Build a CI from mppe opts (see RFC 3078) */
70 #define MPPE_OPTS_TO_CI(opts, ci) \
75 if (opts & MPPE_OPT_STATEFUL) \
84 if (opts & MPPE_OPT_128) \
86 if (opts & MPPE_OPT_40) \
92 #define MPPE_CI_TO_OPTS(ci, opts) \
96 opts = 0; \
100 opts |= MPPE_OPT_STATEFUL; \
104 opts |
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dc.exp93 set opts(cc) ""
94 set opts(sim) ""
95 set opts(output) ""
96 set opts(progoptions) ""
97 set opts(timeout) ""
98 set opts(mach) ""
99 set opts(xerror) "no"
100 set opts(dest) "$testname.x"
101 set opts(simenv) ""
102 set opts(kfai
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dc.exp105 set opts(cc) ""
106 set opts(sim) ""
107 set opts(output) ""
108 set opts(progoptions) ""
109 set opts(progos) ""
110 set opts(timeout) ""
111 set opts(mach) ""
112 set opts(xerror) "no"
113 set opts(kfail) ""
114 set opts(xfai
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-restore.exp24 set opts [list {additional_flags=-nostdlib}]
28 lappend opts [list {additional_flags=-fno-integrated-as}]
32 $opts]} {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-entry-value-inline.exp16 set opts {}
22 lappend opts debug optimize=-O2
28 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} $opts] } {

Completed in 305 milliseconds

1234567891011>>