| /src/lib/libc/string/ |
| Lint_strcat.c | 12 strcat(char *s, const char *append) function
|
| /src/lib/libc/arch/m68k/string/ |
| Makefile.inc | 4 strcat.S strcmp.S strcpy.S strlen.S \
|
| /src/tests/lib/libc/ssp/ |
| h_strcat.c | 42 (void)strcat(b, argv[1]);
|
| /src/common/lib/libc/string/ |
| strcat.c | 1 /* $NetBSD: strcat.c,v 1.4 2020/04/07 08:07:58 skrll Exp $ */ 35 static char sccsid[] = "@(#)strcat.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: strcat.c,v 1.4 2020/04/07 08:07:58 skrll Exp $"); 49 #undef strcat macro 53 strcat(char *s, const char *append) function
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| csky-dis.c | 320 strcat (str, get_cr_name((value & 0x1f), (value >> 5))); 332 strcat (str, get_gr_name (value)); 339 strcat (str, get_gr_name (value)); 343 strcat (str, buf); 347 strcat (str, buf); 352 strcat (str, buf); 356 strcat (str, buf); 360 strcat (str, buf); 365 strcat (str, buf); 371 strcat (str, buf) [all...] |
| z8k-dis.c | 295 strcat (out_str, instr_data->instr_asmsrc); 485 strcat (tmp_str, "vi"); 490 if (comma) strcat (tmp_str, ","); 491 strcat (tmp_str, "nvi"); 503 strcat (tmp_str, "c"); 508 if (comma) strcat (tmp_str, ","); 509 strcat (tmp_str, "z"); 514 if (comma) strcat (tmp_str, ","); 515 strcat (tmp_str, "s"); 520 if (comma) strcat (tmp_str, ",") [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| csky-dis.c | 329 strcat (str, get_cr_name((value & 0x1f), (value >> 5))); 341 strcat (str, get_gr_name (value)); 348 strcat (str, get_gr_name (value)); 352 strcat (str, buf); 356 strcat (str, buf); 361 strcat (str, buf); 365 strcat (str, buf); 369 strcat (str, buf); 374 strcat (str, buf); 380 strcat (str, buf) [all...] |
| z8k-dis.c | 295 strcat (out_str, instr_data->instr_asmsrc); 485 strcat (tmp_str, "vi"); 490 if (comma) strcat (tmp_str, ","); 491 strcat (tmp_str, "nvi"); 503 strcat (tmp_str, "c"); 508 if (comma) strcat (tmp_str, ","); 509 strcat (tmp_str, "z"); 514 if (comma) strcat (tmp_str, ","); 515 strcat (tmp_str, "s"); 520 if (comma) strcat (tmp_str, ",") [all...] |
| /src/common/lib/libc/arch/aarch64/string/ |
| strcat.S | 1 /* $NetBSD: strcat.S,v 1.1 2014/08/10 05:47:35 matt Exp $ */ 34 RCSID("$NetBSD: strcat.S,v 1.1 2014/08/10 05:47:35 matt Exp $") 37 * Implementation of strcat using strlen/strcpy. 39 ENTRY(strcat) function 57 END(strcat)
|
| /src/common/lib/libc/arch/m68k/string/ |
| strcat.S | 1 /* $NetBSD: strcat.S,v 1.4 2013/09/07 19:06:29 chs Exp $ */ 42 RCSID("$NetBSD: strcat.S,v 1.4 2013/09/07 19:06:29 chs Exp $") 46 ENTRY(strcat) function 61 END(strcat)
|
| /src/lib/libc/arch/i386/string/ |
| Makefile.inc | 5 memcpy.S memmove.S memset.S strcat.S strchr.S \
|
| /src/lib/libc/arch/x86_64/string/ |
| Makefile.inc | 5 memcpy.S memmove.S memset.S strcat.S strchr.S \
|
| /src/sys/lib/libkern/arch/mips/ |
| Makefile.inc | 9 skpc.c strcat.c strcpy.c strcasecmp.c \
|
| /src/common/lib/libc/arch/arm/string/ |
| strcat_arm.S | 33 * Implementation of strcat using strlen/strcpy. 35 ENTRY(strcat) function 71 END(strcat)
|
| strcat_naive.S | 34 ENTRY(strcat) function 62 END(strcat)
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| searchpath.cpp | 55 strcat(dirs, e); 56 strcat(dirs, PATH_SEP); 59 strcat(dirs, "."); 60 strcat(dirs, PATH_SEP); 63 strcat(dirs, home); 64 strcat(dirs, PATH_SEP); 67 strcat(dirs, standard);
|
| tmpfile.cpp | 90 strcat(tem2, "/"); 99 strcat(tmpfile_prefix, tem3); 125 strcat(templ, postfix); 126 strcat(templ, "XXXXXX");
|
| /src/external/gpl2/xcvs/dist/src/ |
| watch.c | 126 strcat (mynewattr, "+edit"); 132 strcat (mynewattr, "+unedit"); 138 strcat (mynewattr, "+commit"); 144 strcat (mynewattr, "+tedit"); 150 strcat (mynewattr, "+tunedit"); 156 strcat (mynewattr, "+tcommit"); 177 strcat (mynewattr, "+edit"); 179 strcat (mynewattr, "+unedit"); 181 strcat (mynewattr, "+commit"); 183 strcat (mynewattr, "+tedit") [all...] |
| /src/sys/arch/luna68k/stand/boot/ |
| ls.c | 48 strcat(filename, "/");
|
| /src/sys/external/bsd/acpica/dist/common/ |
| adfile.c | 102 strcat (FilenameBuf, FILE_SUFFIX_BINARY_TABLE); 224 strcat (Position, Suffix); 230 strcat (NewFilename, "."); 231 strcat (NewFilename, Suffix);
|
| /src/games/cribbage/ |
| score.c | 130 strcat(explan, "His Nobs"); 137 strcat(explan, ", "); 141 strcat(explan, "Five-flush"); 146 strcat(explan, ", Four-flush"); 152 strcat(explan, ", "); 161 strcat(explan, buf); 163 strcat(explan, "No fifteens"); 172 strcat(explan, buf); 174 strcat(explan, ", No pairs/runs");
|
| /src/external/bsd/libbind/dist/irs/ |
| irpmarshall.c | 206 strcpy(*buffer, pw->pw_name); strcat(*buffer, fieldsep); 207 strcat(*buffer, pw->pw_passwd); strcat(*buffer, fieldsep); 208 strcat(*buffer, pwUid); strcat(*buffer, fieldsep); 209 strcat(*buffer, pwGid); strcat(*buffer, fieldsep); 210 strcat(*buffer, pwClass); strcat(*buffer, fieldsep); 211 strcat(*buffer, pwChange); strcat(*buffer, fieldsep) [all...] |
| /src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| oswindir.c | 117 strcat (FullWildcardSpec, "/"); 118 strcat (FullWildcardSpec, WildcardSpec);
|
| /src/external/bsd/flex/dist/examples/manual/ |
| front.y | 71 verb_phrase : VERB { strcpy($$,$1); strcat($$," "); } 90 | NOUN { strcpy($$,$1); strcat($$," "); }
|
| /src/external/bsd/zstd/dist/examples/ |
| simple_compression.c | 13 #include <string.h> // strlen, strcat, memset 46 strcat(outSpace, filename); 47 strcat(outSpace, ".zst");
|