Home
last modified time | relevance | path

Searched refs:needsort (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.bin/systat/
HDifcmds.c43 int needsort = 0; variable
64 needsort = 1; in ifcmd()
70 needsort = 1; in ifcmd()
HDifstat.c88 extern int needsort;
297 needsort = 1; in fetchifstat()
342 if (needsort) in fetchifstat()
438 needsort = 0; in sort_interface_list()
/NextBSD/lib/libc/net/
HDgethostbydns.c720 int needsort = 0; in addrsort() local
729 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
730 needsort = i; in addrsort()
732 if (!needsort) in addrsort()
735 while (needsort < num) { in addrsort()
736 for (j = needsort - 1; j >= 0; j--) { in addrsort()
751 needsort++; in addrsort()
HDgetaddrinfo.c2188 int needsort = 0; in addr4sort() local
2209 if (needsort == 0 && i > 0 && j < addrs[i - 1].aval) in addr4sort()
2210 needsort = i; in addr4sort()
2213 if (!needsort) { in addr4sort()
2218 while (needsort < naddrs) { in addr4sort()
2219 for (j = needsort - 1; j >= 0; j--) { in addr4sort()
2227 needsort++; in addr4sort()
/NextBSD/sys/cddl/contrib/opensolaris/common/acl/
HDacl_common.c461 int *numuser, int *numgroup, int *needsort) in ln_aent_preprocess() argument
469 *needsort = 0; in ln_aent_preprocess()
475 *needsort = 1; in ln_aent_preprocess()
512 int numuser, numgroup, needsort; in ln_aent_to_ace() local
519 &numuser, &numgroup, &needsort); in ln_aent_to_ace()
537 if (needsort) in ln_aent_to_ace()