Searched refs:bwsprintf (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/sort/ |
H A D | coll.c | 546 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 D | bwstring.h | 86 void bwsprintf(FILE*, struct bwstring*, const char *prefix, const char *suffix);
|
H A D | file.c | 428 bwsprintf(stdout, s2, "s1=<", ">"); in check() 429 bwsprintf(stdout, s1, "s2=<", ">"); in check()
|
H A D | bwstring.c | 202 bwsprintf(FILE *f, struct bwstring *bws, const char *prefix, const char *suffix) in bwsprintf() function
|