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

/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c488 struct quotause *qup, *quptail = NULL; local
540 quptail->next = qup;
541 quptail = qup;
542 quptail->next = 0;
/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c376 struct quotause *qup, *quptail; local
380 quphead = quptail = NULL;
404 quptail->next = qup;
405 quptail = qup;

Completed in 58 milliseconds