Home
last modified time | relevance | path

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

/spdk/test/unit/lib/util/string.c/
H A Dstring_ut.c450 const char *replace3 = "night"; in test_strcpy_replace() local
480 rc = spdk_strcpy_replace(result, strlen(expected3) + 1, original, search3, replace3); in test_strcpy_replace()
486 rc = spdk_strcpy_replace(result, strlen(expected3), original, search3, replace3); in test_strcpy_replace()