Home
last modified time | relevance | path

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

/trueos/usr.bin/sort/
HDradixsort.c136 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()
213 ssl = sort_malloc(sizeof(struct sort_level)); in add_to_sublevel()
373 sl->sublevels = sort_malloc(slsz); in run_sort_level_next()
533 sl->sublevels = sort_malloc(slsz); in run_top_sort_level()
661 sl = sort_malloc(sizeof(struct sort_level)); in run_sort()
HDfile.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()
1527 parts = sort_malloc(sizeof(struct sort_list*) * nthreads); in mt_sort()
1538 parts[i] = sort_malloc(sizeof(struct sort_list)); in mt_sort()
HDmem.h40 void *sort_malloc(size_t);
HDsort.c655 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
682 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
759 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
811 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
823 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
1242 char* tmp = sort_malloc(strlen(outfile) + in main()
HDmem.c42 sort_malloc(size_t size) in sort_malloc() function
HDbwstring.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()
HDcoll.c74 ka = sort_malloc(sz); in keys_array_alloc()
143 si = sort_malloc(sz); in sort_list_item_alloc()