Searched refs:title (Results 176 - 200 of 298) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dialog/
H A Dinputbox.c44 dialog_inputbox(const char *title, const char *cprompt, int height, int width, argument
100 dlg_auto_size(title, prompt, &height, &width, 5,
106 dlg_auto_size(title, prompt, &height, &width, 5, 26);
123 dlg_draw_title(dialog, title);
H A Dchecklist.c152 dlg_checklist(const char *title, argument
245 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
248 dlg_auto_size(title, prompt,
276 dlg_draw_title(dialog, title);
594 dialog_checklist(const char *title, argument
627 result = dlg_checklist(title,
H A Dmenubox.c293 dlg_menu(const char *title, argument
368 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
371 dlg_auto_size(title, prompt,
392 dlg_draw_title(dialog, title);
736 dialog_menu(const char *title, argument
763 result = dlg_menu(title,
H A Dtreeview.c155 dlg_treeview(const char *title, argument
257 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
277 dlg_draw_title(dialog, title);
567 dialog_treeview(const char *title, argument
603 result = dlg_treeview(title,
/freebsd-11-stable/lib/libdpv/
H A Ddpv.h111 char *title; /* widget title */ member in struct:dpv_config
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h66 StringRef title);
/freebsd-11-stable/contrib/mdocml/
H A Dman_validate.c161 if (NULL == man->meta.title) {
166 * If a title hasn't been set, do so now (by
170 man->meta.title = mandoc_strdup("");
282 free(man->meta.title);
288 man->meta.title = man->meta.vol = man->meta.date =
308 man->meta.title = mandoc_strdup(n->string);
310 man->meta.title = mandoc_strdup("");
324 nb->line, nb->pos, "TH %s", man->meta.title);
H A Dman_html.c169 mandoc_asprintf(&cp, "%s(%s)", man->title, man->msec);
374 char *title; local
376 assert(man->title);
378 mandoc_asprintf(&title, "%s(%s)", man->title, man->msec);
384 print_text(h, title);
393 print_text(h, title);
395 free(title);
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c365 case 't': /* [X]dialog(1) title */
366 if (config->title != NULL)
367 free(config->title);
368 config->title = malloc(strlen(optarg) + 1);
369 if (config->title == NULL)
371 *(config->title) = '\0';
372 strcat(config->title, optarg);
532 fprintf(stderr, OPTFMT, "-t title",
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c62 print1(const char *title, const struct addrinfo *res, char *h, char *s) argument
84 printf("%s%s", title, end);
/freebsd-11-stable/contrib/dialog/samples/
H A Dwheel63 --begin 2 0 --title "/var/adm/debug. This is running while that down runs also" --tailboxbg /var/adm/debug 6 80 --and-widget \
64 --begin 8 0 --title "/var/adm/messages. It tails the file in multitasking with /var/adm/debug" --tailbox /var/adm/messages -1 -1
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-wingeneral.c101 if (win_info->title)
102 mvwaddstr (win, 0, 3, win_info->title);
H A Dtui-source.c94 if (TUI_SRC_WIN->generic.title)
95 xfree (TUI_SRC_WIN->generic.title);
96 TUI_SRC_WIN->generic.title = xstrdup (s->filename);
H A Dtui-regs.c212 char title[80]; local
215 /* Make a new title showing which group we display. */
216 snprintf (title, sizeof (title) - 1, "Register group: %s",
218 xfree (TUI_DATA_WIN->generic.title);
219 TUI_DATA_WIN->generic.title = xstrdup (title);
/freebsd-11-stable/share/examples/ppp/
H A Dlogin-auth39 wm title . "PPP Login";
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c87 static char *class = local_host; /* class title on header page */
105 static char *title; /* pr'ing title */ variable
200 case 'T': /* pr's title line */
201 title = optarg;
394 card('T', title ? title : arg);
472 card('T', title ? title : arg);
543 card('T', title
[all...]
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c427 char title[1024]; local
433 n = snprintf(title + pos, sizeof title - pos, "%s%s",
436 n = snprintf(title + pos, sizeof title - pos, " %.*s",
440 if (n < 0 || n >= sizeof title - pos)
445 setproctitle("-%s", title);
447 setproctitle("%s", title);
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c73 static void print_list(char *title, char *list);
271 static void print_list(title, list)
272 char *title;
279 fputs(title, stdout);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dusage.c67 prt_vendor_opts(tOptions * opts, char const * title);
70 prt_extd_usage(tOptions * opts, tOptDesc * od, char const * title);
83 prt_opt_usage(tOptions * opts, int ex_code, char const * title);
756 * @param title the title for the options
759 prt_vendor_opts(tOptions * opts, char const * title) argument
802 prt_extd_usage(opts, od, title);
814 * @param title the title for the options
817 prt_extd_usage(tOptions * opts, tOptDesc * od, char const * title) argument
1089 prt_opt_usage(tOptions * opts, int ex_code, char const * title) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c185 int X509V3_extensions_print(BIO *bp, char *title, argument
194 if (title) {
195 BIO_printf(bp, "%*s%s:\n", indent, "", title);
/freebsd-11-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c75 static char title[] = "Archive Extraction"; local
158 config->title = title;
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c64 diskeditor_show(const char *title, const char *cprompt, argument
125 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
140 dlg_draw_title(dialog, title);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js136 title = options.content.title,
177 // Create title...
178 if(title) {
181 // Update title only if its not a callback (called in toggle if so)
182 if(!$.isFunction(title)) {
183 deferreds.push( this._updateTitle(title, FALSE) );
249 title = target.attr(oldtitle);
270 // Reset old title attribute if removed
271 if(this.options.suppress && title) {
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c907 char *title; local
991 title = dgettext(TEXT_DOMAIN, "NAME");
994 title = dgettext(TEXT_DOMAIN, "PROPERTY");
997 title = dgettext(TEXT_DOMAIN, "VALUE");
1000 title = dgettext(TEXT_DOMAIN, "RECEIVED");
1003 title = dgettext(TEXT_DOMAIN, "SOURCE");
1006 title = NULL;
1009 if (title != NULL) {
1012 (void) printf("%s", title);
1016 title);
[all...]
/freebsd-11-stable/targets/pseudo/userland/share/
H A DMakefile.depend54 share/doc/psd/title \
67 share/doc/smm/title \
85 share/doc/usd/title \

Completed in 334 milliseconds

1234567891011>>