Searched refs:strcat (Results 176 - 200 of 355) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dpopen.c202 strcat (Args, Command);
H A Dfilesubr.c315 strcat (whole_cmd, attrib_option);
845 strcat (NewArg, FindBuffer.achName);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dhistory.c610 (void) strcat (rec_types, "T");
669 (void) strcat (rec_types, "T");
948 (void) strcat (cp, "/");
949 (void) strcat (cp, name);
H A Dmyndbm.c262 strcat (value, line);
H A Dvers_ts.c128 strcat (vers_ts->options, rcsexpand);
H A Dlock.c270 strcat (retval, "/");
271 strcat (retval, name);
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfodoc.c868 strcat (rep, " ");
1015 strcat(repstr, argstr);
1016 strcat(repstr, " ");
1019 strcat(repstr, rep);
H A Dinfokey.c263 strcat (p, "/");
264 strcat (p, file);
H A Dman.c198 strcat (temp, "/");
199 strcat (temp, filename);
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dtoc.c113 strcat (d, tocname);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c167 strcat(FullPath, PListPath);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dutils.c907 strcat (combined, ": ");
908 strcat (combined, err);
931 strcat (combined, ": ");
932 strcat (combined, err);
1785 strcat (cont_prompt, "\n\032\032prompt-for-continue\n");
2886 strcat (str, phex (addr, sizeof (addr)));
2895 strcat (str, phex_nz (addr, sizeof (addr)));
H A Dsymfile.c247 strcat (val, s2);
248 strcat (val, s3);
1108 strcat (debugfile, basename);
1119 strcat (debugfile, DEBUG_SUBDIRECTORY);
1120 strcat (debugfile, "/");
1121 strcat (debugfile, basename);
1132 strcat (debugfile, "/");
1133 strcat (debugfile, dir);
1134 strcat (debugfile, basename);
1263 strcat (strcp
[all...]
H A Dm2-exp.y1095 strcat(new,".");
1096 strcat(new,ident);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m32c.c491 strcat(newname, ".plt");
852 default: strcat (new_opt, " -m16c"); break;
853 case EF_M32C_CPU_M16C: strcat (new_opt, " -m16c"); break;
854 case EF_M32C_CPU_M32C: strcat (new_opt, " -m32c"); break;
859 default: strcat (old_opt, " -m16c"); break;
860 case EF_M32C_CPU_M16C: strcat (old_opt, " -m16c"); break;
861 case EF_M32C_CPU_M32C: strcat (old_opt, " -m32c"); break;
H A Dvms-gsd.c213 strcat (res, ",");
216 strcat (res, flagdesc->name);
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c992 strcat (errbuf, "\' does not ");
996 strcat (errbuf, class_type ? "implement" : "conform to");
997 strcat (errbuf, " the \'");
998 strcat (errbuf, IDENTIFIER_POINTER (PROTOCOL_NAME (proto)));
999 strcat (errbuf, "\' protocol");
5936 strcat (buf, IDENTIFIER_POINTER (key_name));
5937 strcat (buf, ":");
8856 strcat (errbuf, " ");
8858 strcat (errbuf, IDENTIFIER_POINTER (DECL_NAME (decl)));
8890 strcat (errbu
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dprotoize.c1969 strcat (aux_info_filename, aux_info_suffix);
4068 strcat (clean_filename, ".clean");
4171 strcat (new_filename, save_suffix);
4307 strcat (syscalls_absolute_filename, target_machine);
4308 strcat (syscalls_absolute_filename, "/");
4309 strcat (syscalls_absolute_filename, target_version);
4310 strcat (syscalls_absolute_filename, "/");
4319 strcat (syscalls_absolute_filename, syscalls_filename);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms-gsd.c222 strcat(res, ",");
225 strcat (res, flagdesc->name);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c3133 strcat (regs, ", ");
3138 strcat (regs, reg_names[ first ]);
3146 strcat (regs, " - ");
3147 strcat (regs, reg_names[ i - 1 ] );
3329 strcat (regs, ", ");
3334 strcat (regs, reg_names[ first ]);
3342 strcat (regs, " - ");
3343 strcat (regs, reg_names[ i - 1 ] );
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprotoize.c2075 strcat (aux_info_filename, aux_info_suffix);
4206 strcat (clean_filename, ".clean");
4309 strcat (new_filename, save_suffix);
4445 strcat (syscalls_absolute_filename, target_machine);
4446 strcat (syscalls_absolute_filename, "/");
4447 strcat (syscalls_absolute_filename, target_version);
4448 strcat (syscalls_absolute_filename, "/");
4457 strcat (syscalls_absolute_filename, syscalls_filename);
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff.c93 strcat (result, " ");
94 strcat (result, optionvec[i]);
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c802 strcat (pathbuf, hp);
923 strcat (new_argv[new_argc], fdata.cFileName);
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dvdir.h421 strcat(szBuffer, &pInName[2]);
447 strcat(szBuffer, pInName);
/openbsd-current/regress/lib/libz/
H A Dinfcover.c530 strcat(prefix, "-late");
556 strcat(prefix, "-back");

Completed in 274 milliseconds

1234567891011>>