Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/sort/
H A Dradixsort.c139 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()
228 ssl = sort_malloc(sizeof(struct sort_level)); in add_to_sublevel()
388 sl->sublevels = sort_malloc(slsz); in run_sort_level_next()
541 sl->sublevels = sort_malloc(slsz); in run_top_sort_level()
668 sl = sort_malloc(sizeof(struct sort_level)); in run_sort()
H A Dfile.c143 sort_malloc(sizeof(struct CLEANABLE_FILE)); in tmp_file_atexit()
202 ret = sort_malloc(sz); in new_tmp_file_name()
555 cmd = sort_malloc(cmdsz); in openfile()
616 ret = sort_malloc(sizeof(struct file_reader)); in file_reader_init()
672 ret->buffer = sort_malloc(ret->cbsz); in file_reader_init()
902 *fh = sort_malloc(sizeof(struct file_header)); in file_header_init()
1130 fh = sort_malloc((argc + 1) * sizeof(struct file_header *)); in merge_files_array()
1530 parts = sort_malloc(sizeof(struct sort_list*) * nthreads); in mt_sort()
1541 parts[i] = sort_malloc(sizeof(struct sort_list)); in mt_sort()
H A Dsort.c672 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
699 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
776 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
828 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
840 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
1324 char* tmp = sort_malloc(strlen(outfile) + in main()
H A Dmem.h40 void *sort_malloc(size_t);
H A Dmem.c41 sort_malloc(size_t size) in sort_malloc() function
H A Dbwstring.c64 cmonths = sort_malloc(sizeof(unsigned char*) * 12); in initialise_months()
84 wmonths = sort_malloc(sizeof(wchar_t *) * 12); in initialise_months()
93 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1)); in initialise_months()
192 ret = sort_malloc(sizeof(struct bwstring) + 1 + sz); in bwsalloc()
194 ret = sort_malloc(sizeof(struct bwstring) + in bwsalloc()
H A Dcoll.c78 ka = sort_malloc(sz); in keys_array_alloc()
147 si = sort_malloc(sz); in sort_list_item_alloc()