Searched refs:middle (Results 1 – 2 of 2) sorted by relevance
133 int middle = d->__last_nonopt; in exchange() local142 while (top > middle && middle > bottom) in exchange()144 if (top - middle > middle - bottom) in exchange()147 int len = middle - bottom; in exchange()154 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange()155 argv[top - (middle - bottom) + i] = tem; in exchange()163 int len = top - middle; in exchange()170 argv[bottom + i] = argv[middle + i]; in exchange()171 argv[middle + i] = tem; in exchange()
41 one_test (const char *prefix, const char *middle, const char *suffix) in one_test() argument43 char *pattern = xasprintf ("%s%s%s", prefix, middle, suffix); in one_test()
Completed in 6 milliseconds