Searched refs:needsort (Results 1 – 6 of 6) sorted by relevance
43 int needsort = 0; variable64 needsort = 1; in ifcmd()70 needsort = 1; in ifcmd()
290 needsort = 1; in fetchifstat()300 needsort = 1; in fetchifstat()311 needsort = 1; in fetchifstat()356 if (needsort) in fetchifstat()442 needsort = 0; in sort_interface_list()
63 extern int needsort;
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()
426 int *numuser, int *numgroup, int *needsort) in ln_aent_preprocess() argument434 *needsort = 0; in ln_aent_preprocess()440 *needsort = 1; in ln_aent_preprocess()477 int numuser, numgroup, needsort; in ln_aent_to_ace() local484 &numuser, &numgroup, &needsort); in ln_aent_to_ace()502 if (needsort) in ln_aent_to_ace()