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

  /src/usr.sbin/edquota/
edquota.c 164 source_is_real(enum sources source) function in typeref:typename:bool
527 if (source_is_real(qup->source[QUOTA_OBJTYPE_BLOCKS])) {
537 if (source_is_real(qup->source[QUOTA_OBJTYPE_FILES])) {
798 comm = source_is_real(qup->source[QO_BLK]) ? "" : "#";
814 comm = source_is_real(qup->source[QO_FL]) ? "" : "#";
1095 if (source_is_real(qup->source[QUOTA_OBJTYPE_BLOCKS])) {
1100 if (source_is_real(qup->source[QUOTA_OBJTYPE_FILES])) {

Completed in 84 milliseconds