Searched refs:strcasecoll (Results 1 - 2 of 2) 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
H A Ddir.c155 r = strcasecoll (name1, name2);

Completed in 140 milliseconds