Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dcoll.c546 bwsprintf(stdout, str1, "; s1=<", ">"); in str_list_coll()
547 bwsprintf(stdout, (*ss2)->str, ", s2=<", ">"); in str_list_coll()
584 bwsprintf(stdout, ((*ss1)->str), "; s1=<", ">"); in list_coll_offset()
585 bwsprintf(stdout, ((*ss2)->str), ", s2=<", ">"); in list_coll_offset()
785 bwsprintf(stdout, kv1->k, "; k1=<", ">"); in wstrcoll()
787 bwsprintf(stdout, kv2->k, ", k2=<", ">"); in wstrcoll()
828 bwsprintf(stdout, s1, "; k1=<", ">"); in numcoll_impl()
829 bwsprintf(stdout, s2, ", k2=<", ">"); in numcoll_impl()
1004 bwsprintf(stdout, s1, "; k1=<", ">"); in randomcoll()
1005 bwsprintf(stdout, s2, ", k2=<", ">"); in randomcoll()
[all …]
H A Dbwstring.h86 void bwsprintf(FILE*, struct bwstring*, const char *prefix, const char *suffix);
H A Dfile.c428 bwsprintf(stdout, s2, "s1=<", ">"); in check()
429 bwsprintf(stdout, s1, "s2=<", ">"); in check()
H A Dbwstring.c202 bwsprintf(FILE *f, struct bwstring *bws, const char *prefix, const char *suffix) in bwsprintf() function