Symbol: sort_malloc
usr.bin/sort/bwstring.c
192
ret = sort_malloc(sizeof(struct bwstring) + 1 + sz);
usr.bin/sort/bwstring.c
194
ret = sort_malloc(sizeof(struct bwstring) +
usr.bin/sort/bwstring.c
64
cmonths = sort_malloc(sizeof(unsigned char*) * 12);
usr.bin/sort/bwstring.c
84
wmonths = sort_malloc(sizeof(wchar_t *) * 12);
usr.bin/sort/bwstring.c
93
m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1));
usr.bin/sort/coll.c
147
si = sort_malloc(sz);
usr.bin/sort/coll.c
78
ka = sort_malloc(sz);
usr.bin/sort/file.c
1130
fh = sort_malloc((argc + 1) * sizeof(struct file_header *));
usr.bin/sort/file.c
143
sort_malloc(sizeof(struct CLEANABLE_FILE));
usr.bin/sort/file.c
1530
parts = sort_malloc(sizeof(struct sort_list*) * nthreads);
usr.bin/sort/file.c
1541
parts[i] = sort_malloc(sizeof(struct sort_list));
usr.bin/sort/file.c
202
ret = sort_malloc(sz);
usr.bin/sort/file.c
555
cmd = sort_malloc(cmdsz);
usr.bin/sort/file.c
616
ret = sort_malloc(sizeof(struct file_reader));
usr.bin/sort/file.c
672
ret->buffer = sort_malloc(ret->cbsz);
usr.bin/sort/file.c
902
*fh = sort_malloc(sizeof(struct file_header));
usr.bin/sort/mem.h
40
void *sort_malloc(size_t);
usr.bin/sort/radixsort.c
139
new_ls = sort_malloc(sizeof(struct level_stack));
usr.bin/sort/radixsort.c
228
ssl = sort_malloc(sizeof(struct sort_level));
usr.bin/sort/radixsort.c
388
sl->sublevels = sort_malloc(slsz);
usr.bin/sort/radixsort.c
541
sl->sublevels = sort_malloc(slsz);
usr.bin/sort/radixsort.c
668
sl = sort_malloc(sizeof(struct sort_level));
usr.bin/sort/sort.c
1324
char* tmp = sort_malloc(strlen(outfile) +
usr.bin/sort/sort.c
672
f = sort_malloc((len + 1) * sizeof(char));
usr.bin/sort/sort.c
699
c = sort_malloc((len + 1) * sizeof(char));
usr.bin/sort/sort.c
776
pos1 = sort_malloc((size1 + 1) * sizeof(char));
usr.bin/sort/sort.c
828
f = sort_malloc((len + 1) * sizeof(char));
usr.bin/sort/sort.c
840
c = sort_malloc((len + 1) * sizeof(char));