Home
last modified time | relevance | path

Searched refs:needsort (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/netbsd/
Dgethnamaddr.c1200 int needsort = 0; in addrsort() local
1212 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
1213 needsort = i; in addrsort()
1215 if (!needsort) in addrsort()
1218 while (needsort < num) { in addrsort()
1219 for (j = needsort - 1; j >= 0; j--) { in addrsort()
1233 needsort++; in addrsort()