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

/freebsd-current/usr.sbin/edquota/
H A Dedquota.c404 putprivs(long id, struct quotause *quplist) argument
408 for (qup = quplist; qup; qup = qup->next)
461 writeprivs(struct quotause *quplist, int outfd, char *name, int quotatype) argument
471 for (qup = quplist; qup; qup = qup->next) {
521 readprivs(struct quotause *quplist, char *inname) argument
619 for (qup = quplist; qup; qup = qup->next) {
658 for (qup = quplist; qup; qup = qup->next) {
675 writetimes(struct quotause *quplist, int outfd, int quotatype) argument
687 for (qup = quplist; qup; qup = qup->next) {
701 readtimes(struct quotause *quplist, cha argument
921 freeprivs(struct quotause *quplist) argument
[all...]
/freebsd-current/usr.bin/quota/
H A Dquota.c269 struct quotause *quplist; local
278 quplist = getprivs(id, type);
279 for (qup = quplist; qup; qup = qup->next) {

Completed in 108 milliseconds