Searched refs:cut_list (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcut.c27 struct cut_list { struct
39 static struct cut_list *cut_lists;
45 return (((struct cut_list *) a)->startpos -
46 ((struct cut_list *) b)->startpos);
253 cut_lists = xrealloc(cut_lists, sizeof(struct cut_list) * (++nlists));
265 qsort(cut_lists, nlists, sizeof(struct cut_list), cmpfunc);

Completed in 94 milliseconds