/src/usr.sbin/repquota/ |
repquota.c | 289 int isbytes, width; local in function:printquotas 365 isbytes = quota_objtype_isbytes(qh, objtype); 366 width = isbytes ? 9 : 8; 370 isbytes ? HN_B : 0, hflag), 373 isbytes ? HN_B : 0, hflag), 376 isbytes ? HN_B : 0, hflag),
|
/src/usr.bin/quota/ |
quota.c | 437 printqv(struct quotaval *qv, int isbytes, time_t now) 450 width = isbytes ? 9 : 8; 451 intprtflags = isbytes ? HN_B : 0;
|
/src/sys/ufs/lfs/ |
ulfs_quota.c | 309 int isbytes; local in function:quota_handle_cmd_objtypestat 324 isbytes = 1; 328 isbytes = 0; 334 info->qos_isbytes = isbytes;
|
/src/sys/ufs/ufs/ |
ufs_quota.c | 305 int isbytes; local in function:quota_handle_cmd_objtypestat 320 isbytes = 1; 324 isbytes = 0; 330 info->qos_isbytes = isbytes;
|