Lines Matching defs:option
93 * option - what the problem is
96 * when used with the plugin option: error detail
101 __audit_dowarn(char *option, char *text, int count)
122 if (strcmp(option, "soft") == 0 || strcmp(option, "hard") == 0)
123 (void) execl(auditwarn, auditwarn, option, text, 0);
125 else if (strcmp(option, "allhard") == 0)
126 (void) execl(auditwarn, auditwarn, option, countstr, 0);
127 else if (strcmp(option, "plugin") == 0)
128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0);
130 (void) execl(auditwarn, auditwarn, option, 0);
134 if (strcmp(option, "soft") == 0)
137 else if (strcmp(option, "hard") == 0)
140 else if (strcmp(option, "allhard") == 0)
145 gettext("error %s.\n"), option);
157 * option - what the problem is
162 * when used with the plugin option: error detail
167 __audit_dowarn2(char *option, char *name, char *error, char *text, int count)
191 (void) execl(auditwarn, auditwarn, option, name, error, text,