Home
last modified time | relevance | path

Searched refs:bwstring (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/usr.bin/sort/
H A Dbwstring.h51 struct bwstring struct
80 struct bwstring *ignore_leading_blanks(struct bwstring *str);
81 struct bwstring *ignore_nonprinting(struct bwstring *str);
82 struct bwstring *dictionary_order(struct bwstring *str);
83 struct bwstring *ignore_case(struct bwstring *str);
88 struct bwstring *bwsdup(const struct bwstring *s);
92 size_t bwscpy(struct bwstring *dst, const struct bwstring *src);
93 struct bwstring *bwsncpy(struct bwstring *dst, const struct bwstring *src, size_t size);
94 struct bwstring *bwsnocpy(struct bwstring *dst, const struct bwstring *src, size_t offset, size_t s…
95 int bwscmp(const struct bwstring *bws1, const struct bwstring *bws2, size_t offset);
[all …]
H A Dbwstring.c188 struct bwstring *
212 struct bwstring *
234 struct bwstring *
258 struct bwstring *
329 bwscpy(struct bwstring *dst, const struct bwstring *src) in bwscpy()
355 struct bwstring *
385 struct bwstring *
474 struct bwstring *
580 bwsncmp(const struct bwstring *bws1, const struct bwstring *bws2, in bwsncmp()
948 struct bwstring *
[all …]
H A Dcoll.h94 struct bwstring *k; /* key string */
125 struct bwstring *str;
152 void set_key_on_keys_array(struct keys_array *ka, struct bwstring *s, size_t ind);
153 void clean_keys_array(const struct bwstring *s, struct keys_array *ka);
156 void sort_list_item_set(struct sort_list_item *si, struct bwstring *str);
160 int preproc(struct bwstring *s, struct keys_array *ka);
161 int top_level_str_coll(const struct bwstring *, const struct bwstring *);
163 int str_list_coll(struct bwstring *str1, struct sort_list_item **ss2);
H A Dcoll.c371 static struct bwstring *
372 cut_field(const struct bwstring *s, struct key_specs *ks) in cut_field()
374 struct bwstring *ret = NULL; in cut_field()
410 preproc(struct bwstring *s, struct keys_array *ka) in preproc()
415 struct bwstring *key; in preproc()
433 struct bwstring *ret = NULL; in preproc()
521 top_level_str_coll(const struct bwstring *s1, const struct bwstring *s2) in top_level_str_coll()
525 const struct bwstring *tmp; in top_level_str_coll()
816 struct bwstring *s1, *s2; in numcoll_impl()
991 struct bwstring *s1, *s2; in randomcoll()
[all …]
H A Dvsort.h37 int vcmp(struct bwstring *s1, struct bwstring *s2);
H A Dfile.h102 struct bwstring *file_reader_readline(struct file_reader *fr);
122 void sort_list_add(struct sort_list *l, struct bwstring *str);
H A Dfile.c307 sort_list_add(struct sort_list *l, struct bwstring *str) in sort_list_add()
405 struct bwstring *s1, *s2, *s1disorder, *s2disorder; in check()
688 struct bwstring *
691 struct bwstring *ret = NULL; in file_reader_readline()
844 struct bwstring *bws; in procfile()
901 struct bwstring *line; in file_header_init()
1033 struct bwstring *str;
1064 struct bwstring *tmp; in file_header_read_next()
H A Dvsort.c203 vcmp(struct bwstring *s1, struct bwstring *s2) in vcmp()
H A DMakefile7 SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c
H A Dradixsort.c262 const struct bwstring *bws; in get_wc_index()