Searched refs:needsort (Results 1 – 5 of 5) sorted by relevance
45 int needsort = 0; variable66 needsort = 1; in ifcmd()72 needsort = 1; in ifcmd()
91 extern int needsort;300 needsort = 1; in fetchifstat()345 if (needsort) in fetchifstat()441 needsort = 0; in sort_interface_list()
721 int needsort = 0; in addrsort() local730 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()731 needsort = i; in addrsort()733 if (!needsort) in addrsort()736 while (needsort < num) { in addrsort()737 for (j = needsort - 1; j >= 0; j--) { in addrsort()752 needsort++; in addrsort()
2204 int needsort = 0; in addr4sort() local2225 if (needsort == 0 && i > 0 && j < addrs[i - 1].aval) in addr4sort()2226 needsort = i; in addr4sort()2229 if (!needsort) { in addr4sort()2234 while (needsort < naddrs) { in addr4sort()2235 for (j = needsort - 1; j >= 0; j--) { in addr4sort()2243 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()