Searched refs:bwsalloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.h69 struct bwstring *bwsalloc(size_t sz);
H A Dbwstring.c187 bwsalloc(size_t sz) function
217 struct bwstring *ret = bwsalloc(s->len);
237 return ((len == 0) ? bwsalloc(0) : NULL);
241 ret = bwsalloc(len);
261 ret = bwsalloc(len);
H A Dcoll.c395 ret = bwsalloc(sz);
399 ret = bwsalloc(0);

Completed in 123 milliseconds