Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/sort/
H A Dmem.h42 void *sort_malloc(size_t);
H A Dsort.c505 f = sort_malloc(len + 1); in parse_pos()
532 c = sort_malloc(len + 1); in parse_pos()
606 pos1 = sort_malloc(size1 + 1); in parse_k()
658 f = sort_malloc(len + 1); in parse_pos_obs()
670 c = sort_malloc(len + 1); in parse_pos_obs()
H A Dmem.c40 sort_malloc(size_t size) in sort_malloc() function
H A Dbwstring.c63 cmonths = sort_malloc(sizeof(char *) * 12); in initialise_months()
84 wmonths = sort_malloc(sizeof(wchar_t *) * 12); in initialise_months()
190 ret = sort_malloc(sizeof(struct bwstring) + 1 + sz); in bwsalloc()
193 ret = sort_malloc(sizeof(struct bwstring) + in bwsalloc()
H A Dfile.c120 item = sort_malloc(sizeof(struct CLEANABLE_FILE)); in tmp_file_atexit()
565 ret->buffer = sort_malloc(ret->cbsz); in file_reader_init()
776 *fh = sort_malloc(sizeof(struct file_header)); in file_header_init()
H A Dradixsort.c86 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()