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

/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c163 source_is_real(enum sources source) function
520 if (source_is_real(qup->source[QUOTA_OBJTYPE_BLOCKS])) {
530 if (source_is_real(qup->source[QUOTA_OBJTYPE_FILES])) {
792 comm = source_is_real(qup->source[QO_BLK]) ? "" : "#";
808 comm = source_is_real(qup->source[QO_FL]) ? "" : "#";
1089 if (source_is_real(qup->source[QUOTA_OBJTYPE_BLOCKS])) {
1094 if (source_is_real(qup->source[QUOTA_OBJTYPE_FILES])) {

Completed in 58 milliseconds