Lines Matching defs:alert_text
135 char *alert_text,
380 alert_text = 0;
382 if (alert_text)
383 alert_text = realloc(alert_text,
384 strlen(alert_text)+strlen(buf)+1
387 alert_text = malloc(strlen(buf) + 1);
388 alert_text[0] = 0;
390 strcat (alert_text, buf);
400 alert_text);
403 printf("%s\n",alert_text);
406 if (strcmp(alert_text, "printer ok\n") == 0) {
415 key, alert_text);