Searched refs:cs1 (Results 1 – 1 of 1) sorted by relevance
58 # define match_string(cs1, s2) \ argument59 ({ size_t len = strlen (cs1); \60 int result = __strncasecmp_l ((cs1), (s2), len, locale) == 0; \65 # define match_string(cs1, s2) \ argument66 (strncasecmp ((cs1), (s2), strlen (cs1)) ? 0 : ((s2) += strlen (cs1), 1))