/freebsd/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/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 | 90 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() 112 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key()
|
/freebsd/contrib/libyaml/tests/ |
H A D | test-reader.c | 20 char *title; member 124 char *title = utf8_sequences[k].title; in check_utf8_sequences() local 172 char *title = boms[k].title; in check_boms() local
|
/freebsd/contrib/lyaml/build-aux/ |
H A D | config.ld.in | 6 title = '@package@ @version@ Reference' symbol
|
/freebsd/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/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() 189 char title[30]; member 213 char title[64], prompt[64]; in continent_country_menu() local 675 char title[64], prompt[64]; in set_zone_menu() local 733 static void message_zoneinfo_file(const char *title, char *prompt) in message_zoneinfo_file()
|
/freebsd/contrib/libxo/xohtml/ |
H A D | xohtml.js | 28 title: "<b>" + tag + "</b>", property
|
/freebsd/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/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/crypto/krb5/src/windows/include/ |
H A D | leashwin.h | 23 LPSTR title; member 36 LPSTR title; // in v3, set to in.title member 54 char title[LEASH_TITLE_SZ]; member 78 WCHAR title[NETID_TITLE_SZ]; member
|
/freebsd/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/contrib/libxo/tests/core/ |
H A D | test_01.c | 107 const char *title = "My Title"; in main() local
|
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Progress.h | 113 std::string title; member
|