Searched refs:spdk_sprintf_append_realloc (Results 1 – 4 of 4) sorted by relevance
/spdk/test/unit/lib/util/string.c/ |
H A D | string_ut.c | 188 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 D | string.h | 64 char *spdk_sprintf_append_realloc(char *buffer, const char *format, ...);
|
/spdk/lib/util/ |
H A D | spdk_util.map | 130 spdk_sprintf_append_realloc;
|
H A D | string.c | 44 spdk_sprintf_append_realloc(char *buffer, const char *format, ...) in spdk_sprintf_append_realloc() function
|