Searched refs:ICOPY_LIST (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/libc/stdlib/ |
| H A D | merge.c | 70 #define ICOPY_LIST(src, dst, last) \ macro 198 ICOPY_LIST(f2, tp2, b); in mergesort_b() 206 ICOPY_LIST(f1, tp2, b); in mergesort_b() 216 ICOPY_LIST(f2, tp2, l2); in mergesort_b() 221 ICOPY_LIST(f1, tp2, l1); in mergesort_b()
|