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

/freebsd-11.0-release/usr.bin/systat/
H A Difcmds.c43 int needsort = 0; variable
64 needsort = 1;
70 needsort = 1;
H A Difstat.c88 extern int needsort;
297 needsort = 1;
342 if (needsort)
438 needsort = 0;
/freebsd-11.0-release/lib/libc/net/
H A Dgethostbydns.c719 int needsort = 0; local
728 if (needsort == 0 && i > 0 && j < aval[i-1])
729 needsort = i;
731 if (!needsort)
734 while (needsort < num) {
735 for (j = needsort - 1; j >= 0; j--) {
750 needsort++;
H A Dgetaddrinfo.c2187 int needsort = 0; local
2208 if (needsort == 0 && i > 0 && j < addrs[i - 1].aval)
2209 needsort = i;
2212 if (!needsort) {
2217 while (needsort < naddrs) {
2218 for (j = needsort - 1; j >= 0; j--) {
2226 needsort++;
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c461 int *numuser, int *numgroup, int *needsort)
469 *needsort = 0;
475 *needsort = 1;
512 int numuser, numgroup, needsort; local
519 &numuser, &numgroup, &needsort);
537 if (needsort)
459 ln_aent_preprocess(aclent_t *aclent, int n, int *hasmask, mode_t *mask, int *numuser, int *numgroup, int *needsort) argument

Completed in 124 milliseconds