Searched refs:length (Results 1 – 4 of 4) sorted by relevance
362 rt_size_t length = 0; in rt_kprintf() local373 length = rt_vsnprintf(rt_log_buf, sizeof(rt_log_buf) - 1, fmt, args); in rt_kprintf()374 if (length > RT_CONSOLEBUF_SIZE - 1) in rt_kprintf()376 length = RT_CONSOLEBUF_SIZE - 1; in rt_kprintf()379 _kputs(rt_log_buf, length); in rt_kprintf()384 return length; in rt_kprintf()
3494 ((struct rt_mq_message *)msg)->length = size; in _rt_mq_send_wait()3685 ((struct rt_mq_message *)msg)->length = size; in rt_mq_urgent()3883 len = ((struct rt_mq_message *)msg)->length; in _rt_mq_recv()
12 … Support for the long long integral types (with the ll, z and t length modifiers for specifiers39 bool "Support length write-back specifier (%n)"42 Support for the length write-back specifier (%n)89 … integral number in floating-point notation, regardless of length, when using the %f specifier -
837 SPRINTF_TEST_CASE(length) in SPRINTF_TEST_CASE() argument1053 UTEST_UNIT_RUN(SPRINTF_TEST_CASE_NAME(length)); in utest_do_tc()
Completed in 13 milliseconds