Searched refs:combined_length (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/kunit/
H A Dstring-stream-test.c292 size_t combined_length; local
328 combined_length = strlen(stream1_content_before_append) + strlen(stream_2_content);
329 combined_length++; /* for terminating \0 */
330 combined_content = kunit_kmalloc(test, combined_length, GFP_KERNEL);
332 snprintf(combined_content, combined_length, "%s%s",

Completed in 92 milliseconds