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

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

Completed in 117 milliseconds