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

  /src/usr.sbin/repquota/
repquota.c 484 struct fileusage *fup, **fupp; local in function:qremove
486 for (fupp = &fuhead[idtype][id & (FUHASH-1)]; *fupp != 0;) {
487 fup = *fupp;
489 *fupp = fup->fu_next;
492 fupp = &fup->fu_next;
repquota.c 484 struct fileusage *fup, **fupp; local in function:qremove
486 for (fupp = &fuhead[idtype][id & (FUHASH-1)]; *fupp != 0;) {
487 fup = *fupp;
489 *fupp = fup->fu_next;
492 fupp = &fup->fu_next;

Completed in 236 milliseconds