Home
last modified time | relevance | path

Searched refs:Compare_f (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duniq.c83 typedef int (*Compare_f)(const char*, const char*, size_t); typedef
85 …io_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) in uniq()
254 Compare_f compare = (Compare_f)memcmp; in b_uniq()
284 compare = (Compare_f)strncasecmp; in b_uniq()