Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Duname.c26 #define VERSION_BUILD STRINGIFY(BUILD_VERSION) macro
28 #define VERSION_BUILD KERNEL_VERSION_STRING macro
38 "Zephyr", UTSNAME_NODENAME, KERNEL_VERSION_STRING, VERSION_BUILD, CONFIG_ARCH);
42 BUILD_ASSERT(sizeof(z_name.version) >= sizeof(UTSNAME_VERSION(VERSION_BUILD)));
/Zephyr-latest/samples/posix/env/src/
Dmain.c19 #define VERSION_BUILD STRINGIFY(BUILD_VERSION) macro
21 #define VERSION_BUILD KERNEL_VERSION_STRING macro
45 setenv("BUILD_VERSION", VERSION_BUILD, 1); in entry()