Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/quota/
H A Dquota.c293 char *msgi, *msgb, *nam; in showquotas() local
318 msgb = NULL; in showquotas()
321 msgb = "Block limit reached on"; in showquotas()
325 msgb = "In block grace period on"; in showquotas()
327 msgb = "Over block quota on"; in showquotas()
330 if ((msgi != NULL || msgb != NULL) && in showquotas()
335 if (msgb != NULL) in showquotas()
336 printf("\t%s %s\n", msgb, qup->fsname); in showquotas()
353 (msgb == NULL) ? ' ' : '*', in showquotas()
358 (msgb == NULL) ? "" in showquotas()