Searched refs:one (Results 1 – 4 of 4) sorted by relevance
/string/ |
A D | tester.c | 201 check ((stpcpy (one, "a") - one) == 1, 1); in test_stpcpy() 204 check ((stpcpy (one, "ab") - one) == 2, 3); in test_stpcpy() 207 check ((stpcpy (one, "abc") - one) == 3, 5); in test_stpcpy() 228 check ((stpcpy (one, "x") - one) == 1, 19); in test_stpcpy() 283 memset (one, 'x', sizeof (one)); in test_stpncpy() 287 check (one[3] == '\0' && one[4] == 'x', 4); in test_stpncpy() 291 check (one[4] == '\0' && one[5] == '\0' && one[6] == 'x', 8); in test_stpncpy() 1260 (void) memmove(one+1, one, 9); in test_memmove() 1264 (void) memmove(one+1, one+2, 7); in test_memmove() 1268 (void) memmove(one, one, 9); in test_memmove() [all …]
|
A D | test-memchr.c | 113 const size_t one = 1; in do_overflow_tests() local 127 len |= one << j; in do_overflow_tests()
|
A D | test-strnlen.c | 95 const size_t one = 1; in do_overflow_tests() local 109 len |= one << j; in do_overflow_tests()
|
A D | test-strncat.c | 140 const size_t one = 1; in do_overflow_tests() local 171 len |= one << j; in do_overflow_tests()
|
Completed in 15 milliseconds