HomeSort by: relevance | last modified time | path
    Searched refs:quota_idtype_getname (Results 1 - 7 of 7) sorted by relevancy

  /src/include/
quota.h 54 const char *quota_idtype_getname(struct quotahandle *, int /*idtype*/);
  /src/lib/libquota/
Makefile 29 libquota.3 quota_idtype_getname.3 \
quota_schema.c 110 quota_idtype_getname(struct quotahandle *qh, int idtype) function in typeref:typename:const char *
  /src/usr.sbin/quotaon/
quotaon.c 227 type = quota_idtype_getname(qh, idtype);
241 type = quota_idtype_getname(qh, idtype);
  /src/usr.bin/quota/
quota.c 360 quota_idtype_getname(qup->qh, i),
  /src/usr.sbin/quotarestore/
quotarestore.c 163 idtypenames[i] = strdup(quota_idtype_getname(qh, i));
  /src/usr.sbin/edquota/
edquota.c 478 idtypename = quota_idtype_getname(qh, idtype);

Completed in 14 milliseconds