Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 19 of 19) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dstrcat.c73 #undef strcat
76 strcat (char *__restrict s1, in strcat() function
Dstrings.tex44 * Function strcat:: Concatenate strings
134 @include string/strcat.def
DCMakeLists.txt63 strcat.c
Dmeson.build63 'strcat.c',
/picolibc-latest/newlib/testsuite/newlib.string/
Dtstring.c106 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/
Dstrcat.c44 char *strcat(char * __restrict__ dest, const char * __restrict__ src) in strcat() function
/picolibc-latest/newlib/libc/include/ssp/
Dstring.h92 __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/
Dstring.c114 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/
Dstrcat.S38 ENTRY(strcat)
180 EXIT(strcat)
/picolibc-latest/newlib/libc/ssp/
Dssp.tex33 bzero mempcpy strcat
/picolibc-latest/newlib/libc/search/
Dndbm.c79 (void)strcat(path, DBM_SUFFIX); in dbm_open()
/picolibc-latest/newlib/libc/machine/arc64/
DCMakeLists.txt46 strcat.S
Dmeson.build46 'strcat.S',
Dstrcat.S60 ENTRY (strcat)
283 ENDFUNC (strcat)
287 ENTRY (strcat)
517 ENDFUNC (strcat)
/picolibc-latest/newlib/libc/include/
Dstring.h105 char *strcat (char *__restrict, const char *__restrict);
/picolibc-latest/newlib/libc/locale/
Dlocale.c446 (void)strcat(global_locale_string, "/"); in currentlocale()
447 (void)strcat(global_locale_string, in currentlocale()
/picolibc-latest/test/
Dmath_errhandling.c164 strcat(buf[i], s); \ in e_to_str()
/picolibc-latest/
DCOPYING.picolibc1913 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/
DChangeLog-2015802 * 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 …]