| /src/external/bsd/ntp/scripts/ |
| mkver | 30 RUN=1 35 RUN="`cat .version`" 36 RUN="`expr $RUN + 1`" 37 echo $RUN > .version 40 ConfStr="$ConfStr (${RUN})"
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 80-test_tsa.t | 29 my @RUN; 37 ok(run(app(["openssl", "req", "-config", $openssl_conf, "-new", 41 ok(run(app(["openssl", "x509", "-req", 54 ok(run(app([@RUN, "-reply", "-section", "$datafile", 63 ok(run(app([@RUN, "-verify", "-queryfile", "$queryfile", 66 ok(run(app([@RUN, "-verify", "-data", "$datafile", 75 ok(!run(app([@RUN, "-verify", "-queryfile", "$queryfile" [all...] |
| /src/external/bsd/ntp/dist/scripts/build/ |
| mkver.in | 30 RUN="`cat .version`" 31 RUN="`expr $RUN + 1`" 32 echo $RUN > .version 34 ConfStr="$ConfStr (${RUN})"
|
| /src/usr.bin/systat/ |
| vmstat.h | 32 enum display_mode { BOOT, TIME, RUN };
|
| syscall.c | 301 display_mode = RUN;
|
| vmstat.c | 686 display_mode = RUN; 698 if (display_mode == RUN)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| check_performance | 20 echo 'You need bash 2.x to run check_performance. Exiting.'; 43 RUN=true 55 RUN=false 69 RUN=false 81 if $RUN; then
|
| check_compile | 20 echo 'You need bash 2.x to run check_compile. Exiting.'; 44 if $RUN; then
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| check_performance | 20 echo 'You need bash 2.x to run check_performance. Exiting.'; 43 RUN=true 55 RUN=false 69 RUN=false 81 if $RUN; then
|
| check_compile | 20 echo 'You need bash 2.x to run check_compile. Exiting.'; 44 if $RUN; then
|
| /src/usr.bin/make/unit-tests/ |
| cmd-errors-jobs.mk | 6 RUN= @ run() { \ 12 } && run 15 ${RUN} undefined-direct 16 ${RUN} undefined-indirect 17 ${RUN} parse-error-direct 18 ${RUN} parse-error-indirect 19 ${RUN} begin-direct 20 ${RUN} begin-indirect 21 ${RUN} end-direc [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| update_test_prefix.py | 34 if 'had conflicting output from different RUN lines for all functions' in s: 37 if re.search('\n(?:-+)\n', s) or re.search('\n[+-].*(?<!RUN):', s):
|
| update_analyze_test_checks.py | 16 3. Update the RUN-lines in the affected regression tests to look canonical. 17 Example: "; RUN: opt < %s -analyze -cost-model -S | FileCheck %s" 22 7. Re-run this script on affected regression tests. 85 common.warn('Skipping unparseable RUN line: ' + l) 92 common.warn('WSkipping non-%s RUN line: %s' % (opt_basename, l)) 96 common.warn('Skipping non-FileChecked RUN line: ' + l)
|
| update_test_checks.py | 16 3. Update the RUN-lines in the affected regression tests to look canonical. 17 Example: "; RUN: opt < %s -instcombine -S | FileCheck %s" 22 7. Re-run this script on affected regression tests. 80 common.warn('Skipping unparseable RUN line: ' + l) 92 common.warn('Skipping non-%s RUN line: %s' % (opt_basename, l)) 96 common.warn('Skipping non-FileChecked RUN line: ' + l)
|
| /src/external/gpl3/gdb/dist/sim/arm/ |
| arminit.c | 88 state->Emulate = RUN; 241 state->Emulate = RUN; 244 state->Emulate = RUN;
|
| armemu.h | 449 #define RUN 3 /* continuous execution */
|
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| arminit.c | 88 state->Emulate = RUN; 241 state->Emulate = RUN; 244 state->Emulate = RUN;
|
| armemu.h | 449 #define RUN 3 /* continuous execution */
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| mir.vim | 31 syn match mirSpecialComment /#\s*RUN:.*$/
|
| llvm.vim | 235 syn match llvmSpecialComment /;\s*RUN:.*$/
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 73 ; READY-CMD-RESULT-RUN プロトコル 86 ; RUN 89 ; 実行完了時、RESULT=x RUN=0 READY=1 の順で書き込む。 95 ; RUN を上げる 99 ; RUN を下げる 116 ; +3.b RUN 134 ; +3.b RUN 142 ; +3.b RUN 164 ; +3.b RUN 175 ; +3.b RUN [all...] |
| /src/sys/arch/xen/xen/ |
| xbdback_xenbus.c | 85 * RUN: xbdi thread must be woken up, I/Os have to be processed 89 typedef enum {WAITING, RUN, DISCONNECTING, DISCONNECTED} xbdback_state_t; 703 if (xbdi->xbdi_status == WAITING || xbdi->xbdi_status == RUN) 748 if (xbdi->xbdi_status == WAITING || xbdi->xbdi_status == RUN) { 942 case RUN: 1610 /* only set RUN state when we are WAITING for work */ 1612 xbdi->xbdi_status = RUN;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| local.mk | 79 noinst_PROGRAMS += %D%/run 288 %C%doc_DATA = %D%/BUGS %D%/INSTALL %D%/README %D%/RUN
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| local.mk | 79 noinst_PROGRAMS += %D%/run 288 %C%doc_DATA = %D%/BUGS %D%/INSTALL %D%/README %D%/RUN
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_gmc_v7_0.c | 208 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN);
|