Home
last modified time | relevance | path

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

/spdk/lib/util/
H A Dhexlify.c37 char *hex, *phex; in spdk_hexlify() local
43 phex = hex; in spdk_hexlify()
52 *phex++ = c0; in spdk_hexlify()
53 *phex++ = c1; in spdk_hexlify()
55 *phex = '\0'; in spdk_hexlify()