Home | History | Annotate | Download | only in tests

Lines Matching full:strncpy

530   strncpy(s1, "foo", 10);
1108 TEST(MemorySanitizer, strncpy) { // NOLINT
1114 strncpy(y, x, 2); // NOLINT
2243 strncpy(s, "abcd", 5);