Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp285 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions() local
287 common_prefix.erase(0, partial_name_len); in HandleCompletionWithDescriptions()
293 common_prefix = in HandleCompletionWithDescriptions()
294 Args::EscapeLLDBCommandArgument(common_prefix, quote_char); in HandleCompletionWithDescriptions()
296 common_prefix.push_back(quote_char); in HandleCompletionWithDescriptions()
297 common_prefix.push_back(' '); in HandleCompletionWithDescriptions()
299 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c536 common_prefix(uint8_t *a, uint8_t *b, uint8_t net) in common_prefix() function
676 !common_prefix(s_out->subnet_addr, s_in->subnet_addr, in eval_response()