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

/freebsd-9.3-release/usr.sbin/quotaon/
H A Dquotaon.c63 const char *qfextension[] = INITQFNAMES; variable
178 quota_fsname(qf), qfextension[type], quota_qfname(qf));
/freebsd-9.3-release/usr.sbin/repquota/
H A Drepquota.c83 const char *qfextension[] = INITQFNAMES; variable
212 qfextension[type], fs->fs_file, fs->fs_spec);
221 qfextension[type], fs->fs_file, fs->fs_spec);
/freebsd-9.3-release/lib/libutil/
H A Dquotafile.c60 static const char *qfextension[] = INITQFNAMES; variable
80 qfextension[USRQUOTA], QUOTAFILENAME);
82 qfextension[GRPQUOTA], QUOTAFILENAME);
107 QUOTAFILENAME, qfextension[type]);
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c77 const char *qfextension[] = INITQFNAMES; variable
429 printf("Disk quotas for %s %s (%cid %lu): %s\n", qfextension[type],
430 name, *qfextension[type], id, tag);
/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c86 const char *qfextension[] = INITQFNAMES; variable
485 fprintf(fd, "Quotas for %s %s:\n", qfextension[quotatype], name);
701 qfextension[quotatype]);
/freebsd-9.3-release/sbin/quotacheck/
H A Dquotacheck.c74 char *qfextension[] = INITQFNAMES; variable

Completed in 171 milliseconds