Searched refs:isbytes (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/repquota/
H A Drepquota.c289 int isbytes, width; local
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),
/netbsd-current/usr.bin/quota/
H A Dquota.c437 printqv(struct quotaval *qv, int isbytes, time_t now) argument
450 width = isbytes ? 9 : 8;
451 intprtflags = isbytes ? HN_B : 0;
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota.c309 int isbytes; local
324 isbytes = 1;
328 isbytes = 0;
334 info->qos_isbytes = isbytes;
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota.c305 int isbytes; local
320 isbytes = 1;
324 isbytes = 0;
330 info->qos_isbytes = isbytes;

Completed in 147 milliseconds