Searched refs:ALT_STRCHR (Results 1 – 1 of 1) sorted by relevance
586 # define ALT_STRCHR(a,b) wcschr((a),(b)) in get_alt_digits() macro591 # define ALT_STRCHR(a,b) strchr((a),(b)) in get_alt_digits() macro604 for (a = alt_digits; (e = ALT_STRCHR (a, ';')) != NULL; a = e + 1) in get_alt_digits()