Searched refs:strcat (Results 1 – 19 of 19) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | strcat.c | 73 #undef strcat 76 strcat (char *__restrict s1, in strcat() function
|
D | strings.tex | 44 * Function strcat:: Concatenate strings 134 @include string/strcat.def
|
D | CMakeLists.txt | 63 strcat.c
|
D | meson.build | 63 'strcat.c',
|
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | tstring.c | 106 strcat (target, "") != target) in main() 123 strcat (target, "") != target) in main() 145 strcat (tmp3, "X") != tmp3 || in main() 168 strcat (tmp3, "Y") != tmp3 || in main() 205 strcat (tmp3, "Z") != tmp3 || in main() 207 strcat (tmp4, "ZZ") != tmp4 || in main() 306 strcat (tmp5, tmp1) != tmp5) in main()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | strcat.c | 44 char *strcat(char * __restrict__ dest, const char * __restrict__ src) in strcat() function
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | string.h | 92 __ssp_bos_icheck2_restrict(strcat, char *, const char *) 110 #define strcat(dst, src) __ssp_bos_check2(strcat, dst, src) macro
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 114 check(strcat(one, "lmn") == one); /* Returned value. */ in test_string() 118 (void) strcat(one, "yz"); in test_string() 124 (void) strcat(one, two); in test_string() 129 (void) strcat(one, ""); in test_string() 132 (void) strcat(one, ""); in test_string() 135 (void) strcat(one, "cd"); in test_string()
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | strcat.S | 38 ENTRY(strcat) 180 EXIT(strcat)
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 33 bzero mempcpy strcat
|
/picolibc-latest/newlib/libc/search/ |
D | ndbm.c | 79 (void)strcat(path, DBM_SUFFIX); in dbm_open()
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | CMakeLists.txt | 46 strcat.S
|
D | meson.build | 46 'strcat.S',
|
D | strcat.S | 60 ENTRY (strcat) 283 ENDFUNC (strcat) 287 ENTRY (strcat) 517 ENDFUNC (strcat)
|
/picolibc-latest/newlib/libc/include/ |
D | string.h | 105 char *strcat (char *__restrict, const char *__restrict);
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.c | 446 (void)strcat(global_locale_string, "/"); in currentlocale() 447 (void)strcat(global_locale_string, in currentlocale()
|
/picolibc-latest/test/ |
D | math_errhandling.c | 164 strcat(buf[i], s); \ in e_to_str()
|
/picolibc-latest/ |
D | COPYING.picolibc | 1913 newlib/libc/machine/arc64/strcat.S 2293 newlib/libc/machine/spu/strcat.c 3181 newlib/libc/machine/rx/strcat.S 3871 newlib/libc/machine/hppa/strcat.S 3957 newlib/libc/string/strcat.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 802 * libc/machine/rx/strcat.S: Likewise. 2656 libc/string/stpcpy.c, libc/string/stpncpy.c, libc/string/strcat.c, 8388 * libc/machine/spu/strcat.c: Return value fixed. 8913 * libc/machine/spu/strcat.c: Use _straddr and _strcpy. 11219 * libc/machine/spu/strcat.c: Ditto. 20524 "strcat" prototypes. 21617 * libc/string/strcat.c (ALIGNED): Sense of result was reversed. 22342 * libc/string/strcat.c (strcat): Ditto. 22947 * libc/string/strcat.c (strcat): Add missing comment end. 22957 * libc/string/{memset.c, strcat.c, strchr.c}: Likewise. [all …]
|