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

/illumos-gate/usr/src/lib/libcmd/common/
H A Duniq.c83 typedef int (*Compare_f)(const char*, const char*, size_t); typedef
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare)
254 Compare_f compare = (Compare_f)memcmp;
282 compare = (Compare_f)strncasecmp;

Completed in 56 milliseconds