Searched refs:combined (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dutils.c39 char *combined; local
45 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
46 strcpy (combined, string);
47 strcat (combined, ": ");
48 strcat (combined, err);
50 error ("%s.", combined);
H A Dgdbreplay.c60 char *combined; local
66 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
67 strcpy (combined, string);
68 strcat (combined, ": ");
69 strcat (combined, err);
70 fprintf (stderr, "\n%s.\n", combined);
/freebsd-11.0-release/share/mk/
H A Dlocal.init.mk12 # XXX: This should be combined with external compiler support in Makefile.inc1
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c528 svn_stringbuf_t *combined)
532 svn_stringbuf_appendstr(combined, private_data->packed);
538 append_int_stream(stream, combined);
548 svn_stringbuf_t *combined)
550 svn_stringbuf_appendstr(combined, stream->packed);
553 append_byte_stream(stream, combined);
988 svn_stringbuf_t *combined,
995 combined->data + *offset,
1006 unflatten_int_stream(stream, combined, offset);
1017 svn_stringbuf_t *combined,
526 append_int_stream(svn_packed__int_stream_t *stream, svn_stringbuf_t *combined) argument
546 append_byte_stream(svn_packed__byte_stream_t *stream, svn_stringbuf_t *combined) argument
985 unflatten_int_stream(svn_packed__int_stream_t *stream, svn_stringbuf_t *combined, apr_size_t *offset) argument
1014 unflatten_byte_stream(svn_packed__byte_stream_t *stream, svn_stringbuf_t *combined, apr_size_t *offset) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dutils.c888 char *combined;
891 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
892 strcpy (combined, string);
893 strcat (combined, ": ");
894 strcat (combined, err);
902 error ("%s.", combined);
912 char *combined;
915 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
916 strcpy (combined, string);
917 strcat (combined, "
886 char *combined; local
910 char *combined; local
[all...]
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoffgen.c1887 combined_entry_type *combined = coffsymbol (symbol)->native; local
1891 fprintf (file, "[%3ld]", (long) (combined - root));
1893 if (! combined->fix_value)
1894 val = (bfd_vma) combined->u.syment.n_value;
1896 val = combined->u.syment.n_value - (unsigned long) root;
1899 combined->u.syment.n_scnum,
1900 combined->u.syment.n_flags,
1901 combined->u.syment.n_type,
1902 combined->u.syment.n_sclass,
1903 combined
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dunwind.inc17 the file, and distribution when not linked into a combined
/freebsd-11.0-release/contrib/dialog/
H A Dutil.c625 is_combining(const char *txt, int *combined) argument
629 if (*combined == 0) {
639 *combined = (int) len - 1;
645 *combined -= 1;
718 int combined = 0; local
806 && !is_combining(txt, &combined)
886 int combined = 0; local
887 while (is_combining(wrap_ptr, &combined)) {
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp224 type combined = 0; \
233 combined = combined | ((uint64_t)byte << (offset * 8)); \
235 *ptr = combined; \
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A DMakefile.am427 data/test.combined.crt \
H A Dtest_cms.in139 echo "create signed data (combined)"
141 --certificate=FILE:$srcdir/data/test.combined.crt \
H A DMakefile.in758 data/test.combined.crt \
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp45 STATISTIC(NodesCombined , "Number of dag nodes combined");
111 /// \brief Set of nodes which have been combined (at least once).
114 /// which have not yet been combined to the worklist.
134 // Skip handle nodes as they can't usefully be combined and confuse the
1300 // Add any operands of the new node which have not yet been combined to the
2194 SDValue combined; local
2207 if (!combined) {
2210 combined = DAG.getNode(DivRemOpc, SDLoc(Node), VTs, Op0, Op1);
2212 combined = SDValue(User, 0);
2219 CombineTo(User, combined);
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress.c3273 LEGACY(combined, TT_ISOLATED),

Completed in 141 milliseconds