Home
last modified time | relevance | path

Searched refs:pretty_print (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in271 pretty_print = True
435 global pretty_print
437 if pretty_print:
450 global pretty_print
452 if pretty_print:
495 global pretty_print
545 pretty_print = False
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c87 static int demangle, func, base, inlines, print_addr, pretty_print; variable
380 if (pretty_print) in print_inlines()
386 if (pretty_print) in print_inlines()
391 if (pretty_print) in print_inlines()
802 if (pretty_print) in translate()
807 if (pretty_print) in translate()
819 if (pretty_print) in translate()
824 if (pretty_print) in translate()
937 pretty_print = 1; in main()
/freebsd/contrib/wireguard-tools/
H A Dshow.c208 static void pretty_print(struct wgdevice *device) in pretty_print() function
413 pretty_print(device); in show_main()
450 pretty_print(device); in show_main()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp138 void StructuredData::Object::DumpToStdout(bool pretty_print) const { in DumpToStdout()
139 json::OStream stream(llvm::outs(), pretty_print ? 2 : 0); in DumpToStdout()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h174 void DumpToStdout(bool pretty_print = true) const;
178 void Dump(lldb_private::Stream &s, bool pretty_print = true) const {
179 llvm::json::OStream jso(s.AsRawOstream(), pretty_print ? 2 : 0);
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td59 def pretty_print : F<"pretty-print", "Make the output more human friendly">;
81 def : Flag<["-"], "p">, Alias<pretty_print>, HelpText<"Alias for --pretty-print">;
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c90 static void pretty_print(int start, int width, const char *str) in pretty_print() function
205 pretty_print(n, 74, io->description); in ibdiag_show_usage()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c4753 char *buf, size_t buflen, int pretty_print);
5301 int pretty_print) in wpa_config_get_int() argument
5305 if (pretty_print) in wpa_config_get_int()
5313 int pretty_print) in wpa_config_get_str() argument
5318 if (pretty_print) in wpa_config_get_str()
5335 int pretty_print) in wpa_config_get_ipv4() argument
5344 if (pretty_print) in wpa_config_get_ipv4()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td34 def pretty_print : FF<"pretty-print", "Pretty print JSON output">;