Home
last modified time | relevance | path

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

/lib/kunit/
Dtest.c27 int len_left; in kunit_log_append() local
32 len_left = KUNIT_LOG_SIZE - strlen(log) - 1; in kunit_log_append()
33 if (len_left <= 0) in kunit_log_append()
40 strncat(log, line, len_left); in kunit_log_append()