Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDArgs.cpp527 char hex_str[3] = {*p, '\0', '\0'}; in EncodeEscapeSequences() local
530 hex_str[1] = *p; in EncodeEscapeSequences()
533 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in EncodeEscapeSequences()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDFormatEntity.cpp2142 char hex_str[3] = {0, 0, 0}; in ParseInternal() local
2143 hex_str[0] = format[0]; in ParseInternal()
2148 hex_str[1] = format[0]; in ParseInternal()
2152 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in ParseInternal()