alts 94 lib/replace/strptime.c const char *alts = _NL_CURRENT (LC_TIME, ALT_DIGITS); \ alts 102 lib/replace/strptime.c while (*alts != '\0') \ alts 104 lib/replace/strptime.c size_t len = strlen (alts); \ alts 105 lib/replace/strptime.c if (strncasecmp (alts, rp, len) == 0) \ alts 107 lib/replace/strptime.c alts += len + 1; \ alts 110 lib/replace/strptime.c if (*alts == '\0') \