Searched refs:sort_realloc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/sort/ |
| H A D | radixsort.c | 236 ssl->tosort = sort_realloc(ssl->tosort, in add_to_sublevel() 249 sl->leaves = sort_realloc(sl->leaves, in add_leaf() 382 sl->leaves = sort_realloc(sl->leaves, in run_sort_level_next() 410 sl->tosort = sort_realloc(sl->tosort, in run_sort_level_next() 448 sl->leaves = sort_realloc(sl->leaves, (sizeof(struct sort_list_item *) * in run_sort_level_next()
|
| H A D | mem.h | 44 void *sort_realloc(void *, size_t);
|
| H A D | mem.c | 75 sort_realloc(void *ptr, size_t size) in sort_realloc() function
|
| H A D | sort.c | 236 argv_from_file0 = sort_realloc(argv_from_file0, in read_fns_from_file0() 1038 keys = sort_realloc(keys, keys_num * in main() 1054 outfile = sort_realloc(outfile, (strlen(optarg) + 1)); in main() 1194 keys = sort_realloc(keys, sizeof(struct key_specs)); in main()
|
| H A D | file.c | 224 fl->fns = sort_realloc(fl->fns, fl->sz * in file_list_add() 302 l->list = sort_realloc(l->list, in sort_list_add()
|