Searched refs:two (Results 1 – 1 of 1) sorted by relevance
/string/ |
A D | tester.c | 79 char two[50]; variable 157 (void) strcpy (one, two); in test_strcpy() 309 (void) strcat (one, two); in test_strcat() 1094 char two[21]; in test_memcmp() local 1113 char *b = two + i; in test_memcmp() 1195 check (memcpy (two, one + i, 9) == two, in test_memcpy() 1232 check (mempcpy (two, one + i, 9) == two + 9, in test_mempcpy() 1299 check(memccpy(two, one, 'f', 9) == two+6, 7); /* Returned value. */ in test_memccpy() 1305 check(memccpy(two, one, 'a', 4) == two+1, 10); /* First char. */ in test_memccpy() 1307 check(memccpy(two, one, 'd', 4) == two+4, 12); /* Last char. */ in test_memccpy() [all …]
|
Completed in 6 milliseconds