Searched refs:msgi (Results 1 – 1 of 1) sorted by relevance
270 const char *msgi, *msgb; in showquotas() local280 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 …]