| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | dialog.py | 97 def __handleTitle(self, title): argument 104 def yesno(self, text, height=10, width=30, title=''): argument 115 def msgbox(self, text, height=10, width=30, title=''): argument 129 def inputbox(self, text, height=10, width=30, init='', title=''): argument 145 def textbox(self, filename, height=20, width=60, title=None): argument 236 def scrollbox(self, text, height=20, width=60, title=''): argument 252 def gauge_start(self, perc=0, text='', height=8, width=54, title=''): argument
|
| /freebsd-13.1/contrib/wpa/src/utils/ |
| H A D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 51 #define wpa_trace_show(title) do { } while (0) argument 65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
|
| H A D | wpa_debug.c | 258 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() 385 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() 391 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() 397 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii() 510 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii() 517 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
|
| H A D | browser.c | 26 char *title; member 186 const char *title; in view_cb_notify_title() local 264 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() 280 const char *title, in view_cb_title_changed()
|
| H A D | trace.c | 281 void wpa_trace_dump_funcname(const char *title, void *pc) in wpa_trace_dump_funcname() 343 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) in wpa_trace_dump_func() 379 void wpa_trace_show(const char *title) in wpa_trace_show()
|
| H A D | wpa_debug.h | 89 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() 111 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key()
|
| /freebsd-13.1/usr.sbin/tzsetup/ |
| H A D | tzsetup.c | 93 char *title; member 131 xdialog_menu(const char *title, const char *cprompt, int height, int width, in xdialog_menu() 241 char title[30]; member 264 char title[64], prompt[64]; in continent_country_menu() local 632 char title[64], prompt[64]; in set_zone_menu() local 660 char title[64], prompt[64]; in confirm_zone() local 708 char title[64], prompt[SILLY_BUFFER_SIZE]; in install_zoneinfo_file() local 907 char title[64], prompt[128]; in main() local
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | guage.c | 42 char *title; member 297 const char *title, in dlg_reallocate_gauge() 365 dlg_allocate_gauge(const char *title, in dlg_allocate_gauge() 396 dialog_gauge(const char *title, in dialog_gauge()
|
| H A D | progressbox.c | 83 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() 275 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok() 371 dlg_progressbox(const char *title, in dlg_progressbox() 466 dialog_progressbox(const char *title, const char *cprompt, int height, int width) in dialog_progressbox()
|
| H A D | help.c | 30 dialog_helpfile(const char *title, in dialog_helpfile()
|
| H A D | prgbox.c | 96 dialog_prgbox(const char *title, in dialog_prgbox()
|
| H A D | yesno.c | 34 dialog_yesno(const char *title, const char *cprompt, int height, int width) in dialog_yesno()
|
| H A D | msgbox.c | 35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, in dialog_msgbox()
|
| H A D | pause.c | 48 dialog_pause(const char *title, in dialog_pause()
|
| H A D | inputbox.c | 44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, in dialog_inputbox()
|
| H A D | mixedgauge.c | 40 const char *title; member 377 dialog_mixedgauge(const char *title, in dialog_mixedgauge()
|
| H A D | mixedform.c | 43 dialog_mixedform(const char *title, in dialog_mixedform()
|
| /freebsd-13.1/contrib/libxo/xohtml/ |
| H A D | xohtml.js | 28 title: "<b>" + tag + "</b>", property
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Progress.cpp | 19 Progress::Progress(std::string title, uint64_t total, in Progress()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | nfc_pw_token.c | 18 static void print_bin(const char *title, const struct wpabuf *buf) in print_bin()
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | usage.c | 759 prt_vendor_opts(tOptions * opts, char const * title) in prt_vendor_opts() 817 prt_extd_usage(tOptions * opts, tOptDesc * od, char const * title) in prt_extd_usage() 1089 prt_opt_usage(tOptions * opts, int ex_code, char const * title) in prt_opt_usage()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| H A D | h_gai.c | 62 print1(const char *title, const struct addrinfo *res, char *h, char *s) in print1()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_rx.c | 392 mlx5e_decompress_cqe(struct mlx5e_cq *cq, struct mlx5_cqe64 *title, in mlx5e_decompress_cqe() 421 struct mlx5_cqe64 title; in mlx5e_decompress_cqes() local
|
| /freebsd-13.1/usr.sbin/bsdinstall/partedit/ |
| H A D | diskeditor.c | 64 diskeditor_show(const char *title, const char *cprompt, in diskeditor_show()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/grafana/ |
| H A D | ZFS-pool-latency-heatmaps-influxdb.json | 77 "title": "Total Reads and Writes", string 180 "title": "Total Reads", string 304 "title": "Total Writes", string 442 "title": "Sync Read Queue", string 566 "title": "Async Read Queue", string 814 "title": "Disk Read Queue", string 952 "title": "Sync Write Queue", string 1200 "title": "Trim Write Queue", string 1324 "title": "Disk Write Queue", string 1359 "title": "About", string [all …]
|