Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp512 int num_printed = snprintf(buffer, 1024, "%s %s", break_regexes[i][1], "-o"); in LoadCommandDictionary() local
513 assert (num_printed < 1024); in LoadCommandDictionary()
515 (void) num_printed; in LoadCommandDictionary()
/NextBSD/contrib/gcc/
HDtree-ssa-structalias.c2197 int num_printed = 0; in alias_get_name() local
2208 num_printed = asprintf (&temp, "%s_%u", in alias_get_name()
2214 num_printed = asprintf (&temp, "D.%u", DECL_UID (decl)); in alias_get_name()
2216 if (num_printed > 0) in alias_get_name()