Home
last modified time | relevance | path

Searched refs:sort_malloc (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.bin/sort/
H A Dradixsort.c148 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()
228 ssl = sort_malloc(sizeof(struct sort_level)); in add_to_sublevel()
419 sl->sublevels = sort_malloc(slsz); in run_sort_level_next()
572 sl->sublevels = sort_malloc(slsz); in run_top_sort_level()
699 sl = sort_malloc(sizeof(struct sort_level)); in run_sort()
H A Dmem.h42 void *sort_malloc(size_t);
H A Dfile.c145 sort_malloc(sizeof(struct CLEANABLE_FILE)); in tmp_file_atexit()
204 ret = sort_malloc(sz); in new_tmp_file_name()
557 cmd = sort_malloc(cmdsz); in openfile()
618 ret = sort_malloc(sizeof(struct file_reader)); in file_reader_init()
673 ret->buffer = sort_malloc(ret->cbsz); in file_reader_init()
903 *fh = sort_malloc(sizeof(struct file_header)); in file_header_init()
1131 fh = sort_malloc((argc + 1) * sizeof(struct file_header *)); in merge_files_array()
1528 parts = sort_malloc(sizeof(struct sort_list*) * nthreads); in mt_sort()
1539 parts[i] = sort_malloc(sizeof(struct sort_list)); in mt_sort()
H A Dmem.c43 sort_malloc(size_t size) in sort_malloc() function
H A Dsort.c653 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
680 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
757 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
809 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
821 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
1260 char* tmp = sort_malloc(strlen(outfile) + in main()
H A Dbwstring.c66 cmonths = sort_malloc(sizeof(char*) * 12); in initialise_months()
86 wmonths = sort_malloc(sizeof(wchar_t *) * 12); in initialise_months()
95 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1)); in initialise_months()
197 ret = sort_malloc(sizeof(struct bwstring) + 1 + sz); in bwsalloc()
201 ret = sort_malloc( in bwsalloc()
H A Dcoll.c76 ka = sort_malloc(sz); in keys_array_alloc()
160 si = sort_malloc(sz); in sort_list_item_alloc()