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

/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c490 struct quotause *quphead; local
495 qup = quphead = (struct quotause *)0;
537 if (quphead == NULL)
538 quphead = qup;
548 return (quphead);
/freebsd-9.3-release/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 58 milliseconds