HomeSort by: relevance | last modified time | path
    Searched defs:quptail (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/quota/
quota.c 481 struct quotause *qup, *quptail; local in function:getprivs
488 qup = quphead = quptail = NULL;
531 quptail->next = qup;
532 quptail = qup;
533 quptail->next = 0;
quota.c 481 struct quotause *qup, *quptail; local in function:getprivs
488 qup = quphead = quptail = NULL;
531 quptail->next = qup;
532 quptail = qup;
533 quptail->next = 0;

Completed in 24 milliseconds