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()
61 extern int needsort;
723 int needsort = 0; in addrsort() local732 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()733 needsort = i; in addrsort()735 if (!needsort) in addrsort()738 while (needsort < num) { in addrsort()739 for (j = needsort - 1; j >= 0; j--) { in addrsort()754 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()