Searched refs:same (Results 26 - 50 of 161) sorted by relevance

1234567

/freebsd-11-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-11-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
/freebsd-11-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h1231 * ncurses/ncursesw are the same up to this point.
1235 * UTF-8, but do not permit ACS at the same time (see tty_update.c).
1551 # define OFLAGS_TABS XTABS /* XTABS is usually the "same" */
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh377 "same column more than once"
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.stage.mk76 # the same file
259 # one could achieve the same with SYMLINKS
261 # it is the same as using stage_as and stage_symlinks but ensures
346 # get a list of paths that we have previously staged to those same dirs
H A Dman.mk17 # set this to .0 for same behavior as bsd.man.mk
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk31 # be made in parallel will thus print the same strings, so that the
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc138 // and ucrt.dll can define the same symbols. The runtime linker will choose
161 // provides helper functions with the same implementation.
/freebsd-11-stable/share/mk/
H A Dmeta.stage.mk75 # the same file
227 # one could achieve the same with SYMLINKS
280 # get a list of paths that we have previously staged to those same dirs
H A Dbsd.test.mk26 # same semantics as SUBDIR at build-time. However, the directories listed here
H A Dbsd.linker.mk30 # The value is only used/exported for the same environment that impacts
H A Dsuite.test.mk85 # host building a release for the same system). The target runs Kyua, which is
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc233 // If stdout and stderr should go to the same place, redirect stderr
289 // If stdout and stderr should go to the same place, redirect stderr
467 // This the same baseline used by xargs.
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c615 * Returns: same as EmitRange
624 int i, j, same; local
634 for (j = first, same = 0; j <= last; j++) {
635 if (!same && isWidecExt(otext[j]))
638 same++;
640 if (same > SP_PARM->_inline_cost) {
641 EmitRange(NCURSES_SP_ARGx ntext + first, j - same - first);
644 same = 0;
647 i = EmitRange(NCURSES_SP_ARGx ntext + first, j - same - first);
652 return (same
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c793 (If they're the same, we haven't cloned the transaction's root
1331 svn_boolean_t same;
1336 SVN_ERR(svn_fs_fs__prop_rep_equal(&same, fs, noderev1,
1338 *props_changed = !same;
1344 SVN_ERR(svn_fs_fs__file_text_rep_equal(&same, fs, noderev1,
1346 *contents_changed = !same;
1325 svn_boolean_t same; local
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit.c412 int same = common_len(c[0], c[i]); local
413 if (same < len)
414 len = same;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c1290 * be the same in no compression mode. */
1574 * in the same folder. This is why we always do decompress CFDATA
3044 int c, i, j, ret, same; local
3064 same = lzx_br_bits(br, 4) + 4;
3065 if (i + same > end)
3068 for (j = 0; j < same; j++)
3075 same = lzx_br_bits(br, 5) + 20;
3076 if (i + same > end)
3079 memset(d->bitlen + i, 0, same);
3080 i += same;
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com90 so that this run-time library resides in the same location as gcc's
/freebsd-11-stable/usr.sbin/zonectl/
H A Dzonectl.c257 switch (header->same) {
262 printf("Zone lengths and types are all the same\n");
265 printf("Zone types are the same, last zone length "
269 printf("Zone lengths are the same, types vary\n");
272 printf("Unknown SAME field value %#x\n",header->same);
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl77 * included with this distribution is covered by the same copyright terms
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl45 * included with this distribution is covered by the same copyright terms
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c711 int same = 0; local
716 same = 1;
734 same = 1;
737 if (same) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c128 /* Because all the destinations are in the same directory, we can easily
1200 the same, and that our driver will only be calling us once. */
1489 "same repository."));
1541 /* Source and destination are the same? It's a resurrection. */
2026 /* --- That works because multiple destinations always point to the same
2572 * the same repository?
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am1703 # The generated emulation files mostly have the same dependencies.
1961 ldctor.o: ldctor.c sysdep.h config.h $(INCDIR)/fopen-same.h \
1965 ldemul.o: ldemul.c sysdep.h config.h $(INCDIR)/fopen-same.h \
1969 ldexp.o: ldexp.c sysdep.h config.h $(INCDIR)/fopen-same.h \
1974 ldfile.o: ldfile.c sysdep.h config.h $(INCDIR)/fopen-same.h \
1980 ldlang.o: ldlang.c sysdep.h config.h $(INCDIR)/fopen-same.h \
1987 ldmain.o: ldmain.c sysdep.h config.h $(INCDIR)/fopen-same.h \
1993 ldmisc.o: ldmisc.c sysdep.h config.h $(INCDIR)/fopen-same.h \
2000 ldver.o: ldver.c sysdep.h config.h $(INCDIR)/fopen-same.h \
2004 ldwrite.o: ldwrite.c sysdep.h config.h $(INCDIR)/fopen-same
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp658 int same(node *);
677 int vjustify_node::same(node *nd) function in class:vjustify_node

Completed in 195 milliseconds

1234567