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

/freebsd-13-stable/usr.bin/quota/
H A Dquota.c491 struct quotause *quphead; local
496 qup = quphead = (struct quotause *)0;
538 if (quphead == NULL)
539 quphead = qup;
549 return (quphead);
/freebsd-13-stable/usr.sbin/edquota/
H A Dedquota.c377 struct quotause *quphead; local
380 quphead = quptail = NULL;
401 if (quphead == NULL)
402 quphead = qup;
408 if (quphead == NULL) {
412 return (quphead);

Completed in 161 milliseconds