Searched refs:quplist (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c419 putprivs(long id, struct quotause *quplist) argument
423 for (qup = quplist; qup; qup = qup->next)
476 writeprivs(struct quotause *quplist, int outfd, char *name, int quotatype) argument
486 for (qup = quplist; qup; qup = qup->next) {
536 readprivs(struct quotause *quplist, char *inname) argument
634 for (qup = quplist; qup; qup = qup->next) {
673 for (qup = quplist; qup; qup = qup->next) {
690 writetimes(struct quotause *quplist, int outfd, int quotatype) argument
702 for (qup = quplist; qup; qup = qup->next) {
716 readtimes(struct quotause *quplist, cha argument
936 freeprivs(struct quotause *quplist) argument
[all...]
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c280 struct quotause *quplist; local
289 quplist = getprivs(id, type);
290 for (qup = quplist; qup; qup = qup->next) {

Completed in 98 milliseconds