Lines Matching full:strings
201 /* Equal strings */ in string_test_strcmp()
209 /* Two empty strings should be equal */ in string_test_strcmp()
211 /* Compare two strings which have only one char difference */ in string_test_strcmp()
213 /* Compare two strings which have the same prefix*/ in string_test_strcmp()
231 /* Equal strings */ in string_test_strncmp()
237 /* Strings with common prefix are equal if count = length of prefix */ in string_test_strncmp()
239 /* Strings with common prefix are not equal when count = length of prefix + 1 */ in string_test_strncmp()
265 /* the strings are equal up to STRCMP_CHANGE_POINT */ in string_test_strncmp_long_strings()
274 /* Same strings in different case should be equal */ in string_test_strcasecmp()
276 /* Empty strings should be equal */ in string_test_strcasecmp()
299 /* Same strings in different case should be equal */ in string_test_strncasecmp()
409 * strings up to a maximum of 4 characters long and 'count' in string_test_strscpy()
410 * should not exceed 4. To test with longer strings increase in string_test_strscpy()
436 /* Compile-time-known source strings. */ in string_test_strscpy()