Searched refs:needsort (Results 1 – 5 of 5) sorted by relevance
51 int needsort = 0; variable72 needsort = 1; in ifcmd()78 needsort = 1; in ifcmd()
92 extern int needsort;295 needsort = 1; in fetchifstat()340 if (needsort) in fetchifstat()420 needsort = 0; in sort_interface_list()
1098 int i, j, needsort = 0, aval[MAXADDRS]; in addrsort() local1109 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()1110 needsort = i; in addrsort()1112 if (!needsort) in addrsort()1115 while (needsort < num) { in addrsort()1116 for (j = needsort - 1; j >= 0; j--) { in addrsort()1131 needsort++; in addrsort()
894 int needsort = 0; in addrsort() local906 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()907 needsort = i; in addrsort()909 if (!needsort) in addrsort()912 while (needsort < num) { in addrsort()913 for (j = needsort - 1; j >= 0; j--) { in addrsort()927 needsort++; in addrsort()
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()