Searched refs:title (Results 251 - 275 of 298) sorted by relevance

<<1112

/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c113 pop_up(char *title,int x, int y) argument
148 VGLBitmapString(VGLDisplay,x1+1,y1+1,title,0,pal_colors-1,0,0);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c332 static char * extensions_str(const char *title, STACK_OF(X509_EXTENSION) *ext) argument
343 if (!X509V3_extensions_print(out, title, ext, 0, 0)) {
/freebsd-11-stable/lib/libdpv/
H A Ddprompt.c741 gauge = dlg_reallocate_gauge(gauge, title == NULL ? "" : title,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c483 const char *title,
492 title, svn_dirent_local_style(path, scratch_pool), *p, buf);
480 svn_fs_x__check_file_buffer_numeric(const char *buf, apr_off_t offset, const char *path, const char *title, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.c379 const char *title,
388 title, svn_dirent_local_style(path, pool), *p, buf);
376 svn_fs_fs__check_file_buffer_numeric(const char *buf, apr_off_t offset, const char *path, const char *title, apr_pool_t *pool) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.h237 void print_name(BIO *out, const char *title, X509_NAME *nm,
/freebsd-11-stable/contrib/mdocml/
H A Droff.h526 char *vol; /* Manual volume title. */
529 char *title; /* Manual title, usually CAPS. */ member in struct:roff_meta
H A Dmdoc_validate.c1892 if (mdoc->meta.title == NULL) {
1895 mdoc->meta.title = mandoc_strdup("UNTITLED");
2535 else if (mdoc->meta.title != NULL)
2575 if (mdoc->meta.title != NULL)
2582 free(mdoc->meta.title);
2587 mdoc->meta.title = NULL;
2592 /* Mandatory first argument: title. */
2598 mdoc->meta.title = mandoc_strdup("UNTITLED");
2600 mdoc->meta.title = mandoc_strdup(nn->string);
2622 "Dt %s", mdoc->meta.title);
[all...]
H A Dmdoc_man.c614 mdoc->meta.title,
/freebsd-11-stable/contrib/dialog/
H A Dtextbox.c659 dialog_textbox(const char *title, const char *file, int height, int width) argument
741 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
761 dlg_draw_title(dialog, title);
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd317 { dialog --title "MFS Size setup" --inputbox \
328 { dialog --title "Site info setup" --inputbox \
365 dialog --title "Build ${THETYPE} completed" --inputbox \
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1204 % We have to set dummies so commands such as @code in a section title
1517 % Fonts for title page (20.4pt):
1620 \def\curfontsize{title}%
2048 % First the title page. Must do @settitle before @titlepage.
2069 % No rule at page bottom unless we print one at the top with @title.
2072 % Most title ``pages'' are actually two pages long, with space
2092 % after the title page, which we certainly don't want.
2129 \parseargdef\title{%
2231 % title on inside top of left hand pages, and page numbers on outside top
2243 % For single-sided printing, chapter title goe
[all...]
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py278 self.title(name)
364 self.title("Source Configuration")
456 self.title(source.name + " statistics")
533 self.title("Event")
933 # Update the title with some stats from the file
939 root.title(titlestr)
1635 root.title("SchedGraph")
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.c1840 char *title = "PMK Name"; local
1845 addr[0] = (u8 *) title;
1885 char *title = "PMK Name"; local
1890 addr[0] = (u8 *) title;
1918 char *title = "PMK Name"; local
1923 addr[0] = (u8 *) title;
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1283 % such as \, aren't expanded when present in a section title.
1583 % Fonts for title page (20.4pt):
1686 \def\curfontsize{title}%
2149 % First the title page. Must do @settitle before @titlepage.
2170 % No rule at page bottom unless we print one at the top with @title.
2173 % Most title ``pages'' are actually two pages long, with space
2193 % after the title page, which we certainly don't want.
2230 \parseargdef\title{%
2332 % title on inside top of left hand pages, and page numbers on outside top
2344 % For single-sided printing, chapter title goe
[all...]
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c107 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
993 at(struct match *m, char *title, char *start, char *stop, sopno startst, argument
999 printf("%s %s-", title, pchar(*start));
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c121 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
1037 == static void at(struct match *m, const char *title, const char *start, \
1043 const char *title,
1052 printf("%s %s-", title, pchar(*start));
1042 at( struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst) argument
/freebsd-11-stable/contrib/gcc/
H A Dsbitmap.c784 dump_sbitmap_vector (FILE *file, const char *title, const char *subtitle, argument
789 fprintf (file, "%s\n", title);
H A Dgcov.c1380 function_summary (const coverage_t *coverage, const char *title)
1382 fnotice (stdout, "%s '%s'\n", title, coverage->name);
1378 function_summary(const coverage_t *coverage, const char *title) argument
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c1064 char *retval, *p, title[FLDSIZE_X], hash[FLDSIZE_X]; local
1106 /* assemble title */
1107 r = snprintf(title, sizeof(title), "[%s %u]",
1110 if (r < 0 || r > (int)sizeof(title))
1111 r = snprintf(title, sizeof(title), "[%s]", sshkey_type(k));
1112 tlen = (r <= 0) ? 0 : strlen(title);
1123 memcpy(p, title, tlen);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c76 static void wpas_ctrl_sock_debug(const char *title, int sock, const char *buf, argument
97 title, sock, sndbuf, outq, (int) len);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c136 sync_kloop_kring_dump(const char *title, const struct netmap_kring *kring) argument
140 title, kring->name, kring->nr_hwcur, kring->rhead,
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex289 % \topmark doesn't work for the very first chapter (after the title
1239 % such as \, aren't expanded when present in a section title.
1856 % Fonts for title page (20.4pt):
1987 % Fonts for title page (20.4pt):
2126 \def\curfontsize{title}%
3199 % First the title page. Must do @settitle before @titlepage.
3221 % No rule at page bottom unless we print one at the top with @title.
3224 % Most title ``pages'' are actually two pages long, with space
3244 % after the title page, which we certainly don't want.
3292 \parseargdef\title{
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm210 def_macro('.%T', sub { $reference{title} = "@_"; () } );
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm237 def_macro('.%T', sub { $reference{title} = "@_"; () } );

Completed in 316 milliseconds

<<1112