Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd/contrib/dialog/samples/
H A Ddialog.py97 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 Dtrace.h28 #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 Dwpa_debug.c258 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 Dbrowser.c26 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 Dtrace.c281 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 Dwpa_debug.h90 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 Dtest-reader.c20 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 Dconfig.ld.in6 title = '@package@ @version@ Reference' symbol
/freebsd/contrib/dialog/
H A Dprogressbox.c84 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 Dguage.c42 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 Dhelp.c30 dialog_helpfile(const char *title, in dialog_helpfile()
H A Dprgbox.c97 dialog_prgbox(const char *title, in dialog_prgbox()
H A Dyesno.c34 dialog_yesno(const char *title, const char *cprompt, int height, int width) in dialog_yesno()
H A Dmsgbox.c35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, in dialog_msgbox()
H A Dpause.c48 dialog_pause(const char *title, in dialog_pause()
H A Dmixedgauge.c40 const char *title; member
382 dialog_mixedgauge(const char *title, in dialog_mixedgauge()
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c100 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 Dxohtml.js28 title: "<b>" + tag + "</b>", property
/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c37 diskmenu_show(const char *title, const char *text, struct partedit_item *items, in diskmenu_show()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnfc_pw_token.c18 static void print_bin(const char *title, const struct wpabuf *buf) in print_bin()
/freebsd/crypto/krb5/src/windows/include/
H A Dleashwin.h23 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 Dusage.c708 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 Dtest_01.c107 const char *title = "My Title"; in main() local
/freebsd/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c62 print1(const char *title, const struct addrinfo *res, char *h, char *s) in print1()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h113 std::string title; member

12345