Lines Matching defs:hflag
76 int sflag, lflag, late, hflag;
79 sflag = lflag = late = hflag = 0;
124 hflag = 'G';
127 hflag = 'H';
130 hflag = 'K';
139 hflag = 'M';
216 swaplist(lflag, sflag, hflag);
766 sizetobuf(char *buf, size_t bufsize, int hflag, long long val, int hlen,
771 if (hflag == 'H') {
780 swaplist(int lflag, int sflag, int hflag)
793 switch(hflag) {
844 sizetobuf(buf, sizeof(buf), hflag, tmp_total, hlen,
848 sizetobuf(buf, sizeof(buf), hflag, tmp_used, hlen,
857 sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
859 sizetobuf(buf, sizeof(buf), hflag, used, hlen, blocksize);