/src/usr.bin/quota/ |
quota.c | 485 int nfst, i; local in function:getprivs 490 nfst = getmntinfo(&fst, MNT_WAIT); 491 if (nfst == 0) 493 for (i = 0; i < nfst; i++) {
|
quota.c | 485 int nfst, i; local in function:getprivs 490 nfst = getmntinfo(&fst, MNT_WAIT); 491 if (nfst == 0) 493 for (i = 0; i < nfst; i++) {
|
/src/usr.sbin/repquota/ |
repquota.c | 128 int nfst; local in function:main 171 nfst = getmntinfo(&fst, MNT_WAIT); 172 if (nfst == 0) 174 for (i = 0; i < nfst; i++) {
|
repquota.c | 128 int nfst; local in function:main 171 nfst = getmntinfo(&fst, MNT_WAIT); 172 if (nfst == 0) 174 for (i = 0; i < nfst; i++) {
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 490 int nfst, i; local in function:update 492 nfst = getmntinfo(&fst, MNT_WAIT); 493 if (nfst == 0) 496 for (i = 0; i < nfst; i++) {
|
quotacheck.c | 490 int nfst, i; local in function:update 492 nfst = getmntinfo(&fst, MNT_WAIT); 493 if (nfst == 0) 496 for (i = 0; i < nfst; i++) {
|
/src/usr.sbin/edquota/ |
edquota.c | 560 int nfst, i; local in function:getprivs 567 nfst = getmntinfo(&fst, MNT_WAIT); 568 if (nfst == 0) 571 for (i = 0; i < nfst; i++) { 632 int nfst, i; local in function:clearpriv 661 nfst = getmntinfo(&fst, MNT_WAIT); 662 if (nfst == 0) 665 for (i = 0; i < nfst; i++) {
|
edquota.c | 560 int nfst, i; local in function:getprivs 567 nfst = getmntinfo(&fst, MNT_WAIT); 568 if (nfst == 0) 571 for (i = 0; i < nfst; i++) { 632 int nfst, i; local in function:clearpriv 661 nfst = getmntinfo(&fst, MNT_WAIT); 662 if (nfst == 0) 665 for (i = 0; i < nfst; i++) {
|