Home
last modified time | relevance | path

Searched refs:sort_calloc (Results 1 – 5 of 5) sorted by relevance

/src/usr.bin/sort/
H A Dmem.h41 void *sort_calloc(size_t, size_t);
H A Dradixsort.c226 ssl = sort_calloc(1, sizeof(struct sort_level)); in add_to_sublevel()
416 sl->sublevels = sort_calloc(1, slsz); in run_sort_level_next()
568 sl->sublevels = sort_calloc(1, slsz); in run_top_sort_level()
694 sl = sort_calloc(1, sizeof(struct sort_level)); in run_sort()
H A Dmem.c38 sort_calloc(size_t nb, size_t size) in sort_calloc() function
H A Dcoll.c73 ka = sort_calloc(1, sz); in keys_array_alloc()
156 si = sort_calloc(1, sz); in sort_list_item_alloc()
H A Dfile.c599 ret = sort_calloc(1, sizeof(struct file_reader)); in file_reader_init()