Searched refs:prefix_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h50 print_hex_dump(const char *level, const char *prefix_str, argument
63 if (prefix_str != NULL)
64 printf("%s ", prefix_str);
103 print_hex_dump_bytes(const char *prefix_str, const int prefix_type, argument
106 print_hex_dump(NULL, prefix_str, prefix_type, 16, 1, buf, len, 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp26 std::string prefix_str = prefix.str(); local
35 prefix_str.c_str(), lookup_str.c_str());
40 prefix_str.c_str(), lookup_str.c_str());
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c363 const char *prefix_str[3]; member in struct:unified_output_baton_t
409 svn_stringbuf_appendcstr(btn->hunk, btn->prefix_str[type]);
646 (&(baton.prefix_str[unified_output_context]), " ",
649 (&(baton.prefix_str[unified_output_delete]), "-",
652 (&(baton.prefix_str[unified_output_insert]), "+",

Completed in 115 milliseconds