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

  /src/usr.bin/systat/
iostat.c 55 static int numlabels(int);
119 row = numlabels(row + 1);
125 numlabels(int row) function
iostat.c 55 static int numlabels(int);
119 row = numlabels(row + 1);
125 numlabels(int row) function
  /src/external/mpl/dhcp/bind/dist/lib/dns/
compress.c 227 unsigned int numlabels; local
247 numlabels = labels > 3U ? 3U : labels;
250 for (n = 0; n < numlabels - 1; n++) {
compress.c 227 unsigned int numlabels; local
247 numlabels = labels > 3U ? 3U : labels;
250 for (n = 0; n < numlabels - 1; n++) {

Completed in 60 milliseconds