Searched refs:strncat (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/string/ |
D | strncat.c | 77 #undef strncat 80 strncat (char *__restrict s1, in strncat() function
|
D | strings.tex | 56 * Function strncat:: Concatenate strings 170 @include string/strncat.def
|
D | CMakeLists.txt | 80 strncat.c
|
D | meson.build | 79 'strncat.c',
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 142 check(strncat(one, "lmn", 99) == one); /* Returned value. */ in test_string() 146 (void) strncat(one, "yz", 99); in test_string() 152 (void) strncat(one, two, 99); in test_string() 157 (void) strncat(one, "", 99); in test_string() 160 (void) strncat(one, "", 99); in test_string() 163 (void) strncat(one, "cd", 99); in test_string() 167 (void) strncat(one, "cdef", 2); in test_string() 170 (void) strncat(one, "gh", 0); in test_string() 173 (void) strncat(one, "gh", 2); in test_string()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | strncat.c | 43 char * strncat(char * __restrict__ dest, const char * __restrict__ src, in strncat() function
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | string.h | 94 __ssp_bos_icheck3_restrict(strncat, char *, const char *) 112 #define strncat(dst, src, len) __ssp_bos_check3(strncat, dst, src, len) macro
|
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | tstring.c | 105 strncat (tmp2, "123", 0) != tmp2 || in main() 137 if (strncat (tmp2, "1", 3) != tmp2 || in main() 216 strncat (tmp5, "123", 2); in main() 329 strncat (tmp7, tmp1, i+2) != tmp7 || in main()
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | strncat.S | 36 ENTRY(strncat) 240 EXIT(strncat)
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 34 explicit_bzero memset strncat
|
/picolibc-latest/newlib/libc/include/ |
D | string.h | 162 char *strncat (char *__restrict, const char *__restrict, size_t);
|
/picolibc-latest/test/libc-testsuite/ |
D | string.c | 94 TEST(s, strncat(b, "123456", 3), b, "%p != %p"); in test_string()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 806 * libc/machine/rx/strncat.S: Likewise. 2634 * libc/string/strncat.c: Fix typo in documentation. 2657 libc/string/strncat.c, libc/string/strncpy.c, libc/string/strtok.c, 5600 * libc/machine/rx/strncat.S (_strncat): Replace use of r6 8389 * libc/machine/spu/strncat.c: Likewise. 8917 * libc/machine/spu/strncat.c: Use _straddr and _strcpy. 11176 * libc/machine/spu/strncat.c: Explicit cast. 11225 * libc/machine/spu/strncat.c: Ditto. 12382 * libc/string/strncat.c: Likewise. 21618 * libc/string/strncat.c (ALIGNED): Ditto. [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 2296 newlib/libc/machine/spu/strncat.c 3185 newlib/libc/machine/rx/strncat.S 3875 newlib/libc/machine/hppa/strncat.S 3901 newlib/libc/machine/i960/strncat.S 3968 newlib/libc/string/strncat.c
|