Searched refs:oct_str (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 503 char oct_str[5] = {'\0', '\0', '\0', '\0', '\0'}; in EncodeEscapeSequences() 507 oct_str[i] = p[i]; in EncodeEscapeSequences() 513 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in EncodeEscapeSequences() 502 char oct_str[5] = {'\0', '\0', '\0', '\0', '\0'}; EncodeEscapeSequences() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 2117 char oct_str[5] = {0, 0, 0, 0, 0}; in ParseInternal() local 2121 oct_str[i] = format[i]; in ParseInternal() 2127 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in ParseInternal()
|