Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp513 char oct_str[5] = {'\0', '\0', '\0', '\0', '\0'}; in EncodeEscapeSequences() local
517 oct_str[i] = p[i]; in EncodeEscapeSequences()
523 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in EncodeEscapeSequences()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2255 char oct_str[5] = {0, 0, 0, 0, 0}; in ParseInternal() local
2259 oct_str[i] = format[i]; in ParseInternal()
2265 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in ParseInternal()