| /src/lib/libc/string/ |
| Lint_strcat.c | 12 strcat(char *s, const char *append) function
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| call-strs.c | 35 strcat(bigbuf, s2); 36 strcat(bigbuf, s3); 37 strcat(bigbuf, s4); 38 strcat(bigbuf, s5); 39 strcat(bigbuf, s6); 40 strcat(bigbuf, s7);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| call-strs.c | 35 strcat(bigbuf, s2); 36 strcat(bigbuf, s3); 37 strcat(bigbuf, s4); 38 strcat(bigbuf, s5); 39 strcat(bigbuf, s6); 40 strcat(bigbuf, s7);
|
| /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/external/gpl3/gdb/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/external/gpl3/gdb.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/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| readlink2.c | 58 strcat (buf2, "/"); 59 strcat (buf2, argv[0]); 68 strcat (buf2, argv[0] + 1);
|
| readlink4.c | 40 strcat (buf, argv[0]); 43 strcat (buf, "./");
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| readlink2.c | 58 strcat (buf2, "/"); 59 strcat (buf2, argv[0]); 68 strcat (buf2, argv[0] + 1);
|
| readlink4.c | 40 strcat (buf, argv[0]); 43 strcat (buf, "./");
|
| /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)
|