Searched refs:confstr (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/posix/single_process/src/ |
D | confstr.c | 43 zassert_equal(0, confstr(arg->name, arg->buf, arg->len)); in ZTEST() 50 zassert_true(confstr(arg->name, arg->buf, arg->len) > 0); in ZTEST() 57 zassert_true(confstr(arg->name, arg->buf, arg->len) > 0); in ZTEST() 63 zassert_true(confstr(_CS_PATH, buf, sizeof(buf) > 0)); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | confstr.c | 9 size_t confstr(int name, char *buf, size_t len) in confstr() function
|
D | Kconfig.proc1 | 11 Select 'y' here to use confstr(), environ, errno, getenv(), setenv(), sysconf(), uname(),
|
D | CMakeLists.txt | 113 confstr.c
|
/Zephyr-latest/include/zephyr/posix/ |
D | unistd.h | 71 size_t confstr(int name, char *buf, size_t len);
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 516 confstr(),yes
|