Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsysconf.c210 case _SC_GETGR_R_SIZE_MAX: in sysconf()
211 return z_sysconf(_SC_GETGR_R_SIZE_MAX); in sysconf()
/Zephyr-latest/include/zephyr/posix/sys/
Dsysconf.h112 _SC_GETGR_R_SIZE_MAX, enumerator
/Zephyr-latest/tests/posix/headers/src/
Dunistd_h.c107 zassert_not_equal(INT_MIN, _SC_GETGR_R_SIZE_MAX); in ZTEST()