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

/freebsd-13-stable/usr.sbin/quotaon/
H A Dquotaon.c64 static const char *qfextension[] = INITQFNAMES; variable
177 quota_fsname(qf), qfextension[type], quota_qfname(qf));
/freebsd-13-stable/usr.sbin/repquota/
H A Drepquota.c84 static const char *qfextension[] = INITQFNAMES; variable
213 qfextension[type], fs->fs_file, fs->fs_spec);
222 qfextension[type], fs->fs_file, fs->fs_spec);
/freebsd-13-stable/lib/libutil/
H A Dquotafile.c62 static const char *qfextension[] = INITQFNAMES; variable
82 qfextension[USRQUOTA], QUOTAFILENAME);
84 qfextension[GRPQUOTA], QUOTAFILENAME);
109 QUOTAFILENAME, qfextension[type]);
/freebsd-13-stable/usr.bin/quota/
H A Dquota.c78 static const char *qfextension[] = INITQFNAMES; variable
430 printf("Disk quotas for %s %s (%cid %lu): %s\n", qfextension[type],
431 name, *qfextension[type], id, tag);
/freebsd-13-stable/usr.sbin/edquota/
H A Dedquota.c86 static const char *qfextension[] = INITQFNAMES; variable
485 fprintf(fd, "Quotas for %s %s:\n", qfextension[quotatype], name);
701 qfextension[quotatype]);
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c78 const char *qfextension[] = INITQFNAMES; variable

Completed in 130 milliseconds