Home
last modified time | relevance | path

Searched refs:alert_msg_buf (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/samples/posix/env/src/
Dmain.c42 static char alert_msg_buf[42]; in entry() local
52 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()