Searched refs:strcasecoll (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/diff/src/
H A Ddir.c155 r = strcasecoll (name1, name2);
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 110 milliseconds