Home
last modified time | relevance | path

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

/freebsd/usr.bin/quota/
H A Dquota.c270 const char *msgi, *msgb; in showquotas() local
280 msgi = NULL; in showquotas()
284 msgi = "File limit reached on"; in showquotas()
290 msgi = "In file grace period on"; in showquotas()
292 msgi = "Over file quota on"; in showquotas()
319 if ((msgi != NULL || msgb != NULL) && in showquotas()
322 if (msgi != NULL) in showquotas()
323 printf("\t%s %s\n", msgi, qup->fsname); in showquotas()
357 if (msgi != NULL) in showquotas()
362 , (msgi == NULL) ? ' ' : '*' in showquotas()
[all …]