Searched refs:showquotas (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/quota/ |
H A D | quota.c | 82 static int showquotas(int type, u_long id, const char *name); 202 return(showquotas(USRQUOTA, uid, name)); in showuid() 217 return(showquotas(USRQUOTA, pwd->pw_uid, name)); in showusrname() 233 return(showquotas(GRPQUOTA, gid, name)); in showgid() 248 return(showquotas(GRPQUOTA, grp->gr_gid, name)); in showgrpname() 266 showquotas(int type, u_long id, const char *name) in showquotas() function
|