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

/freebsd-11-stable/contrib/diff/src/
H A Dsystem.h183 # define strcasecoll(a, b) stricoll (a, b) macro
185 # define strcasecoll(a, b) strcasecmp (a, b) /* best we can do */ macro

Completed in 35 milliseconds