Home
last modified time | relevance | path

Searched refs:category_end (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dlocale.c1307 const char * category_end = NULL; in S_parse_LC_ALL_string() local
1332 category_end = strchr(s, '='); in S_parse_LC_ALL_string()
1336 if (! category_end) { in S_parse_LC_ALL_string()
1345 const unsigned int name_len = (unsigned int) (category_end - s); in S_parse_LC_ALL_string()
1366 s = category_end + 1; in S_parse_LC_ALL_string()
1464 display_end = (category_end && category_end > display_start) in S_parse_LC_ALL_string()
1465 ? category_end in S_parse_LC_ALL_string()