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

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Ddepsrc-usebefore.exp1 after-2-before-2 1
2 after-2-before-2 2
3 after-2-before-1 1
4 after-2-before-1 2
5 after-1-before-2 1
6 after-1-before-2 2
7 after-1-before-1 1
8 after-1-before-1 2
9 before-2-before
[all...]
H A Dcond-late.exp1 make: Bad conditional expression ' != "no"' before '?:'
H A Ddeptgt-ignore.exp1 error-failed before
3 error-ignored before
H A Ddeptgt-begin.exp4 : Making before-begin before .BEGIN.
H A Dvarname-makeflags.exp16 append_stage_1: MAKEFLAGS=< -r -k -D before-0 -D after-0 VAR0=value>
17 append_stage_2: MAKEFLAGS=< -r -k -D before-0 -D after-0 -D before-1 -D after-1 VAR0=value VAR1=value>
18 append_stage_3: MAKEFLAGS=< -r -k -D before-0 -D after-0 -D before-1 -D after-1 -D before-2 -D after-2 VAR0=value VAR1=value VAR2=value>
H A Dvarmod-indirect.exp4 make: "varmod-indirect.mk" line 143: before
6 make: "varmod-indirect.mk" line 151: before
8 make: "varmod-indirect.mk" line 159: before
11 make: "varmod-indirect.mk" line 167: before
13 Parsing line 176: _:= before ${UNDEF} after
16 Global: _ = before ${UNDEF} after
17 Parsing line 179: _:= before ${UNDEF:${:US,a,a,}} after
25 Global: _ = before ${UNDEF:S,a,a,} after
26 Parsing line 189: _:= before ${UNDEF:${:U}} after
29 Global: _ = before
[all...]
H A Dinclude-main.exp1 make: "include-main.mk" line 15: main-before-ok
2 make: "include-main.mk" line 23: main-before-for-ok
3 make: "include-sub.inc" line 4: sub-before-ok
4 make: "include-sub.inc" line 14: sub-before-for-ok
H A Dvarmod-ifelse.exp1 make: Bad conditional expression 'bare words == "literal"' before '?bad:bad'
3 make: Bad conditional expression ' == ""' before '?bad-assign:bad-assign'
4 make: Bad conditional expression ' == ""' before '?bad-cond:bad-cond'
6 make: Bad conditional expression '1 == == 2' before '?yes:no'
11 make: Bad conditional expression '1 == == 2' before '?yes:no'
20 make: Bad conditional expression 'string == "literal" || no >= 10' before '?yes:no'
22 make: Bad conditional expression 'string == "literal" && >= 10' before '?yes:no'
24 make: Bad conditional expression 'string == "literal" || >= 10' before '?yes:no'
28 make: Bad conditional expression ' ' before '?true:false'
H A Dvarname-make_print_var_on_error-jobs.exp7 .ERROR_CMD='@: before '${.TARGET}' '${.TARGET}' '$${.TARGET}' echo fail ${.TARGET}; false '${.TARGET}' '${.TARGET}' '$${.TARGET}' @: after '${.TARGET}' '${.TARGET}' '$${.TARGET}''
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d39 before[0] = 0x1122LL;
40 before[1] = 0x11223344LL;
41 before[2] = 0x1122334455667788LL;
55 /after[0] != htons(before[0])/
57 printf("%x rather than %x", htons(before[0]), after[0]);
62 /after[0] != ntohs(before[0])/
64 printf("%x rather than %x", ntohs(before[0]), after[0]);
69 /after[1] != htonl(before[1])/
71 printf("%x rather than %x", htonl(before[1]), after[1]);
76 /after[1] != ntohl(before[
[all...]
/freebsd-current/sys/sys/
H A Dkern_prefetch.h30 kern_prefetch(const volatile void *addr, void* before) argument
33 __asm __volatile("prefetcht1 (%1)":"=rm"(*((int32_t *)before)):"r"(addr):);
/freebsd-current/contrib/unifdef/tests/
H A Doverunchanged.sh2 ls -i overunchanged.c >overunchanged-before
6 diff overunchanged-before overunchanged-after
7 rm -f overunchanged-before overunchanged-after overunchanged.c
/freebsd-current/contrib/one-true-awk/testdir/
H A Dtime.c10 struct tms before, after; local
15 times(&before);
27 fprintf(stderr, "user %6.3f\n", (after.tms_cutime - before.tms_cutime)/fudge);
28 fprintf(stderr, "sys %6.3f\n", (after.tms_cstime - before.tms_cstime)/fudge);
/freebsd-current/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile.test13 @echo before $@
18 @echo before $@
/freebsd-current/tests/sys/cddl/zfs/tests/atime/
H A Datime_common.kshlib42 typeset before=$($LS -luD "%Y-%m-%d %R.%s" $filename | $AWK '{print $7}')
47 if [[ $before != $after ]]; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/atime/
H A Datime_common.kshlib48 typeset before=$(stat -c %X $filename)
51 typeset before=$(stat -f %a $filename)
54 typeset before=$(ls -Eu $filename | awk '{print $7}')
67 if [[ $before != $after ]]; then
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibcacheedit.c70 uint64_t before; member in struct:guids
75 static int parse_beforeafter(char *arg, uint64_t *before, uint64_t *after) argument
90 (*before) = strtoull(before_str, 0, 0);
97 uint64_t *before,
124 (*before) = strtoull(before_str, 0, 0);
186 if (node->guid == guids->before) {
208 if (sysimgguid == guids->before) {
230 if (node->guid == guids->before) {
243 && port->guid == guids->before) {
261 "Specify before an
95 parse_guidbeforeafter(char *arg, uint64_t *guid, uint64_t *before, uint64_t *after) argument
[all...]
/freebsd-current/crypto/openssl/util/
H A Dfix-deprecation65 my $before = $1;
82 $before .= $capture;
94 || $before !~ /^\s*$/s)) {
99 print $before;
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in51 before localmount
57 before bootmisc logger
/freebsd-current/usr.bin/calendar/
H A Dday.c49 settimes(time_t now, int before, int after, int friday, struct tm *tp1, struct tm *tp2) argument
56 if (after == 0 && before == 0 && friday != -1)
59 time1 = now - SECSPERDAY * before;
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros_test.cpp69 create_ctl_file("before");
81 create_ctl_file("before");
93 create_ctl_file("before");
107 create_ctl_file("before");
122 create_ctl_file("before");
141 create_ctl_file("before");
156 create_ctl_file("before");
175 create_ctl_file("before");
187 create_ctl_file("before");
208 create_ctl_file("before");
[all...]
/freebsd-current/contrib/ncurses/test/
H A Ddup_field.c214 FIELD *before; local
222 before = current_field(form);
223 set_field_back(before, A_NORMAL);
225 set_field_back(before, A_REVERSE);
227 inactive_field(before);
243 length = buffer_length(before);
251 if ((int) (before_row + 1) == (int) (before->rows))
266 length -= (int) before->cols + before_col;
271 length += (int) before->cols;
288 set_buffer_length(before, lengt
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigtimedwait.c52 struct timespec ts, before, after, len; local
59 clock_gettime(CLOCK_MONOTONIC, &before);
64 timespecsub(&after, &before, &len);
/freebsd-current/tools/test/stress2/misc/
H A Dtrim8.sh48 before=`mount -v | grep "$mp "`
58 echo "Before: $before"
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.

Completed in 408 milliseconds

1234567891011>>