Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/single_process/src/
Dconfstr.c43 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/
Dconfstr.c9 size_t confstr(int name, char *buf, size_t len) in confstr() function
DKconfig.proc111 Select 'y' here to use confstr(), environ, errno, getenv(), setenv(), sysconf(), uname(),
DCMakeLists.txt113 confstr.c
/Zephyr-latest/include/zephyr/posix/
Dunistd.h71 size_t confstr(int name, char *buf, size_t len);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst516 confstr(),yes