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

/freebsd-10.1-release/usr.bin/quota/
H A Dquota.c487 struct quotause *qup, *quptail = NULL; local
539 quptail->next = qup;
540 quptail = qup;
541 quptail->next = 0;
/freebsd-10.1-release/usr.sbin/edquota/
H A Dedquota.c374 struct quotause *qup, *quptail; local
378 quphead = quptail = NULL;
402 quptail->next = qup;
403 quptail = qup;

Completed in 110 milliseconds