Home
last modified time | relevance | path

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

/spdk/test/unit/lib/util/string.c/
H A Dstring_ut.c188 str2 = spdk_sprintf_append_realloc(NULL, "hello world\n"); in test_sprintf_append_realloc()
191 str2 = spdk_sprintf_append_realloc(str2, "good morning\n"); in test_sprintf_append_realloc()
194 str2 = spdk_sprintf_append_realloc(str2, "good afternoon\n"); in test_sprintf_append_realloc()
197 str2 = spdk_sprintf_append_realloc(str2, "good evening\n"); in test_sprintf_append_realloc()
206 str3 = spdk_sprintf_append_realloc(NULL, "aaaaaaaaaa\n"); in test_sprintf_append_realloc()
207 str3 = spdk_sprintf_append_realloc(str3, "bbbbbbbbbb\n"); in test_sprintf_append_realloc()
208 str3 = spdk_sprintf_append_realloc(str3, "cccccccccc\n"); in test_sprintf_append_realloc()
/spdk/include/spdk/
H A Dstring.h64 char *spdk_sprintf_append_realloc(char *buffer, const char *format, ...);
/spdk/lib/util/
H A Dspdk_util.map130 spdk_sprintf_append_realloc;
H A Dstring.c44 spdk_sprintf_append_realloc(char *buffer, const char *format, ...) in spdk_sprintf_append_realloc() function