Home
last modified time | relevance | path

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

/openbsd/usr.bin/sort/
H A Dradixsort.c122 ssl = sort_calloc(1, sizeof(struct sort_level)); in add_to_sublevel()
269 sl->sublevels = sort_calloc(1, slsz); in run_sort_level_next()
384 sl->sublevels = sort_calloc(1, slsz); in run_top_sort_level()
451 sl = sort_calloc(1, sizeof(struct sort_level)); in rxsort()
H A Dmem.h41 void *sort_calloc(size_t nmemb, size_t size);
H A Dmem.c53 sort_calloc(size_t nmemb, size_t size) in sort_calloc() function
H A Dcoll.c67 ka = sort_calloc(1, sz); in keys_array_alloc()
133 si = sort_calloc(1, sz); in sort_list_item_alloc()
H A Dfile.c526 ret = sort_calloc(1, sizeof(struct file_reader)); in file_reader_init()