Searched defs:Strchr (Results 1 – 2 of 2) sorted by relevance
74 #define Strchr(s, c) strchr(s, c) macro81 #define Strchr(s, c) wcschr(s, c) macro
483 #define Strchr(a, b) strchr(a, b) macro503 #define Strchr(a, b) s_strchr(a, b) macro