Home
last modified time | relevance | path

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

/dflybsd-src/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)->data.cstr[(pos)]) : (bws)->data.wstr[(pos)]) argument
H A Dbwstring.c141 bwsprintf(FILE *f, struct bwstring *bws, const char *prefix, const char *suffix) in bwsprintf()
150 const void* bwsrawdata(const struct bwstring *bws) in bwsrawdata()
156 size_t bwsrawlen(const struct bwstring *bws) in bwsrawlen()
163 bws_memsize(const struct bwstring *bws) in bws_memsize()
171 bws_setlen(struct bwstring *bws, size_t newlen) in bws_setlen()
418 bwsfwrite(struct bwstring *bws, FILE *f, bool zero_ended) in bwsfwrite()
H A Dradixsort.c261 const struct bwstring *bws; in get_wc_index() local
H A Dfile.c843 struct bwstring *bws; in procfile() local