Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c267 int width_value; member
403 conv->width_value = width; in extract_width()
404 conv->unsupported |= ((conv->width_value < 0) in extract_width()
405 || (width != (size_t)conv->width_value)); in extract_width()
1457 width = conv->width_value; in z_cbvprintf_impl()