Searched refs:before (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/
H A Dregression.t11 my ( @before, @after );
15 @before = Test::Harness::_filtered_inc();
20 is_deeply \@after, \@before, 'subref removed from @INC';
/openbsd-current/gnu/usr.bin/perl/t/op/hook/
H A Drequire.t39 ' sub { my ($name) = @_; warn "before $name"; ' .
43 before Apack.pm at - line 1.
44 before Bpack.pm at - line 1.
45 before Cpack.pm at - line 1.
58 ' my ($name) = @_; warn "before $name"; ' .
62 before Apack.pm at - line 1.
63 before Bpack.pm at - line 1.
64 before Cpack.pm at - line 1.
76 ' sub { my ($name) = @_; my $n = ++$::counter; warn "before $name ($n)"; ' .
80 before Cycl
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmacscp2.h4 #define WHERE before macscp2_1
16 #define WHERE before macscp2_2
H A Dmacscp3.h4 #define WHERE before macscp3_1
16 #define WHERE before macscp3_2
H A Dmacscp4.h12 #define WHERE before macscp4_1_..., from macscp2.h
17 #define WHERE before macscp4_1_..., from macscp3.h
29 #define WHERE before macscp4_2_..., from macscp2.h
34 #define WHERE before macscp4_2_..., from macscp3.h
H A Dmacscp1.c8 /* A macro named UNTIL_<func> is #defined until just before the
11 A macro named BEFORE_<func> is not #defined until just before the
14 The macro WHERE is redefined before each function <func> to the
15 token list ``before <func>''.
33 #define WHERE before macscp1_1
45 #define WHERE before macscp1_2
57 #define WHERE before macscp1_3
H A Dmacscp.exp191 if {[list_and_check_macro main WHERE {macscp1.c {before macscp1_3}}]} {
194 list_and_check_macro macscp2_2 WHERE {macscp2.h macscp1.c {before macscp2_2}}
195 list_and_check_macro macscp3_2 WHERE {macscp3.h macscp1.c {before macscp3_2}}
205 {macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} {
208 {macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} {
220 {macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} {
223 {macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} {
250 {macscp1.c {before macscp1_1}}
254 {macscp2.h macscp1.c {before macscp2_1}}
258 {macscp4.h macscp2.h macscp1.c {before macscp4_1
[all...]
/openbsd-current/usr.bin/make/lst.lib/
H A DlstInsert.c38 * Insert a new datum before an old one
49 * Insert a new node with the given piece of data before the given
59 Lst_Insert(Lst l, LstNode before, void *d) argument
64 if (before == NULL && !Lst_IsEmpty(l))
67 if (before != NULL && Lst_IsEmpty(l))
74 if (before == NULL) {
78 nLNode->prevPtr = before->prevPtr;
79 nLNode->nextPtr = before;
83 before->prevPtr = nLNode;
85 if (before
[all...]
/openbsd-current/regress/usr.bin/mandoc/roff/cond/
H A DMakefile3 REGRESS_TARGETS = if ie close de numeric register strcmp string before-Dd
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dgit-find-p4-change11 my $before = '--before=2008-12-18'; # only changes made under perforce
24 my $commit = qx(git rev-list -1 --all $before '$grep');
31 system(qw(git log), $grep, "-$num", "--all", $before, @ARGV);
34 system(qw(git rev-list -1 --all), $before, $grep);
/openbsd-current/regress/sys/kern/clock_gettime/
H A Dmonotonicrelapse.c65 report_relapse(int num, struct timespec *before, struct timespec *after) argument
75 timespecsub(before, after, &relapsed);
78 before->tv_sec + before->tv_nsec / 1000000000.0,
85 struct timespec after, before, timeout; local
93 clock_gettime(CLOCK_MONOTONIC, &before);
97 if (timespeccmp(&after, &before, <))
98 report_relapse(num, &before, &after);
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcontext.t23 my $before = curr_test();
27 cmp_ok($after-$before,'==',1,'foo called once')
28 or diag("nr tests: before=$before, after=$after");
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c204 check_final_reassigned (decl, before)
206 words before;
213 || ! UNASSIGNED_P (before, index)))
225 before, when_false, when_true)
227 words before, when_false, when_true;
238 check_bool_init (test_exp, before, test_false, test_true);
252 check_bool2_init (code, exp0, exp1, before, when_false, when_true)
254 words before, when_false, when_true;
263 check_bool_init (exp0, before, when_false_0, when_true_0);
264 INTERSECT (before, when_false_
673 check_init (LABELED_BLOCK_BODY (exp), before); local
883 check_init (TREE_VALUE (x), before); local
893 check_init (TREE_VALUE (x), before); local
928 words before = buf; local
[all...]
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dfilenames.t10 =item * no more than 39 characters before the dot, and 39 after
14 =item * don't use any of these names (regardless of case) before the dot: CON,
68 my($before, $after) = split /\./, $filename;
69 if (length $before > 39) {
70 fail("$pathname has more than 39 characters before the dot");
/openbsd-current/regress/usr.bin/mandoc/mdoc/Sh/
H A DMakefile3 REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
6 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
12 # - .Pp before .Sh NAME causes a blank line before the header line
13 # - .Ss before .Sh NAME puts the subsection header before the header line
/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo4.pl9 sub foo : Purpose(to foo all data before barring it) { }
/openbsd-current/usr.bin/tmux/
H A Dcmd-move-window.c70 int idx, kflag, dflag, sflag, before; local
93 before = args_has(args, 'b');
94 if (args_has(args, 'a') || before) {
96 idx = winlink_shuffle_up(dst, target.wl, before);
98 idx = winlink_shuffle_up(dst, dst->curw, before);
H A Dcmd-break-pane.c62 int idx = target->idx, before; local
65 before = args_has(args, 'b');
66 if (args_has(args, 'a') || before) {
68 idx = winlink_shuffle_up(dst_s, target->wl, before);
70 idx = winlink_shuffle_up(dst_s, dst_s->curw, before);
/openbsd-current/regress/usr.bin/calendar/
H A DMakefile18 REGRESS_TARGETS+=before after noweekend
20 before:
22 @${CALENDAR} -f ${.CURDIR}/beforeafter.in -t 20190109 -B 5 | diff -U 7 ${.CURDIR}/before.out -
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-out.c235 int before = 0; local
255 before = width - strlen (string);
256 if (before <= 0)
257 before = 0;
264 after = before;
265 before = 0;
270 after = before / 2;
271 before -= after;
276 if (before)
277 ui_out_spaces (uiout, before);
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcli-out.c225 int before = 0; local
234 before = width - strlen (string);
235 if (before <= 0)
236 before = 0;
243 after = before;
244 before = 0;
249 after = before / 2;
250 before -= after;
255 if (before)
256 ui_out_spaces (uiout, before);
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Drun.py117 child_result_list.append(child.before + child.after)
121 child_result_list.append(child.before)
138 child_result_list.append(child.before)
141 child_result_list.append(child.before)
/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dlist.h112 #define __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link) \
114 if ((before)->link.prev == NULL) \
117 (elt)->link.prev = (before)->link.prev; \
118 (before)->link.prev = (elt); \
120 (elt)->link.next = (before); \
124 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \
126 __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link); \
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dcompare_tests26 before=$tmp1
32 sort +0.4 "$before" > "$before_s"
39 echo "Tests that now fail, but worked before:"
50 echo "Tests that now work, but didn't before:"
/openbsd-current/gnu/usr.bin/perl/lib/DBM_Filter/
H A Dcompress.pm40 This DBM filter will compress all data before it is written to the database

Completed in 362 milliseconds

1234567891011>>