Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dcbprintf_internal.h723 Z_CBPRINTF_PACK_ARG2(arg_idx, _pbuf, _pkg_len, _pkg_offset, _pmax, arg)
799 size_t _pmax = !is_null_no_warn(buf) ? _inlen : INT32_MAX; \
810 if (_pmax < sizeof(*_len_loc)) { \
834 (_outlen) = (_total_len > (int)_pmax) ? -ENOSPC : _total_len; \