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()
93 extern int needsort;301 needsort = 1; in fetchifstat()311 needsort = 1; in fetchifstat()322 needsort = 1; in fetchifstat()367 if (needsort) in fetchifstat()453 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()
427 int *numuser, int *numgroup, int *needsort) in ln_aent_preprocess() argument435 *needsort = 0; in ln_aent_preprocess()441 *needsort = 1; in ln_aent_preprocess()478 int numuser, numgroup, needsort; in ln_aent_to_ace() local485 &numuser, &numgroup, &needsort); in ln_aent_to_ace()503 if (needsort) in ln_aent_to_ace()