Searched defs:strchr (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_debug.c25 #if defined(strchr)
26 #undef strchr macro
45 return strchr(s,c);
55 return strchr(s,c);
/httpd/include/
H A Dhttpd.h2241 #undef strchr macro
2242 # define strchr(s, c) ap_strchr(s,c) macro
2265 /** use this instead of strchr */
2266 # define ap_strchr(s, c) strchr(s, c)
2267 /** use this instead of strchr */
2268 # define ap_strchr_c(s, c) strchr(s, c)

Completed in 47 milliseconds