cs1 61 lib/replace/strptime.c # define match_string(cs1, s2) \ cs1 62 lib/replace/strptime.c ({ size_t len = strlen (cs1); \ cs1 63 lib/replace/strptime.c int result = strncasecmp ((cs1), (s2), len) == 0; \ cs1 68 lib/replace/strptime.c # define match_string(cs1, s2) \ cs1 69 lib/replace/strptime.c (strncasecmp ((cs1), (s2), strlen (cs1)) ? 0 : ((s2) += strlen (cs1), 1))