| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| typed-enum.exp | 22 set opts {} 23 lappend opts debug 24 lappend opts c++ 25 lappend opts additional_flags=-std=c++11 27 if {[prepare_for_testing "failed to prepare" $testfile $srcfile $opts]} {
|
| paramless.exp | 24 set opts {} 25 lappend opts debug 26 lappend opts c++ 27 lappend opts additional_flags=-std=c++11 29 if {[prepare_for_testing "failed to prepare" $testfile $srcfile $opts]} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| typed-enum.exp | 22 set opts {} 23 lappend opts debug 24 lappend opts c++ 25 lappend opts additional_flags=-std=c++11 27 if {[prepare_for_testing "failed to prepare" $testfile $srcfile $opts]} {
|
| paramless.exp | 24 set opts {} 25 lappend opts debug 26 lappend opts c++ 27 lappend opts additional_flags=-std=c++11 29 if {[prepare_for_testing "failed to prepare" $testfile $srcfile $opts]} {
|
| /src/external/bsd/ntp/dist/sntp/tests/ |
| sntptest.c | 24 char* opts[ARGV_SIZE]; local 26 opts[0] = estrdup("sntpopts"); 27 opts[1] = estrdup(option); 28 opts[2] = estrdup(argument); 29 opts[3] = estrdup("127.0.0.1"); 31 optionProcess(&sntpOptions, COUNTOF(opts), opts);
|
| /src/external/gpl2/groff/dist/src/roff/grog/ |
| grog.sh | 7 opts= 18 sp=; opts="$opts -C"; shift; break;; 26 opts="$opts $arg"; shift;; 107 if (opts != "") 108 printf "%s", opts 112 }' "opts=$opts" "files=$*" -
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-multiple-debug-info.exp | 23 set opts {} 24 lappend opts debug 25 lappend opts dwarf5 26 lappend opts c++ 27 lappend opts additional_flags=-fdebug-types-section 30 $opts] != "" } {
|
| nullptr_t.exp | 20 set opts {} 21 lappend opts debug 22 lappend opts c++ 23 lappend opts additional_flags=-std=c++11 25 if [prepare_for_testing "failed to prepare" $testfile $srcfile $opts] {
|
| /src/sys/arch/x68k/stand/libsa/ |
| parseutils.c | 74 parseopts(const char *opts, int *howto) 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 = gettrailer(arg) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| i386-signal.exp | 22 set opts {} 23 lappend opts debug 24 lappend opts nopie 25 lappend opts additional_flags=-DIS_AMD64_REGS_TARGET=[is_amd64_regs_target] 28 executable $opts] != "" } {
|
| amd64-tailcall-noret.exp | 16 set opts {} 22 lappend opts debug optimize=-O2 27 lappend opts nopie 29 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} $opts] } {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| i386-signal.exp | 22 set opts {} 23 lappend opts debug 24 lappend opts nopie 25 lappend opts additional_flags=-DIS_AMD64_REGS_TARGET=[is_amd64_regs_target] 28 executable $opts] != "" } {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| nullptr_t.exp | 20 set opts {} 21 lappend opts debug 22 lappend opts c++ 23 lappend opts additional_flags=-std=c++11 25 if [prepare_for_testing "failed to prepare" $testfile $srcfile $opts] {
|
| /src/sys/arch/i386/stand/lib/ |
| parseutils.c | 77 parseopts(const char *opts, int *howto) 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 == ' ' || *opts == '\t') 113 char *opts = NULL; local [all...] |
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| init.c | 42 * @param[in,out] opts program options descriptor 47 validate_struct(tOptions * opts, char const * pname) 49 if (opts == NULL) { 53 print_exit = ((opts->fOptSet & OPTPROC_SHELL_OUTPUT) != 0); 59 if ( ((opts->fOptSet & OPTPROC_TRANSLATE) != 0) 60 && (opts->pTransProc != NULL) 67 if ((opts->fOptSet & OPTPROC_NO_XLAT_MASK) == OPTPROC_NXLAT_OPT) 68 opts->fOptSet |= OPTPROC_NXLAT_OPT_CFG; 69 opts->pTransProc(); 77 if ( ( opts->structVersion != OPTIONS_STRUCT_VERSION [all...] |
| sort.c | 40 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, 70 if (opts->curOptIdx >= opts->origArgCt) 73 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ]; 78 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, 107 if (opts->curOptIdx >= opts->origArgCt) 110 arg_txt = opts->origArgVect[ opts->curOptIdx ] [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| signalbar.cpp | 30 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.progress = signal [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-format-string.exp | 163 opts 171 set name "${var} with option ${opts}" 175 "python print (gdb.parse_and_eval ('${var}').format_string (${opts}))" \ 193 "no opts" 535 set opts "format='t', nibbles=True" 536 with_test_prefix $opts { 539 gdb_test "python print (gdb.Value (42).format_string (${opts}))" \ 541 "42 with option ${opts}" 543 check_format_string "a_point_t" $opts \ 545 check_format_string "a_point_t_pointer" $opts \ [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-format-string.exp | 163 opts 171 set name "${var} with option ${opts}" 175 "python print (gdb.parse_and_eval ('${var}').format_string (${opts}))" \ 193 "no opts" 535 set opts "format='t', nibbles=True" 536 with_test_prefix $opts { 539 gdb_test "python print (gdb.Value (42).format_string (${opts}))" \ 541 "42 with option ${opts}" 543 check_format_string "a_point_t" $opts \ 545 check_format_string "a_point_t_pointer" $opts \ [all...] |
| /src/external/gpl3/gcc/dist/gcc/common/config/sh/ |
| sh-common.cc | 26 #include "opts.h" 41 sh_handle_option (struct gcc_options *opts, 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->x_target_flags & ~MASK_ARCH) | SELECT_SH2A_NOFPU [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/common/config/sh/ |
| sh-common.cc | 26 #include "opts.h" 41 sh_handle_option (struct gcc_options *opts, 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->x_target_flags & ~MASK_ARCH) | SELECT_SH2A_NOFPU [all...] |
| /src/external/gpl3/gcc/dist/gcc/common/config/i386/ |
| i386-common.cc | 29 #include "opts.h" 401 ix86_handle_option (struct gcc_options *opts, 420 if (TARGET_SSE4_2_P (opts->x_ix86_isa_flags)) 422 if (!TARGET_EXPLICIT_CRC32_P (opts)) 424 if (!TARGET_EXPLICIT_POPCNT_P (opts)) 427 if (TARGET_SSE3_P (opts->x_ix86_isa_flags)) 429 if (!TARGET_EXPLICIT_MWAIT_P (opts)) 435 opts->x_ix86_isa_flags 437 opts->x_ix86_isa_flags2 439 opts->x_ix86_isa_flags |= general_regs_only_flags [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| infoline-reloc-main-from-zero.exp | 28 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} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| infoline-reloc-main-from-zero.exp | 28 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} {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/boards/ |
| gold-gdb-index.exp | 34 set opts [list] 35 lappend opts \ 42 lappend opts -ggnu-pubnames 44 set_board_info debug_flags [join $opts]
|