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

  /src/usr.bin/quota/
quota.c 441 int intprtflags, over, width; local in function:printqv
451 intprtflags = isbytes ? HN_B : 0;
454 str = intprt(buf, width, qv->qv_usage, intprtflags, hflag);
459 str = intprt(buf, width, qv->qv_softlimit, intprtflags, hflag);
462 str = intprt(buf, width, qv->qv_hardlimit, intprtflags, hflag);

Completed in 12 milliseconds