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

  /src/usr.bin/systat/
ifcmds.c 51 int needsort = 0; variable in typeref:typename:int
72 needsort = 1;
78 needsort = 1;
ifcmds.c 51 int needsort = 0; variable in typeref:typename:int
72 needsort = 1;
78 needsort = 1;
  /src/lib/libc/net/
gethnamaddr.c 894 int needsort = 0; local in function:addrsort
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++;
gethnamaddr.c 894 int needsort = 0; local in function:addrsort
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++;

Completed in 21 milliseconds