Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dbwstring.h95 int bwsncmp(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset, size_t len);
H A Dbwstring.c476 bwsncmp(const struct bwstring *bws1, const struct bwstring *bws2, in bwsncmp() function
548 res = bwsncmp(bws1, bws2, offset, cmp_len); in bwscmp()