Searched refs:strlcat (Results 1 – 2 of 2) sorted by relevance
| /tools/include/nolibc/ |
| A D | string.h | 196 size_t strlcat(char *dst, const char *src, size_t size) in strlcat() function
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1452 …CASE_TEST(strlcat_0); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 0), buf, 3, "test");… in run_stdlib() 1453 …CASE_TEST(strlcat_1); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 1), buf, 4, "test");… in run_stdlib() 1454 …CASE_TEST(strlcat_5); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 5), buf, 7, "test");… in run_stdlib() 1455 …CASE_TEST(strlcat_6); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 6), buf, 7, "testb")… in run_stdlib() 1456 …CASE_TEST(strlcat_7); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 7), buf, 7, "testba"… in run_stdlib() 1457 …CASE_TEST(strlcat_8); EXPECT_STRBUFEQ(is_nolibc, strlcat(buf, "bar", 8), buf, 7, "testbar… in run_stdlib()
|
Completed in 9 milliseconds