Home
last modified time | relevance | path

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

/spdk/test/unit/lib/util/string.c/
H A Dstring_ut.c467 rc = spdk_strcpy_replace(NULL, 0, NULL, NULL, NULL); in test_strcpy_replace()
470 rc = spdk_strcpy_replace(result, sizeof(result), original, search1, replace1); in test_strcpy_replace()
474 rc = spdk_strcpy_replace(result, sizeof(result), original, search2, replace2); in test_strcpy_replace()
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()
489 rc = spdk_strcpy_replace(result, sizeof(result), original, search4, replace4); in test_strcpy_replace()
493 rc = spdk_strcpy_replace(result, sizeof(result), original, search5, replace5); in test_strcpy_replace()
497 rc = spdk_strcpy_replace(result, sizeof(result), original, search6, replace6); in test_strcpy_replace()
501 rc = spdk_strcpy_replace(result, sizeof(result), original, search7, replace7); in test_strcpy_replace()
/spdk/include/spdk/
H A Dstring.h285 int spdk_strcpy_replace(char *dst, size_t size, const char *src, const char *search,
/spdk/lib/util/
H A Dspdk_util.map148 spdk_strcpy_replace;
H A Dstring.c553 spdk_strcpy_replace(char *dst, size_t size, const char *src, const char *search, in spdk_strcpy_replace() function
/spdk/module/bdev/nvme/
H A Dbdev_nvme.c4204 spdk_strcpy_replace(dst, 256, src, " - ", "_"); in nvme_disk_create()
4205 spdk_strcpy_replace(tmp, 256, dst, "-", "_"); in nvme_disk_create()
4206 spdk_strcpy_replace(dst, 256, tmp, " ", "_"); in nvme_disk_create()