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

1234567

/freebsd-12-stable/contrib/netbsd-tests/usr.bin/diff/
H A Dt_diff.sh59 atf_test_case same
74 atf_add_test_case same
/freebsd-12-stable/lib/libc/i386/string/
H A Dwcscmp.S46 jz same
51 jz same
56 jz same
65 same: xorl %eax,%eax label
/freebsd-12-stable/stand/i386/libi386/
H A Dtime.c75 int same, try; local
77 same = try = 0;
83 same = 0;
84 } while (++same < 8 && ++try < 1000);
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/multiaggs/
H A DMakefile14 tst.same.d \
15 tst.same.d.out \
/freebsd-12-stable/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-12-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk8 # unit-tests have to produce the same results on each run
15 # randomized orderings will be the same. The test framework doesn't
H A Dcond1.mk39 # repeat the above to check we get the same result
/freebsd-12-stable/contrib/binutils/binutils/
H A DMakefile.am25 # these two are almost the same program
29 # objcopy and strip should be the same program
37 # These should all be the same program too.
449 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
454 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
460 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
464 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
467 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
470 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
475 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same
[all...]
H A DMakefile.in362 # these two are almost the same program
366 # objcopy and strip should be the same program
372 # These should all be the same program too.
1199 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1204 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1210 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1214 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1217 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1220 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1225 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same
[all...]
/freebsd-12-stable/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-12-stable/contrib/sendmail/libsm/
H A Dt-qic.c180 /* use same buffer for in and out */
183 bool same; local
185 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
205 SM_TEST(!same);
206 if (same)
/freebsd-12-stable/share/mk/
H A Dlocal.sys.env.mk36 # but not at the end - since make will expand both at the same time.
39 # this will produce the same output but as of when date(1) is run.
H A Dbsd.dirs.mk43 # Validate that duplicate dirs have the same metadata.
/freebsd-12-stable/tools/tools/ath/athdecode/
H A Dmain.c62 int fd, i, nrecs, same; local
81 same = 0;
86 same++;
89 if (same)
90 printf("\t\t+%u time%s", same, same == 1 ? "" : "s");
104 same = 0;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmacrotab.c183 /* Compare two source locations (from the same compilation unit).
223 /* If the two files are not the same, find their common ancestor in
228 chain until the two files are at least at the same *depth*.
229 Then, walk up both files in synchrony until they're the same
251 /* Now both file1 and file2 are at the same depth. Walk toward
267 same compilation unit, then they should both be part of
268 the same tree, and this shouldn't happen. */
273 /* Now we've got two line numbers in the same file. */
281 with the same line number in the #including file. */
297 Sort definitions by name; for two definitions with the same nam
677 int same = 1; local
[all...]
/freebsd-12-stable/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
/freebsd-12-stable/sys/sys/
H A Ddisk_zone.h106 uint8_t same; member in struct:disk_zone_rep_header
108 #define DISK_ZONE_SAME_ALL_SAME 0x1 /* Lengths and types the same */
109 #define DISK_ZONE_SAME_LAST_DIFFERENT 0x2 /* Types same, last len varies */
110 #define DISK_ZONE_SAME_TYPES_DIFFERENT 0x3 /* Types vary, length the same */
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c486 svn_boolean_t same;
489 SVN_ERR(svn_io_files_contents_same_p(&same, left_abspath, right_abspath,
495 if (!same || prop_changes->nelts > 0)
500 same ? NULL : left_abspath,
501 same ? NULL : right_abspath,
504 !same,
484 svn_boolean_t same; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc19 // same thing.
112 // _(SOUND_MIXER_READ_LOUD, WRITE, sizeof(int)); // same as ...READ_ENHANCE
113 // _(SOUND_MIXER_READ_MUTE, WRITE, sizeof(int)); // same as ...READ_ENHANCE
114 // _(SOUND_MIXER_WRITE_LOUD, WRITE, sizeof(int)); // same as ...WRITE_ENHANCE
115 // _(SOUND_MIXER_WRITE_MUTE, WRITE, sizeof(int)); // same as ...WRITE_ENHANCE
368 // _(SIOCDEVPLIP, WRITE, struct_ifreq_sz); // the same as EQL_ENSLAVE
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c338 * Look for strings that are marked cancelled, which happen to be the same name
393 bool same; local
406 for (n = 0, same = TRUE; n < na; n++) {
408 same = FALSE;
412 if (same)
/freebsd-12-stable/contrib/gcc/
H A Dunwind.inc125 /* Update cur_context to describe the same frame as fs. */
187 /* Update cur_context to describe the same frame as fs, and discard
306 /* Update context to describe the same frame as fs. */
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/sdiff/
H A Dt_sdiff.sh127 atf_test_case same
201 atf_add_test_case same
/freebsd-12-stable/usr.bin/sdiff/tests/
H A Dsdiff_test.sh128 atf_test_case same
202 atf_add_test_case same
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h31 // function's stack frame (the CFA is same as the eh_frame's CFA, whatever that
61 // is the same register. gcc doesn't specify all
64 same, // reg is unchanged enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
86 void SetSame() { m_type = same; }
88 bool IsSame() const { return m_type == same; }
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dquestions.c116 svn_boolean_t same;
203 SVN_ERR(svn_stream_contents_same2(&same, pristine_stream, v_stream,
206 *modified_p = (! same);
114 svn_boolean_t same; local

Completed in 303 milliseconds

1234567