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

/freebsd-10.0-release/usr.bin/quota/
H A Dquota.c489 struct quotause *quphead; local
494 qup = quphead = (struct quotause *)0;
536 if (quphead == NULL)
537 quphead = qup;
547 return (quphead);
/freebsd-10.0-release/usr.sbin/edquota/
H A Dedquota.c375 struct quotause *quphead; local
378 quphead = quptail = NULL;
399 if (quphead == NULL)
400 quphead = qup;
406 if (quphead == NULL) {
410 return (quphead);

Completed in 142 milliseconds