Home
last modified time | relevance | path

Searched defs:bws (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/sort/
H A Dbwstring.h100 bws_begin(struct bwstring *bws) in bws_begin()
107 bws_end(struct bwstring *bws) in bws_end()
138 #define BWS_GET(bws, pos) ((mb_cur_max == 1) ? (bws->cdata.str[(pos)]) : bws->wdata.str[(pos)]) argument
H A Dbwstring.c202 bwsprintf(FILE *f, struct bwstring *bws, const char *prefix, const char *suffix) in bwsprintf()
211 const void* bwsrawdata(const struct bwstring *bws) in bwsrawdata()
217 size_t bwsrawlen(const struct bwstring *bws) in bwsrawlen()
225 bws_memsize(const struct bwstring *bws) in bws_memsize()
234 bws_setlen(struct bwstring *bws, size_t newlen) in bws_setlen()
425 bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended) in bwsfwrite()
H A Dradixsort.c260 const struct bwstring *bws; in get_wc_index() local
H A Dfile.c735 struct bwstring *bws; in procfile() local