Searched refs:pretty_print (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in143 pretty_print = True
269 global pretty_print
271 if pretty_print:
284 global pretty_print
286 if pretty_print:
328 global pretty_print
376 pretty_print = False
/freebsd-13-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c87 static int demangle, func, base, inlines, print_addr, pretty_print; variable
380 if (pretty_print)
386 if (pretty_print)
391 if (pretty_print)
802 if (pretty_print)
807 if (pretty_print)
819 if (pretty_print)
824 if (pretty_print)
937 pretty_print = 1;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp127 void StructuredData::Object::DumpToStdout(bool pretty_print) const {
128 json::OStream stream(llvm::outs(), pretty_print ? 2 : 0);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h152 void DumpToStdout(bool pretty_print = true) const;
156 void Dump(lldb_private::Stream &s, bool pretty_print = true) const {
157 llvm::json::OStream jso(s.AsRawOstream(), pretty_print ? 2 : 0);
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c90 static void pretty_print(int start, int width, const char *str) function
205 pretty_print(n, 74, io->description);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c4165 char *buf, size_t buflen, int pretty_print);
4638 int pretty_print)
4642 if (pretty_print)
4650 int pretty_print)
4655 if (pretty_print)
4672 int pretty_print)
4681 if (pretty_print)
4636 wpa_config_get_int(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
4648 wpa_config_get_str(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument
4670 wpa_config_get_ipv4(const char *name, struct wpa_config *config, long offset, char *buf, size_t buflen, int pretty_print) argument

Completed in 200 milliseconds