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

  /src/usr.bin/quota/
quotautil.h 6 int hasquota(char *, size_t, struct fstab *, int);
quotautil.c 74 hasquota(char *buf, size_t len, struct fstab *fs, int type) function in typeref:typename:int
  /src/usr.sbin/quotacheck/
quotacheck.c 296 if (gflag && hasquota(qfnp, sizeof(qfnp), fs, GRPQUOTA)) {
300 if (uflag && hasquota(qfnp, sizeof(qfnp), fs, USRQUOTA)) {
  /src/usr.sbin/edquota/
edquota.c 354 if (!hasquota(qfpathname, sizeof(qfpathname), fs,

Completed in 12 milliseconds