Searched refs:bwstring (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/usr.bin/sort/ |
| H A D | bwstring.h | 61 struct bwstring struct 81 struct bwstring *ignore_leading_blanks(struct bwstring *str); 82 struct bwstring *ignore_nonprinting(struct bwstring *str); 83 struct bwstring *dictionary_order(struct bwstring *str); 84 struct bwstring *ignore_case(struct bwstring *str); 89 struct bwstring *bwsdup(const struct bwstring *s); 93 struct bwstring *bwsnocpy(struct bwstring *dst, const struct bwstring *src, size_t offset, size_t s… 94 int bwscmp(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset); 96 int bwscoll(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset); 100 bws_begin(struct bwstring *bws) in bws_begin() [all …]
|
| H A D | bwstring.c | 250 struct bwstring * 253 struct bwstring *ret; in bwsalloc() 273 struct bwstring * 295 struct bwstring * 319 struct bwstring * 391 struct bwstring * 476 bwsncmp(const struct bwstring *bws1, const struct bwstring *bws2, in bwsncmp() 851 struct bwstring * 906 struct bwstring * 959 struct bwstring * [all …]
|
| H A D | coll.h | 105 struct bwstring *k; /* key string */ 136 struct bwstring *str; 163 void set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind); 164 void clean_keys_array(const struct bwstring *s, struct keys_array *ka); 167 void sort_list_item_set(struct sort_list_item *si, struct bwstring *str); 171 int preproc(struct bwstring *s, struct keys_array *ka); 172 int top_level_str_coll(const struct bwstring *, const struct bwstring *); 174 int str_list_coll(struct bwstring *str1, struct sort_list_item **ss2);
|
| H A D | coll.c | 367 static struct bwstring * 368 cut_field(const struct bwstring *s, struct key_specs *ks) in cut_field() 370 struct bwstring *ret = NULL; in cut_field() 406 preproc(struct bwstring *s, struct keys_array *ka) in preproc() 411 struct bwstring *key; in preproc() 429 struct bwstring *ret = NULL; in preproc() 517 top_level_str_coll(const struct bwstring *s1, const struct bwstring *s2) in top_level_str_coll() 521 const struct bwstring *tmp; in top_level_str_coll() 812 struct bwstring *s1, *s2; in numcoll_impl() 996 struct bwstring *s1, *s2; in randomcoll() [all …]
|
| H A D | vsort.h | 36 int vcmp(struct bwstring *s1, struct bwstring *s2);
|
| H A D | file.h | 101 struct bwstring *file_reader_readline(struct file_reader *fr); 121 void sort_list_add(struct sort_list *l, struct bwstring *str);
|
| H A D | file.c | 293 sort_list_add(struct sort_list *l, struct bwstring *str) in sort_list_add() 391 struct bwstring *s1, *s2, *s1disorder, *s2disorder; in check() 652 struct bwstring * 655 struct bwstring *ret = NULL; in file_reader_readline() 735 struct bwstring *bws; in procfile() 792 struct bwstring *line; in file_header_init() 922 struct bwstring *str; 953 struct bwstring *tmp; in file_header_read_next()
|
| H A D | vsort.c | 201 vcmp(struct bwstring *s1, struct bwstring *s2) in vcmp()
|
| H A D | Makefile | 6 SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
|
| H A D | radixsort.c | 260 const struct bwstring *bws; in get_wc_index()
|