Searched refs:len_left (Results 1 – 1 of 1) sorted by relevance
27 int len_left; in kunit_log_append() local32 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()