/freebsd-src/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-src/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() argument 385 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() argument 391 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() argument 397 _wpa_hexdump_ascii(int level,const char * title,const void * buf,size_t len,int show) _wpa_hexdump_ascii() argument 510 wpa_hexdump_ascii(int level,const char * title,const void * buf,size_t len) wpa_hexdump_ascii() argument 517 wpa_hexdump_ascii_key(int level,const char * title,const void * buf,size_t len) wpa_hexdump_ascii_key() argument [all...] |
H A D | browser.c | 26 char *title; member 186 const char *title; in view_cb_notify_title() local 264 view_cb_hovering_over_link(WebKitWebView * view,gchar * title,gchar * uri,struct browser_context * ctx) view_cb_hovering_over_link() argument 280 view_cb_title_changed(WebKitWebView * view,WebKitWebFrame * frame,const char * title,struct browser_context * ctx) view_cb_title_changed() argument [all...] |
H A D | trace.c | 281 void wpa_trace_dump_funcname(const char *title, void *pc) in wpa_trace_dump_funcname() argument 343 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) in wpa_trace_dump_func() argument 379 void wpa_trace_show(const char *title) in wpa_trace_show() argument
|
H A D | wpa_debug.h | 89 wpa_hexdump_buf(int level,const char * title,const struct wpabuf * buf) wpa_hexdump_buf() argument 111 wpa_hexdump_buf_key(int level,const char * title,const struct wpabuf * buf) wpa_hexdump_buf_key() argument [all...] |
/freebsd-src/contrib/dialog/ |
H A D | progressbox.c | 84 start_obj(MY_OBJ * obj, const char *title, const char *cprompt) in start_obj() 278 pause_for_ok(MY_OBJ * obj, const char *title, const char *cprompt) in pause_for_ok() 382 dlg_progressbox(const char *title, in dlg_progressbox() 477 dialog_progressbox(const char *title, const char *cprompt, int height, int width) in dialog_progressbox()
|
H A D | guage.c | 42 char *title; member 298 const char *title, in dlg_reallocate_gauge() 366 dlg_allocate_gauge(const char *title, in dlg_allocate_gauge() 401 dialog_gauge(const char *title, in dialog_gauge()
|
H A D | help.c | 30 dialog_helpfile(const char *title, in dialog_helpfile()
|
H A D | prgbox.c | 97 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 | mixedgauge.c | 40 const char *title; member 382 dialog_mixedgauge(const char *title, in dialog_mixedgauge()
|
/freebsd-src/share/examples/bootforth/ |
H A D | menuconf.4th | 5 : title word
|
H A D | menu.4th | 5 : title word
|
/freebsd-src/usr.sbin/tzsetup/ |
H A D | tzsetup.c | 100 char *title; member 106 xdialog_menu(char *title, char *cprompt, int item_no, dialogMenuItem *ditems) in xdialog_menu() argument 189 char title[30]; member 213 char title[64], prompt[64]; in continent_country_menu() local 675 char title[64], prompt[64]; set_zone_menu() local 733 message_zoneinfo_file(const char * title,char * prompt) message_zoneinfo_file() argument [all...] |
/freebsd-src/usr.sbin/bsdinstall/partedit/ |
H A D | diskmenu.c | 37 diskmenu_show(const char *title, const char *text, struct partedit_item *items, in diskmenu_show()
|
/freebsd-src/contrib/libxo/xohtml/ |
H A D | xohtml.js | 28 title: "<b>" + tag + "</b>", property
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 21 Progress(std::string title,std::string details,std::optional<uint64_t> total,lldb_private::Debugger * debugger) Progress() argument
|
/freebsd-src/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-src/contrib/ntp/sntp/libopts/ |
H A D | usage.c | 708 prt_vendor_opts(tOptions * opts, char const * title) in prt_vendor_opts() 766 prt_extd_usage(tOptions * opts, tOptDesc * od, char const * title) in prt_extd_usage() 1038 prt_opt_usage(tOptions * opts, int ex_code, char const * title) in prt_opt_usage()
|
/freebsd-src/contrib/libxo/tests/core/ |
H A D | test_01.c | 107 const char *title = "My Title"; in main() local
|
/freebsd-src/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-src/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_rx.c | 438 mlx5e_decompress_cqe(struct mlx5e_cq * cq,struct mlx5_cqe64 * title,struct mlx5_mini_cqe8 * mini,u16 wqe_counter,int i) mlx5e_decompress_cqe() argument 467 struct mlx5_cqe64 title; mlx5e_decompress_cqes() local [all...] |