Searched refs:alert_msg_buf (Results 1 – 1 of 1) sorted by relevance
42 static char alert_msg_buf[42]; in entry() local52 if (getenv_r("ALERT", alert_msg_buf, sizeof(alert_msg_buf) - 1) < 0 || in entry()53 strlen(alert_msg_buf) == 0) { in entry()56 printf("ALERT=%s\n", alert_msg_buf); in entry()