Searched refs:until (Results 1 - 25 of 94) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mri/
H A Drepeat.s6 until <cs>
11 until d1 <ge> #10 define
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Duntil.exp16 # until.exp -- Expect script to test 'until' in gdb
23 if { [prepare_for_testing until.exp "until" {break.c break1.c} {debug nowarnings}] } {
37 # Verify that "until <location>" works. (This is really just syntactic
40 gdb_test "until $bp_location1" \
42 "until line number"
46 gdb_test "until 80 then stop" \
47 "Junk at end of arguments." "malformed until"
53 # At this point, 'until' shoul
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc84 function1 (val); // marker for until
87 void until (int val) function in class:NextOverThrowDerivates
90 function1 (val); // until here
198 // Test of "until".
201 next_cases.finish (7); // Start: first until
206 testval = val; // End: first until
209 // Test of "until" with an argument.
212 next_cases.until (8); // Start: second until
217 testval = val; // End: second until
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-until.exp19 # exec-until.
34 set testfile "until"
38 untested mi-until.exp
51 mi_create_breakpoint "10" 1 "keep" foo ".*until.c" 10 ".*" \
55 mi_expect_stop "breakpoint-hit" "foo" "" ".*until.c" 10 \
67 mi_execute_to "exec-until" "end-stepping-range" "foo" "" ".*until.c" "12" "" \
68 "until after while loop"
70 mi_execute_to "exec-until 15" "location-reached" "foo" "" ".*until
[all...]
H A Dmi2-until.exp19 # exec-until.
34 set testfile "until"
38 untested mi2-until.exp
51 mi_create_breakpoint "10" 1 "keep" foo ".*until.c" 10 ".*" \
55 mi_expect_stop "breakpoint-hit" "foo" "" ".*until.c" 10 \
67 mi_execute_to "exec-until" "end-stepping-range" "foo" "" ".*until.c" "12" "" \
68 "until after while loop"
70 mi_execute_to "exec-until 15" "location-reached" "foo" "" ".*until
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Duntil-precsave.exp16 # This file is part of the GDB testsuite. It tests 'until' and
24 set testfile "until-reverse"
28 if { [prepare_for_testing $testfile.exp $testfile {until-reverse.c ur1.c} ] } {
53 gdb_test "record save until.precsave" \
54 "Saved core file until.precsave with execution log\." \
60 gdb_test "record restore until.precsave" \
64 # Verify that plain vanilla "until <location>" works.
66 gdb_test "until $bp_location1" \
68 "until line number"
76 # At this point, 'until' shoul
[all...]
H A Duntil-reverse.exp16 # This file is part of the GDB testsuite. It tests 'until' and
23 set testfile "until-reverse"
27 if { [prepare_for_testing $testfile.exp $testfile {until-reverse.c ur1.c} ] } {
45 # Verify that plain vanilla "until <location>" works.
47 gdb_test "until $bp_location1" \
49 "until line number"
57 # At this point, 'until' should continue the inferior up to when all the
61 gdb_test "until $bp_location19" \
63 "until factorial, recursive function"
77 # Now issue an until wit
[all...]
/netbsd-6-1-5-RELEASE/tests/util/make/
H A Dd_comment.mk13 that keeps going until the end of this line
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dyarn.c130 #define until(a) while(!(a)) macro
138 until (bolt->value == val)
143 until (bolt->value != val)
148 until (bolt->value > val)
153 until (bolt->value < val)
326 /* do until threads list is empty */
328 /* wait until at least one thread has reentered */
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Dsieve.lua25 local n = x() -- pick a number until done
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Dpascal.lex85 until return(UNTIL);
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dlocore.s112 | Set context zero and stay there until pmap_bootstrap.
680 * making a change until it sticks. This is apparently to
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dmisc.c96 strcmp_until(const char *left, const char *right, char until) { argument
97 while (*left && *left != until && *left == *right) {
102 if ((*left=='\0' || *left == until) &&
103 (*right=='\0' || *right == until)) {
525 /* copy until next terminator or full buffer */
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dsub_n.asm60 C Add blocks of 8 limbs until less than 8 limbs remain
98 C Add blocks of 2 limbs until less than 2 limbs remain
160 C Add blocks of 8 limbs until less than 8 limbs remain
198 C Add blocks of 2 limbs until less than 2 limbs remain
258 C Add blocks of 8 limbs until less than 8 limbs remain
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dlex.cpp523 { "until", UNTIL },
1443 char *until; member in class:copy_thru_input
1518 until = strsave(u);
1525 a_delete until; local
1611 if (until != 0 && argc > 0 && strcmp(&line[argv[0]], until) == 0) {
1673 void copy_file_thru(const char *filename, const char *body, const char *until) argument
1682 body, until);
1686 void copy_rest_thru(const char *body, const char *until) argument
1688 input_stack::push(new copy_rest_thru_input(body, until));
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dhtml.c536 print_tagq(struct html *h, const struct tag *until) argument
552 if (until && tag == until)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Daddw.s28 ; .word 0x0a70 ; Fake it until assembler will take it.
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/string/
H A Dbcmp.S86 lbu v0, 0(a0) # compare bytes until a1 word aligned
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dmain.c791 /* Do not advertise anything until we have heard something
929 if (ms->until > now.tv_sec)
933 if (ms->until < ms1->until)
938 ms->until = now.tv_sec + 60*60; /* 60 minutes */
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dinventory.c408 const char *until; local
412 until = " until adjacent";
415 until = "";
419 messagef(0, "run %s%s", com_id_tab[n].com_desc + 8, until);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/a29k/
H A Dadd_n.s29 ; limbs/per iteration, until less than 8 limbs remain.
H A Drshift.s28 ; limbs/per iteration, until less than 8 limbs remain.

Completed in 317 milliseconds

1234