notify_target      20 lib/pengine/rules_alerts.c static char *notify_target = NULL;
notify_target      31 lib/pengine/rules_alerts.c     free(notify_target);
notify_target      32 lib/pengine/rules_alerts.c     notify_target = target? strdup(target): NULL;
notify_target      34 lib/pengine/rules_alerts.c     if (notify_script || notify_target) {
notify_target     222 lib/pengine/rules_alerts.c             entry->recipient = strdup(notify_target);