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

1234567891011>>

/freebsd-13-stable/contrib/dialog/
H A Dmixedgauge.c40 const char *title; member in struct:__anon541
221 * in the title-attribute, and write the percentage with that
275 dlg->title = aTitle;
312 dlg_auto_size(dlg->title, dlg->prompt,
333 dlg_draw_title(dlg->dialog, dlg->title);
377 dialog_mixedgauge(const char *title, argument
389 DLG_TRACE2S("title", title);
397 dlg_begin_mixedgauge(&dlg, &began, title, cprompt, height,
H A Ddemo.pl54 my $title = shift;
57 $title,
115 "My title", "My message",
H A Dtailbox.c296 dialog_tailbox(const char *title, argument
331 DLG_TRACE2S("title", title);
344 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width);
365 dlg_draw_title(dialog, title);
H A Dchecklist.c152 dlg_checklist(const char *title, argument
210 DLG_TRACE2S("title", title);
262 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
265 dlg_auto_size(title, prompt,
293 dlg_draw_title(dialog, title);
612 dialog_checklist(const char *title, argument
645 result = dlg_checklist(title,
H A Dmenubox.c293 dlg_menu(const char *title, argument
356 DLG_TRACE2S("title", title);
385 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
388 dlg_auto_size(title, prompt,
409 dlg_draw_title(dialog, title);
759 dialog_menu(const char *title, argument
786 result = dlg_menu(title,
H A Dtreeview.c155 dlg_treeview(const char *title, argument
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
263 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
280 dlg_draw_title(dialog, title);
571 dialog_treeview(const char *title, argument
589 DLG_TRACE2S("title", title);
617 result = dlg_treeview(title,
/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c87 const char *pidfile, *ppidfile, *title, *user, *outfn, *logtag; local
107 title = NULL;
157 title = optarg;
176 if (!title)
177 title = argv[0];
330 setproctitle("%s[%d]", title, (int)pid);
613 " [-u user] [-o output_file] [-t title]\n"
/freebsd-13-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-13-stable/contrib/mandoc/
H A Dman_term.c1022 char *title; local
1025 assert(meta->title);
1037 * instead of the title.
1045 mandoc_asprintf(&title, "%s(%s)",
1046 meta->title, meta->msec);
1048 title = mandoc_strdup(meta->os);
1050 title = mandoc_strdup("");
1069 titlen = term_strlen(p, title);
1077 /* Bottom right corner: manual title and section. */
1085 term_word(p, title);
1106 char *title; local
[all...]
H A Dman_html.c146 mandoc_asprintf(&cp, "%s(%s)", man->title, man->msec);
267 char *title; local
269 assert(man->title);
271 mandoc_asprintf(&title, "%s(%s)", man->title, man->msec);
277 print_text(h, title);
286 print_text(h, title);
288 free(title);
/freebsd-13-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-13-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-13-stable/share/examples/ppp/
H A Dlogin-auth39 wm title . "PPP Login";
/freebsd-13-stable/usr.sbin/lpr/lpr/
H A Dlpr.c89 static char *class = local_host; /* class title on header page */
107 static char *title; /* pr'ing title */ variable
202 case 'T': /* pr's title line */
203 title = optarg;
396 card('T', title ? title : arg);
474 card('T', title ? title : arg);
545 card('T', title
[all...]
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c429 char title[1024]; local
435 n = snprintf(title + pos, sizeof title - pos, "%s%s",
438 n = snprintf(title + pos, sizeof title - pos, " %.*s",
442 if (n < 0 || n >= sizeof title - pos)
447 setproctitle("-%s", title);
449 setproctitle("%s", title);
/freebsd-13-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-13-stable/contrib/cortex-strings/scripts/
H A Dplot-align.py50 pylab.title('Performance of different variants of %(function)s for %(bytes)d byte blocks' % locals())
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dhardening51 --title "System Hardening" --nocancel --separate-output \
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c138 int X509V3_extensions_print(BIO *bp, const char *title, argument
147 if (title) {
148 BIO_printf(bp, "%*s%s:\n", indent, "", title);
/freebsd-13-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-13-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c75 static char title[] = "Archive Extraction"; local
158 config->title = title;
/freebsd-13-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-13-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-13-stable/contrib/jemalloc/src/
H A Dstats.c301 COL_HDR(row, justify_spacer, NULL, right, 1, title)
302 COL_HDR(row, util, NULL, right, 6, title)
737 COL(decay_row, decay_type, right, 9, title);
740 COL(decay_row, decay_time, right, 6, title);
743 COL(decay_row, decay_npages, right, 13, title);
746 COL(decay_row, decay_sweeps, right, 13, title);
749 COL(decay_row, decay_madvises, right, 13, title);
752 COL(decay_row, decay_purged, right, 13, title);
812 COL(alloc_count_row, count_title, left, 21, title);
815 COL(alloc_count_row, count_allocated, right, 16, title);
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3645 for title, value in ta_todo:
646 prt_i2(title, f_perc(value, all_accesses), f_hits(value))
676 for title, value in cl_todo:
677 prt_i2(title, f_perc(value, arc_stats['hits']), f_hits(value))
694 for title, value in dt_todo:
695 prt_i2(title, f_perc(value, arc_stats['hits']), f_hits(value))
706 for title, value in dm_todo:
707 prt_i2(title, f_perc(value, arc_stats['misses']), f_hits(value))
757 for title, value in l2_todo:
758 prt_i1(title, f_hit
[all...]

Completed in 301 milliseconds

1234567891011>>