Searched refs:getenv_r (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/posix/env/src/ |
D | main.c | 26 int getenv_r(const char *name, char *val, size_t len); 52 if (getenv_r("ALERT", alert_msg_buf, sizeof(alert_msg_buf) - 1) < 0 || in entry()
|
/Zephyr-latest/lib/posix/shell/ |
D | CMakeLists.txt | 7 # For getenv_r() visibility
|
/Zephyr-latest/tests/posix/single_process/src/ |
D | env.c | 24 int getenv_r(const char *name, char *val, size_t len); 79 zassert_equal(getenv_r(args[i].name, args[i].buf, args[i].size), -1, in ZTEST() 152 zassert_ok(getenv_r("COUNTER", buf, sizeof(buf))); in ZTEST()
|
/Zephyr-latest/samples/posix/env/ |
D | CMakeLists.txt | 11 # For getenv_r() visibility and testing
|
/Zephyr-latest/tests/posix/single_process/ |
D | CMakeLists.txt | 13 # For getenv_r() visibility and testing
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdlib.h | 82 int getenv_r(const char *name, char *buf, size_t len);
|
/Zephyr-latest/lib/posix/options/ |
D | env.c | 87 int getenv_r(const char *name, char *buf, size_t len) in getenv_r() function
|
D | Kconfig.deprecated | 86 bool "Support for environ, getenv(), getenv_r(), setenv(), and unsetenv() [DEPRECATED]"
|