Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dcoll.h174 int str_list_coll(struct bwstring *str1, struct sort_list_item **ss2);
H A Dcoll.c534 str_list_coll(struct bwstring *str1, struct sort_list_item **ss2) in str_list_coll() function
H A Dfile.c934 if ((lp->str == NULL) || (str_list_coll(lp->str, &(fh->si)))) { in file_header_print()