Home
last modified time | relevance | path

Searched refs:showquotas (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c89 static void showquotas(uid_t, char *);
216 showquotas(uid, "(no account)"); in showuid()
218 showquotas(uid, pwd->pw_name); in showuid()
235 showquotas(pwd->pw_uid, name); in showname()
240 showquotas(uid_t uid, char *name) in showquotas() function