Searched refs:same (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-current/contrib/netbsd-tests/usr.bin/diff/
H A Dt_diff.sh59 atf_test_case same
74 atf_add_test_case same
/freebsd-current/contrib/sendmail/libsm/
H A Dstrcaseeq.c37 bool same; local
59 same = *l1 == *l2;
62 return same;
85 bool same; local
109 same = *l1 == *l2;
112 return same;
H A Dt-qic.c192 /* use same buffer for in and out */
195 bool same; local
197 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
217 SM_TEST(!same);
218 if (same)
/freebsd-current/lib/libc/i386/string/
H A Dwcscmp.S44 jz same
49 jz same
54 jz same
63 same: xorl %eax,%eax label
/freebsd-current/stand/i386/libi386/
H A Dtime.c72 int same, try; local
74 same = try = 0;
80 same = 0;
81 } while (++same < 8 && ++try < 1000);
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/multiaggs/
H A DMakefile12 tst.same.d \
13 tst.same.d.out \
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
53 * We don't want to use the chill() action in the same enabling
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_patience.c80 bool same; local
81 int r = diff_atom_same(&same, i, j);
84 if (!same)
129 bool same; local
130 int r = diff_atom_same(&same, i, j);
133 if (!same)
163 bool same; local
167 r = diff_atom_same(&same, i, j);
170 if (!same)
218 /* If hashes are the same, th
283 bool same; local
[all...]
H A Ddiff_main.c213 diff_atom_same(bool *same, argument
220 *same = false;
225 *same = true;
228 *same = (cmp == 0);
242 /* Append to solved chunks; make sure that adjacent chunks of same type are combined, and that a minus chunk
269 debug(" - added chunk touches previous one of same type, joined:\n");
458 bool same; local
459 err = diff_atom_same(&same, &l[equal_atoms_start],
463 if (!same)
470 bool same; local
[all...]
H A Ddiff_myers.c137 * on the same diagonal.
153 * Doing the same on each section lead to:
289 * keeping the same x.
301 bool same; local
302 int r = diff_atom_same(&same,
308 if (!same)
337 * same state indexes:
344 * | same
386 /* If both sides have the same length, forward and backward
387 * start on the same diagona
613 bool same; local
1226 bool same; local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order-numeric.mk27 # Both ':Onr' and ':Orn' have the same effect.
33 # equal-valued numbers are spelled the same, so they are indistinguishable in
40 # If there are several numbers that have the same integer value, they are
H A Dcond-cmp-numeric-eq.mk5 # This comparison yields the same result, whether numeric or character-based.
11 # This comparison yields the same result, whether numeric or character-based.
53 # bits, these two numbers are considered the same. The 993 is rounded down
H A Dvarname.mk47 # All variable names of a scope are stored in the same hash table, using a
50 # "1Y" have the same hash code, as 31 * '0' + 'x' == 31 * '1' + 'Y'.
67 # Ensure that variables with the same hash code whose name is a prefix of the
78 # Ensure that variables with the same hash code whose name is a prefix of the
H A Dvarname-dot-shell.exp8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
H A Dvar-scope-cmdline.mk23 # there is a cmdline variable of the same name.
26 # same name is deleted.
33 # there cannot be a cmdline variable of the same name. Therefore, after
37 # The above ruleset provides the same guarantees as the simple rule "cmdline
41 # variable was deleted, but not with the exact same name as the cmdline
H A Dvarmod-match-escape.mk9 # are unescaped, and in the pattern matching these have the same meaning as
37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst,
90 # The ']' is part of the character range and at the same time ends the
93 # The first ']' is part of the character range and at the same time ends the
96 # The first ']' is part of the character range and at the same time ends the
H A Ddirective-ifdef.mk37 # String literals are handled the same in all variants of the '.if' directive,
H A Dvarname-dollar.mk7 # and $$ would always expand to the same value.
H A Dvarmod-to-abs.mk10 # variable with the same name as the path that is to be resolved. There were
/freebsd-current/crypto/openssl/providers/
H A Ddecoders.inc85 * that it contains. The output is the same SubjectPublicKeyInfo
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc109 // because memcpy and memmove are actually aliases of the same
/freebsd-current/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh134 atf_check -s exit:0 mv /rump/mnt/filename /rump/mnt/dir/same
136 stat -f "${statstr}" /rump/mnt/dir/same
148 atf_check -s exit:0 ln /rump/mnt/filename /rump/mnt/dir/same
152 stat -f "${statstr}" /rump/mnt/dir/same
/freebsd-current/share/mk/
H A Dlocal.sys.env.mk35 # but not at the end - since make will expand both at the same time.
38 # this will produce the same output but as of when date(1) is run.
/freebsd-current/tools/tools/ath/athdecode/
H A Dmain.c60 int fd, i, nrecs, same; local
79 same = 0;
84 same++;
87 if (same)
88 printf("\t\t+%u time%s", same, same == 1 ? "" : "s");
102 same = 0;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh81 * If our p_pgidp points to the same pid structure as our p_pidp, we will

Completed in 192 milliseconds

1234567