| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| signals-state-child.exp | 34 set standalone_txt [standard_output_file standalone.txt] 38 set standalone_txt standalone.txt 54 if {[build_executable $testfile.exp $testfile-standalone $srcfile $options]} { 60 # mask in "standalone.txt". 64 [gdb_remote_download target $binfile-standalone] 77 set target_binfile_standalone $binfile-standalone 85 # when run standalone, but not when run through gdb. 94 gdb_assert { $have_standalone } "collect standalone signals state" 117 remote_download host [remote_upload target standalone.txt] standalone.tx [all...] |
| jit-reader-simple.exp | 36 # Build a standalone JIT binary. 68 untested "failed to compile standalone testcase" 96 # STANDALONE is true when the JIT reader is included directly in the 100 proc jit_test_reread {standalone change_addr} { 105 if {$standalone} { 129 if {$standalone} { 163 foreach standalone {1 0} { 164 with_test_prefix [expr ($standalone)?"standalone":"shared"] { 166 jit_test_reread $standalone [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| signals-state-child.exp | 34 set standalone_txt [standard_output_file standalone.txt] 38 set standalone_txt standalone.txt 54 if {[build_executable $testfile.exp $testfile-standalone $srcfile $options]} { 60 # mask in "standalone.txt". 64 [gdb_remote_download target $binfile-standalone] 77 set target_binfile_standalone $binfile-standalone 85 # when run standalone, but not when run through gdb. 94 gdb_assert { $have_standalone } "collect standalone signals state" 118 remote_download host [remote_upload target standalone.txt] standalone.tx [all...] |
| jit-reader-simple.exp | 36 # Build a standalone JIT binary. 68 untested "failed to compile standalone testcase" 96 # STANDALONE is true when the JIT reader is included directly in the 100 proc jit_test_reread {standalone change_addr} { 105 if {$standalone} { 131 if {$standalone} { 165 foreach standalone {1 0} { 166 with_test_prefix [expr ($standalone)?"standalone":"shared"] { 168 jit_test_reread $standalone [all...] |
| /src/tools/binstall/ |
| mkmanifest | 12 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
| /src/usr.sbin/bootp/bootpgw/ |
| bootpgw.c | 149 int standalone; 181 * something else and we are running standalone. 187 standalone = TRUE; 193 standalone = FALSE; 264 standalone = FALSE; 267 case 's': /* standalone mode */ 268 standalone = TRUE; 339 if (standalone) { 406 } /* if standalone */ 486 fprintf(stderr, "\t -s\tforce standalone mode (run without inetd)\n") 148 int standalone; local [all...] |
| /src/external/mit/expat/dist/lib/ |
| xmltok_ns.c | 116 int *standalone) { 119 encoding, standalone);
|
| /src/distrib/atari/floppies/prepare/ |
| install.sh | 79 the unit number you used in the standalone installation
|
| /src/external/gpl3/gcc/dist/gcc/ |
| timevar.cc | 187 def->standalone = 0; 356 TIMEVAR cannot be running as a standalone timer. */ 379 /* Can't push a standalone timer. */ 380 gcc_assert (!tv->standalone); 490 gcc_assert (!tv->standalone); 491 tv->standalone = 1; 517 gcc_assert (tv->standalone); 518 tv->standalone = 0; /* Enable a restart. */ 550 if (tv->standalone) 555 tv->standalone = 1 [all...] |
| timevar.h | 43 - As a standalone timer, using timevar_start and timevar_stop. 157 /* Nonzero if this timing variable is running as a standalone 159 unsigned standalone : 1; member in struct:timer::timevar_def
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| timevar.cc | 182 def->standalone = 0; 319 TIMEVAR cannot be running as a standalone timer. */ 342 /* Can't push a standalone timer. */ 343 gcc_assert (!tv->standalone); 453 gcc_assert (!tv->standalone); 454 tv->standalone = 1; 480 gcc_assert (tv->standalone); 481 tv->standalone = 0; /* Enable a restart. */ 513 if (tv->standalone) 518 tv->standalone = 1 [all...] |
| timevar.h | 41 - As a standalone timer, using timevar_start and timevar_stop. 153 /* Nonzero if this timing variable is running as a standalone 155 unsigned standalone : 1; member in struct:timer::timevar_def
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_fc.c | 149 rxfc->standalone = 0; 163 rxfc->standalone = 1; 203 if (!rxfc->standalone && rxfc->parent == NULL) 344 if (rxfc->parent == NULL && !rxfc->standalone) 356 if (!rxfc->standalone)
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_fc.h | 142 unsigned char error_code, has_cwm_changed, is_fin, standalone; member in struct:quic_rxfc_st
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| ia64-sigill.c | 265 int standalone = 0; local 268 standalone = 1; 287 if (!standalone)
|
| watchthreads-reorder.c | 274 int standalone = 0; local 277 standalone = 1; 296 if (!standalone)
|
| siginfo-threads.c | 334 int standalone = 0; local 338 standalone = 1; 371 if (!standalone)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| ia64-sigill.c | 265 int standalone = 0; local 268 standalone = 1; 287 if (!standalone)
|
| watchthreads-reorder.c | 274 int standalone = 0; local 277 standalone = 1; 296 if (!standalone)
|
| siginfo-threads.c | 334 int standalone = 0; local 338 standalone = 1; 371 if (!standalone)
|
| /src/external/mit/expat/dist/tests/ |
| dummy.h | 74 int standalone);
|
| dummy.c | 65 const XML_Char *encoding, int standalone) { 69 UNUSED_P(standalone);
|
| /src/external/bsd/openldap/dist/doc/guide/admin/ |
| Makefile | 76 push-based-standalone.png \
|
| /src/external/mit/libuv/dist/docs/ |
| Makefile | 28 @echo " html to make standalone HTML files" 29 @echo " livehtml to make standalone HTML files and live reload them"
|
| /src/usr.sbin/bootp/bootpd/ |
| bootpd.c | 186 int standalone; 220 * something else and we are running standalone. 226 standalone = TRUE; 232 standalone = FALSE; 310 standalone = FALSE; 313 case 's': /* standalone mode */ 314 standalone = TRUE; 374 if (standalone) { 401 } /* if standalone (1st) */ 420 if (standalone) { 183 int standalone; local [all...] |