Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dbwstring.h89 struct bwstring *bwsdup(const struct bwstring *s);
H A Dcoll.c433 ret = bwsdup(s); in preproc()
438 ret = bwsdup(s); in preproc()
442 ret = bwsdup(s); in preproc()
447 ret = bwsdup(s); in preproc()
H A Dfile.c446 s2disorder = bwsdup(s2); in check()
449 s1disorder = bwsdup(s1); in check()
938 lp->str = bwsdup(fh->si->str); in file_header_print()
H A Dbwstring.c274 bwsdup(const struct bwstring *s) in bwsdup() function