Searched refs:needsort (Results 1 – 5 of 5) sorted by relevance
43 int needsort = 0; variable64 needsort = 1; in ifcmd()70 needsort = 1; in ifcmd()
88 extern int needsort;297 needsort = 1; in fetchifstat()342 if (needsort) in fetchifstat()438 needsort = 0; in sort_interface_list()
720 int needsort = 0; in addrsort() local729 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()730 needsort = i; in addrsort()732 if (!needsort) in addrsort()735 while (needsort < num) { in addrsort()736 for (j = needsort - 1; j >= 0; j--) { in addrsort()751 needsort++; in addrsort()
2188 int needsort = 0; in addr4sort() local2209 if (needsort == 0 && i > 0 && j < addrs[i - 1].aval) in addr4sort()2210 needsort = i; in addr4sort()2213 if (!needsort) { in addr4sort()2218 while (needsort < naddrs) { in addr4sort()2219 for (j = needsort - 1; j >= 0; j--) { in addr4sort()2227 needsort++; in addr4sort()
461 int *numuser, int *numgroup, int *needsort) in ln_aent_preprocess() argument469 *needsort = 0; in ln_aent_preprocess()475 *needsort = 1; in ln_aent_preprocess()512 int numuser, numgroup, needsort; in ln_aent_to_ace() local519 &numuser, &numgroup, &needsort); in ln_aent_to_ace()537 if (needsort) in ln_aent_to_ace()