Searched refs:strncat_s (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/test/ |
D | test-strncat_s.c | 115 res = strncat_s(dest, sizeof(dest), src, 8); in main() 124 res = strncat_s(dest, 10, src, 8); in main() 132 res = strncat_s(NULL, sizeof(dest), src, 8); in main() 135 res = strncat_s(dest, sizeof(dest), NULL, 8); in main() 142 res = strncat_s(dest, sizeof(dest), "", 0); in main() 153 res = strncat_s(buf2, sizeof(buf2), src, 8); in main() 164 res = strncat_s(dest, sizeof(dest), src, 0); in main()
|
D | CMakeLists.txt | 71 test-strncat_s
|
D | meson.build | 639 'test-strncat_s',
|
/picolibc-latest/newlib/libc/string/ |
D | strncat_s.c | 41 strncat_s(char *restrict s1, rsize_t s1max, const char *restrict s2, rsize_t n) in strncat_s() function
|
D | CMakeLists.txt | 145 strncat_s.c
|
D | meson.build | 144 'strncat_s.c',
|
/picolibc-latest/newlib/libc/include/ |
D | string.h | 222 errno_t strncat_s(char *__restrict, rsize_t, const char *__restrict, rsize_t);
|
/picolibc-latest/ |
D | COPYING.picolibc | 1321 newlib/libc/string/strncat_s.c 1335 test/test-strncat_s.c
|