Lines Matching defs:text
94 * text - when used with options soft and hard: which file was being
101 __audit_dowarn(char *option, char *text, int count)
119 if (text == NULL)
120 text = empty;
123 (void) execl(auditwarn, auditwarn, option, text, 0);
128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0);
136 gettext("soft limit in %s.\n"), text);
139 gettext("hard limit in %s.\n"), text);
160 * text - when used with options soft and hard: which file was being
167 __audit_dowarn2(char *option, char *name, char *error, char *text, int count)
186 if ((text == NULL) || (*text == '\0'))
187 text = empty;
191 (void) execl(auditwarn, auditwarn, option, name, error, text,
198 gettext("%s plugin error: %s\n"), name, text);