/src/usr.sbin/repquota/ |
repquota.c | 89 /* highest addid()'ed identifier per idtype */ 111 static struct fileusage *addid(uint32_t, int, const char *); 260 fup = addid(qk.qk_id, idtype, (char *)0); 297 (void)addid(gr->gr_gid, idtype, gr->gr_name); 306 (void)addid(pw->pw_uid, idtype, pw->pw_name); 501 addid(uint32_t id, int idtype, const char *name) function in typeref:struct:fileusage *
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 146 static uint32_t highid[MAXQUOTAS];/* highest addid()'ed identifier per type */ 159 static struct fileusage *addid(uint32_t, int, const char *); 238 (void) addid((uint32_t)gr->gr_gid, GRPQUOTA, gr->gr_name); 244 (void) addid((uint32_t)pw->pw_uid, USRQUOTA, pw->pw_name); 447 fup = addid(DIP(dp, gid), GRPQUOTA, 455 fup = addid(DIP(dp, uid), USRQUOTA, 676 addid(uint32_t id, int type, const char *name) function in typeref:struct:fileusage *
|