Searched refs:strcat (Results 151 - 175 of 355) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.c787 strcat (syntax, "%.q%.f ");
790 strcat (syntax, "%.f ");
793 strcat (syntax, "%.q ");
796 strcat (syntax, " ");
805 strcat (syntax, ((opcode == 0x3) ? "%a,%b" : ((class & SYNTAX_3OP) ? "%a,%b,%c" : "%b,%c")));
807 strcat (syntax, "%F");
808 strcat (syntax, "%S%L");
H A Dtc-bfin.c911 strcat (label_name, "__END");
918 strcat (label_name, "__BEGIN");
1930 strcat (lbeginsym, loopsym);
1931 strcat (lbeginsym, "__BEGIN");
1933 strcat (lendsym, loopsym);
1934 strcat (lendsym, "__END");
H A Dobj-coff.c1029 return strcat (alt_name, name);
1069 strcat (ret, ".");
1070 strcat (ret, unique);
1750 strcat (stabstr_name, "str");
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c1372 strcat (filename, suffixes[i]);
1473 strcat (output_filename, "/");
1474 strcat (output_filename, subdir);
1483 strcat (output_filename, "/");
1484 strcat (output_filename, basename);
1495 strcat (output_filename, "/");
1496 strcat (output_filename, index_name);
1587 strcat (html_name, basename_part);
1588 strcat (html_name, html ? ".html" : ".xml");
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c1242 strcat (ambbuf, ", ");
1243 strcat (ambbuf, c->name);
1247 strcat (ambbuf, "..");
1526 strcat (matchlist[matches], ptr->name);
1597 strcat (matchlist[matches], name);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c1716 strcat (buf, "C");
1720 strcat (buf, "/");
1721 strcat (buf, "ObjC");
1726 strcat (buf, "/");
1727 strcat (buf, "C++");
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdi.c351 strcat (arg_buf, exec_file);
352 strcat (arg_buf, " ");
353 strcat (arg_buf, args);
H A Dmain.c607 strcat (homeinit, "/");
608 strcat (homeinit, gdbinit);
H A Dcp-namespace.c452 strcat (concatenated_name, "::");
453 strcat (concatenated_name, name);
H A Dinterps.c451 strcat (matches[num_matches], interp->name);
H A Dcompleter.c175 strcat (q, p);
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ditbl-ops.c618 strcat (s, "\t");
620 strcat (s, ",");
632 strcat (s, r->name);
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.c1015 strcat(msg, count == 0 ? ", expecting `" : " or `");
1016 strcat(msg, yytname[x]);
1017 strcat(msg, "'");
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ditbl-ops.c607 strcat (s, "\t");
609 strcat (s, ",");
621 strcat (s, r->name);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dadmin.c198 strcat (admin_data.branch, optarg);
210 strcat (admin_data.comment, optarg);
309 strcat (admin_data.delete_revs, optarg);
H A Dlog.c495 (void) strcat (repository, "/");
496 (void) strcat (repository, mfile);
497 (void) strcat (where, "/");
498 (void) strcat (where, mfile);
509 (void) strcat (where, "/");
510 (void) strcat (where, mfile);
/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dv850.c2807 strcat (regs, ", ");
2812 strcat (regs, reg_names[ first ]);
2820 strcat (regs, " - ");
2821 strcat (regs, reg_names[ i - 1 ] );
2926 strcat (regs, ", ");
2931 strcat (regs, reg_names[ first ]);
2939 strcat (regs, " - ");
2940 strcat (regs, reg_names[ i - 1 ] );
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc.c589 strcat (name, ".");
590 strcat (name, ia64_strings[cname]);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc.c589 strcat (name, ".");
590 strcat (name, ia64_strings[cname]);
/openbsd-current/regress/lib/libz/
H A Dminigzip.c407 strcat(outfile, GZ_SUFFIX);
457 strcat(infile, GZ_SUFFIX);
/openbsd-current/lib/libz/
H A Dgzlib.c564 strcat(state->msg, ": ");
565 strcat(state->msg, msg);
/openbsd-current/gnu/usr.bin/perl/cygwin/
H A Dcygwin.c467 strcat(flags, ",");
468 strcat(flags, mnt->mnt_opts);
/openbsd-current/gnu/lib/libiberty/src/
H A Dcplus-dem.c657 strcat (result, "operator ");
676 strcat (result, "operator");
677 strcat (result, optable[i].out);
694 strcat (result, "operator");
695 strcat (result, optable[i].out);
719 strcat (result, "operator");
720 strcat (result, optable[i].out);
721 strcat (result, "=");
736 strcat (result, "operator");
737 strcat (resul
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c5572 strcat (intel_parser.disp, cur_token.str);
5599 strcat (intel_parser.disp, cur_token.str);
5721 strcat (intel_parser.disp, "[");
5726 strcat (intel_parser.disp, "+");
5732 strcat (intel_parser.disp, "]");
5764 strcat (intel_parser.disp, "(");
5768 strcat (intel_parser.disp, ")");
5786 strcat (intel_parser.disp, "[");
5798 strcat (intel_parser.disp, "+");
5804 strcat (intel_parse
[all...]
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-runtime.h113 #pragma redefine_extname strcat __mfwrap_strcat

Completed in 623 milliseconds

1234567891011>>