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

/freebsd-current/usr.bin/systat/
H A Difcmds.c43 int needsort = 0; variable
64 needsort = 1;
70 needsort = 1;
H A Difstat.c290 needsort = 1;
300 needsort = 1;
311 needsort = 1;
356 if (needsort)
442 needsort = 0;
H A Dextern.h61 extern int needsort;
/freebsd-current/lib/libc/net/
H A Dgethostbydns.c717 int needsort = 0; local
726 if (needsort == 0 && i > 0 && j < aval[i-1])
727 needsort = i;
729 if (!needsort)
732 while (needsort < num) {
733 for (j = needsort - 1; j >= 0; j--) {
748 needsort++;
H A Dgetaddrinfo.c2204 int needsort = 0; local
2225 if (needsort == 0 && i > 0 && j < addrs[i - 1].aval)
2226 needsort = i;
2229 if (!needsort) {
2234 while (needsort < naddrs) {
2235 for (j = needsort - 1; j >= 0; j--) {
2243 needsort++;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c426 int *numuser, int *numgroup, int *needsort)
434 *needsort = 0;
440 *needsort = 1;
477 int numuser, numgroup, needsort; local
484 &numuser, &numgroup, &needsort);
502 if (needsort)
424 ln_aent_preprocess(aclent_t *aclent, int n, int *hasmask, mode_t *mask, int *numuser, int *numgroup, int *needsort) argument

Completed in 326 milliseconds