HomeSort by: relevance | last modified time | path
    Searched refs:needsort (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/systat/
ifcmds.c 51 int needsort = 0; variable
72 needsort = 1;
78 needsort = 1;
ifstat.c 92 extern int needsort;
295 needsort = 1;
340 if (needsort)
420 needsort = 0;
  /src/external/bsd/libbind/dist/irs/
dns_ho.c 1098 int i, j, needsort = 0, aval[MAXADDRS]; local
1109 if (needsort == 0 && i > 0 && j < aval[i-1])
1110 needsort = i;
1112 if (!needsort)
1115 while (needsort < num) {
1116 for (j = needsort - 1; j >= 0; j--) {
1131 needsort++;
  /src/lib/libc/net/
gethnamaddr.c 894 int needsort = 0; local
906 if (needsort == 0 && i > 0 && j < aval[i-1])
907 needsort = i;
909 if (!needsort)
912 while (needsort < num) {
913 for (j = needsort - 1; j >= 0; j--) {
927 needsort++;
  /src/external/cddl/osnet/dist/common/acl/
acl_common.c 461 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)

Completed in 19 milliseconds