crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1428
write_case(out, title, title_used, !(upper_used||lower_used));
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1475
fwrite((char *) title, sizeof(_case_t), title_used, out);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
164
static _case_t *title;
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
535
title = (_case_t *) malloc(sizeof(_case_t) << 3);
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
537
title = (_case_t *) realloc((char *) title,
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
545
for (i = 0; i < title_used && code > title[i].key; i++) ;
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
552
(void) memmove((char *) &title[j], (char *) &title[j - 1],
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
556
title[i].key = cases[2]; /* Title */
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
557
title[i].other1 = cases[0]; /* Upper */
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
558
title[i].other2 = cases[1]; /* Lower */
crypto/krb5/src/windows/include/leashwin.h
23
LPSTR title;
crypto/krb5/src/windows/include/leashwin.h
36
LPSTR title; // in v3, set to in.title
crypto/krb5/src/windows/include/leashwin.h
54
char title[LEASH_TITLE_SZ];
crypto/krb5/src/windows/include/leashwin.h
78
WCHAR title[NETID_TITLE_SZ];
crypto/krb5/src/windows/leash/Leash.cpp
1081
ldi.title = "MIT Kerberos: Get Ticket";
crypto/krb5/src/windows/leash/Leash.cpp
1166
ldi.title = "Initialize Ticket";
crypto/krb5/src/windows/leash/Leash.cpp
227
ldi.title = "MIT Kerberos: Get Ticket";
crypto/krb5/src/windows/leash/LeashView.cpp
2286
ldi.title = ldi.in.title;
crypto/krb5/src/windows/leash/LeashView.cpp
2299
strcpy_s(ldi.in.title,param);
crypto/krb5/src/windows/leash/LeashView.cpp
2310
strcpy_s(ldi.in.title, "MIT Kerberos: Get Ticket");
crypto/krb5/src/windows/leash/LeashView.cpp
597
ldi.title = ldi.in.title;
crypto/krb5/src/windows/leash/LeashView.cpp
598
strcpy_s(ldi.in.title,"MIT Kerberos: Get Ticket");
crypto/krb5/src/windows/leash/LeashView.cpp
898
ldi.title = ldi.in.title;
crypto/krb5/src/windows/leash/LeashView.cpp
899
strcpy_s(ldi.in.title, "MIT Kerberos: Change Password");
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1298
SetWindowText(hDialog, lpdi->in.title);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1300
SetWindowText(hDialog, lpdi->title);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
145
if (lpdlginfo->title) {
crypto/krb5/src/windows/leashdll/lsh_pwd.c
147
lpdlginfo->title, -1,
crypto/krb5/src/windows/leashdll/lsh_pwd.c
148
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
154
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
158
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1707
SetWindowText(hDialog, lpdi->in.title);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1709
SetWindowText(hDialog, lpdi->title);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
190
LPSTR title;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
220
title = lpdlginfo->title;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
225
title = lpdlginfo->in.title;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
247
if (title) {
crypto/krb5/src/windows/leashdll/lsh_pwd.c
249
title, -1,
crypto/krb5/src/windows/leashdll/lsh_pwd.c
250
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
256
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
260
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
548
SetWindowText(hDialog, lpdi->title);
crypto/krb5/src/windows/leashdll/lshfunc.c
2272
acquire_tkt_send_msg_leash(const char *title,
crypto/krb5/src/windows/leashdll/lshfunc.c
2326
if (title != NULL)
crypto/krb5/src/windows/leashdll/lshfunc.c
2327
strcpy_s(strs, bufsize, title);
crypto/krb5/src/windows/leashdll/lshfunc.c
2383
acquire_tkt_send_msg(krb5_context ctx, const char * title,
crypto/krb5/src/windows/leashdll/lshfunc.c
2439
if (title) {
crypto/krb5/src/windows/leashdll/lshfunc.c
2441
title, -1,
crypto/krb5/src/windows/leashdll/lshfunc.c
2442
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lshfunc.c
2448
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lshfunc.c
2452
dlginfo->in.title, NETID_TITLE_SZ);
crypto/krb5/src/windows/leashdll/lshfunc.c
2476
acquire_tkt_send_msg_leash(title,
crypto/openssh/sshkey.c
1160
char *retval, *p, title[FLDSIZE_X], hash[FLDSIZE_X];
crypto/openssh/sshkey.c
1203
r = snprintf(title, sizeof(title), "[%s %u]",
crypto/openssh/sshkey.c
1206
if (r < 0 || r > (int)sizeof(title))
crypto/openssh/sshkey.c
1207
r = snprintf(title, sizeof(title), "[%s]", sshkey_type(k));
crypto/openssh/sshkey.c
1208
tlen = (r <= 0) ? 0 : strlen(title);
crypto/openssh/sshkey.c
1219
memcpy(p, title, tlen);
crypto/openssl/apps/include/apps.h
107
void print_name(BIO *out, const char *title, const X509_NAME *nm);
crypto/openssl/apps/lib/apps.c
1325
void print_name(BIO *out, const char *title, const X509_NAME *nm)
crypto/openssl/apps/lib/apps.c
1334
if (title != NULL)
crypto/openssl/apps/lib/apps.c
1335
BIO_puts(out, title);
crypto/openssl/apps/lib/apps.c
1374
void print_array(BIO *out, const char *title, int len, const unsigned char *d)
crypto/openssl/apps/lib/apps.c
1378
BIO_printf(out, "unsigned char %s[%d] = {", title, len);
crypto/openssl/crypto/x509/v3_prn.c
138
int X509V3_extensions_print(BIO *bp, const char *title,
crypto/openssl/crypto/x509/v3_prn.c
147
if (title) {
crypto/openssl/crypto/x509/v3_prn.c
148
BIO_printf(bp, "%*s%s:\n", indent, "", title);
crypto/openssl/include/internal/qlog.h
33
const char *title, *description, *group_id;
crypto/openssl/include/internal/quic_ssl.h
174
int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title);
crypto/openssl/include/openssl/x509v3.h
1007
int X509V3_extensions_print(BIO *out, const char *title,
crypto/openssl/ssl/quic/qlog.c
168
OPENSSL_free((char *)qlog->info.title);
crypto/openssl/ssl/quic/qlog.c
292
write_str_once(qlog, "title", (char **)&qlog->info.title);
crypto/openssl/ssl/quic/qlog.c
68
if (info->title != NULL
crypto/openssl/ssl/quic/qlog.c
69
&& (qlog->info.title = OPENSSL_strdup(info->title)) == NULL)
crypto/openssl/ssl/quic/qlog.c
97
OPENSSL_free((char *)qlog->info.title);
crypto/openssl/ssl/quic/quic_channel.c
120
qti.title = ch->qlog_title;
crypto/openssl/ssl/quic/quic_impl.c
5409
int ossl_quic_set_diag_title(SSL_CTX *ctx, const char *title)
crypto/openssl/ssl/quic/quic_impl.c
5415
if (title == NULL)
crypto/openssl/ssl/quic/quic_impl.c
5418
if ((ctx->qlog_title = OPENSSL_strdup(title)) == NULL)
crypto/openssl/test/json_test.c
127
#define BEGIN_SCRIPT(name, title, flags) \
crypto/openssl/test/json_test.c
131
static const char script_title[] = #title; \
crypto/openssl/test/json_test.c
556
TEST_info("running script '%s' (%s)", info->name, info->title);
crypto/openssl/test/json_test.c
73
const char *name, *title;
crypto/openssl/test/provider_status_test.c
50
const char *title, int corrupt)
crypto/openssl/test/provider_status_test.c
58
BIO_printf(bio_out, "\n%s\n", title);
crypto/openssl/test/quic_multistream_test.c
692
char title[128];
crypto/openssl/test/quic_multistream_test.c
804
BIO_snprintf(title, sizeof(title), "quic_multistream_test: %s", script_name);
crypto/openssl/test/quic_multistream_test.c
805
if (!TEST_true(ossl_quic_set_diag_title(h->c_ctx, title)))
crypto/openssl/test/quic_qlog_test.c
90
qti.title = "test title";
crypto/openssl/test/testutil/driver.c
250
void set_test_title(const char *title)
crypto/openssl/test/testutil/driver.c
253
test_title = title == NULL ? NULL : strdup(title);
crypto/openssl/test/testutil/tu_local.h
53
void set_test_title(const char *title);
lib/libc/regex/engine.c
1164
const char *title,
lib/libc/regex/engine.c
1173
printf("%s %s-", title, pchar(*start));
lib/libc/regex/engine.c
126
static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst);
sbin/pfctl/pfctl.c
1252
pfctl_print_title(char *title)
sbin/pfctl/pfctl.c
1257
printf("%s\n", title);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
484
mlx5e_decompress_cqe(struct mlx5e_cq *cq, struct mlx5_cqe64 *title,
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
493
title->byte_cnt = mini->byte_cnt;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
494
title->wqe_counter = cpu_to_be16((wqe_counter + i) & cq->wq.sz_m1);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
495
title->rss_hash_result = mini->rx_hash_result;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
500
title->check_sum = 0;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
501
title->op_own = (title->op_own & 0xf0) |
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
513
struct mlx5_cqe64 title;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
518
mlx5e_read_cqe_slot(cq, cq->wq.cc, &title);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
519
title_wqe_counter = be16_to_cpu(title.wqe_counter);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
520
cqe_count = be32_to_cpu(title.byte_cnt);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
529
mlx5e_decompress_cqe(cq, &title,
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
532
mlx5e_write_cqe_slot(cq, cq->wq.cc + i, &title);
sys/dev/netmap/netmap_kloop.c
134
sync_kloop_kring_dump(const char *title, const struct netmap_kring *kring)
sys/dev/netmap/netmap_kloop.c
138
title, kring->name, kring->nr_hwcur, kring->rhead,
tools/tools/usbtest/usbtest.c
107
printf("] - %s:\n\n", title);
tools/tools/usbtest/usbtest.c
85
usb_ts_show_menu(uint8_t level, const char *title, const char *fmt,...)
usr.bin/netstat/ipsec.c
222
const struct val2str *name, const char *title, const char *cname)
usr.bin/netstat/ipsec.c
234
xo_emit("\t{T:/%s histogram}:\n", title);
usr.sbin/bsdinstall/distextract/distextract.c
130
conf.title = "Error";
usr.sbin/bsdinstall/distextract/distextract.c
140
conf.title = "Archive Extraction";
usr.sbin/bsdinstall/distextract/distextract.c
224
conf.title = "Extract Error";
usr.sbin/bsdinstall/distextract/distextract.c
236
conf.title = "Extract Error";
usr.sbin/bsdinstall/distextract/distextract.c
267
conf.title = "Extract Error";
usr.sbin/bsdinstall/distextract/distextract.c
280
conf.title = "Extract Error";
usr.sbin/bsdinstall/distextract/distextract.c
318
conf.title = "Extract Error";
usr.sbin/bsdinstall/distfetch/distfetch.c
162
errconf.title = "Fetch Error";
usr.sbin/bsdinstall/distfetch/distfetch.c
165
mgconf.title = "Fetching Distribution";
usr.sbin/bsdinstall/distfetch/distfetch.c
90
conf.title = "Error";
usr.sbin/bsdinstall/partedit/diskmenu.c
37
diskmenu_show(const char *title, const char *text, struct partedit_item *items,
usr.sbin/bsdinstall/partedit/diskmenu.c
63
conf.title = title;
usr.sbin/bsdinstall/partedit/diskmenu.h
49
int diskmenu_show(const char *title, const char *text,
usr.sbin/bsdinstall/partedit/gpart_ops.c
1112
conf .title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1147
conf.title = "Add Partition";
usr.sbin/bsdinstall/partedit/gpart_ops.c
119
conf.title = "UFS Options";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1195
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1204
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1216
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1235
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1252
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1269
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1402
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1452
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
1511
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
157
conf.title = "ZFS Options";
usr.sbin/bsdinstall/partedit/gpart_ops.c
201
conf.title = "FAT Options";
usr.sbin/bsdinstall/partedit/gpart_ops.c
221
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
257
conf.title = "Partition Scheme";
usr.sbin/bsdinstall/partedit/gpart_ops.c
273
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/gpart_ops.c
310
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/gpart_ops.c
438
conf.title = "Bootcode Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
499
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
50
gpart_show_error(const char *title, const char *explanation, const char *errstr)
usr.sbin/bsdinstall/partedit/gpart_ops.c
657
conf.title = "Edit Partition";
usr.sbin/bsdinstall/partedit/gpart_ops.c
674
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/gpart_ops.c
683
conf.title = "Error";
usr.sbin/bsdinstall/partedit/gpart_ops.c
75
conf.title = title;
usr.sbin/bsdinstall/partedit/gpart_ops.c
985
conf.title = "Boot Partition";
usr.sbin/bsdinstall/partedit/part_wizard.c
199
conf.title = "Partitioning";
usr.sbin/bsdinstall/partedit/part_wizard.c
290
conf.title = "Partition";
usr.sbin/bsdinstall/partedit/part_wizard.c
307
conf.title = "Non-bootable Disk";
usr.sbin/bsdinstall/partedit/part_wizard.c
322
conf.title = "Confirmation";
usr.sbin/bsdinstall/partedit/part_wizard.c
401
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/partedit.c
134
conf.title = "Error";
usr.sbin/bsdinstall/partedit/partedit.c
190
conf.title = "Confirmation";
usr.sbin/bsdinstall/partedit/partedit.c
295
conf.title = "Error";
usr.sbin/bsdinstall/partedit/partedit.c
308
conf.title = "Warning";
usr.sbin/bsdinstall/partedit/partedit.c
374
conf.title = "Initializing";
usr.sbin/bsdinstall/partedit/partedit.c
442
conf.title = "Error";
usr.sbin/bsdinstall/partedit/partedit.c
475
conf.title = "Error";
usr.sbin/daemon/daemon.c
300
state.title = optarg;
usr.sbin/daemon/daemon.c
325
if (!state.title) {
usr.sbin/daemon/daemon.c
326
state.title = argv[0];
usr.sbin/daemon/daemon.c
458
setproctitle("%s[%d]", state->title, (int)state->pid);
usr.sbin/daemon/daemon.c
80
const char *title;
usr.sbin/daemon/daemon.c
802
.title = NULL,
usr.sbin/kbdmap/kbdmap.c
359
conf.title = __DECONST(char *, title);
usr.sbin/kbdmap/kbdmap.c
388
conf.title = title;
usr.sbin/kbdmap/kbdmap.c
58
static const char *title = "Keyboard Menu";
usr.sbin/kbdmap/kbdmap.c
694
title = strdup(km->desc);
usr.sbin/lpr/lpd/printjob.c
100
static char title[80]; /* ``pr'' title */
usr.sbin/lpr/lpd/printjob.c
498
strlcpy(title, line + 1, sizeof(title));
usr.sbin/lpr/lpd/printjob.c
557
title[0] = '\0';
usr.sbin/lpr/lpd/printjob.c
662
av[i++] = *title ? title : " ";
usr.sbin/lpr/lpd/printjob.c
677
"-h", *title ? title : " ",
usr.sbin/lpr/lpr/lpr.c
188
title = optarg;
usr.sbin/lpr/lpr/lpr.c
381
card('T', title ? title : arg);
usr.sbin/lpr/lpr/lpr.c
459
card('T', title ? title : arg);
usr.sbin/lpr/lpr/lpr.c
530
card('T', title ? title : n);
usr.sbin/lpr/lpr/lpr.c
92
static char *title; /* pr'ing title */
usr.sbin/pmc/cmd_pmc_frontend.cc
145
title("IBS Frontend Analysis");
usr.sbin/pmc/cmd_pmc_info.cc
95
title("PMC Info");
usr.sbin/pmc/display.hh
52
void title(const std::string &msg);
usr.sbin/ppp/command.c
3322
static char title[LINE_LEN];
usr.sbin/ppp/command.c
3336
Concatinate(title, sizeof title, argc, (const char *const *)argv);
usr.sbin/ppp/command.c
3337
SetTitle(title);
usr.sbin/ppp/defs.c
374
SetTitle(const char *title)
usr.sbin/ppp/defs.c
376
if (title == NULL)
usr.sbin/ppp/defs.c
378
else if (title[0] == '-' && title[1] != '\0')
usr.sbin/ppp/defs.c
379
setproctitle("-%s", title + 1);
usr.sbin/ppp/defs.c
381
setproctitle("%s", title);
usr.sbin/ppp/throughput.c
134
throughput_log(struct pppThroughput *t, int level, const char *title)
usr.sbin/ppp/throughput.c
140
if (title == NULL)
usr.sbin/ppp/throughput.c
141
title = "";
usr.sbin/ppp/throughput.c
143
" out\n", title, *title ? ": " : "", secs_up, t->OctetsIn,
usr.sbin/ppp/throughput.c
146
title, *title ? ": " : "", t->PacketsIn, t->PacketsOut);
usr.sbin/pppctl/pppctl.c
426
char title[1024];
usr.sbin/pppctl/pppctl.c
432
n = snprintf(title + pos, sizeof title - pos, "%s%s",
usr.sbin/pppctl/pppctl.c
435
n = snprintf(title + pos, sizeof title - pos, " %.*s",
usr.sbin/pppctl/pppctl.c
439
if (n < 0 || n >= sizeof title - pos)
usr.sbin/pppctl/pppctl.c
444
setproctitle("-%s", title);
usr.sbin/pppctl/pppctl.c
446
setproctitle("%s", title);
usr.sbin/tzsetup/tzsetup.c
100
char *title;
usr.sbin/tzsetup/tzsetup.c
106
xdialog_menu(char *title, char *cprompt, int item_no, dialogMenuItem *ditems)
usr.sbin/tzsetup/tzsetup.c
121
listitems[i].desc = ditems[i].title;
usr.sbin/tzsetup/tzsetup.c
125
conf.title = title;
usr.sbin/tzsetup/tzsetup.c
189
char title[30];
usr.sbin/tzsetup/tzsetup.c
213
char title[64], prompt[64];
usr.sbin/tzsetup/tzsetup.c
218
if (strcmp(continent->title, "UTC") == 0)
usr.sbin/tzsetup/tzsetup.c
223
snprintf(title, sizeof(title), "Countries in %s",
usr.sbin/tzsetup/tzsetup.c
224
continent->title);
usr.sbin/tzsetup/tzsetup.c
227
snprintf(title, sizeof(title), "Islands and groups in the %s",
usr.sbin/tzsetup/tzsetup.c
228
continent->title);
usr.sbin/tzsetup/tzsetup.c
232
rv = xdialog_menu(title, prompt, contp->nitems, contp->menu);
usr.sbin/tzsetup/tzsetup.c
619
continents[i].title = continent_items[i].title;
usr.sbin/tzsetup/tzsetup.c
641
dmi->title = zp->descr;
usr.sbin/tzsetup/tzsetup.c
655
dmi->title = cp->name;
usr.sbin/tzsetup/tzsetup.c
665
dmi->title = cp->name;
usr.sbin/tzsetup/tzsetup.c
675
char title[64], prompt[64];
usr.sbin/tzsetup/tzsetup.c
683
snprintf(title, sizeof(title), "%s Time Zones", cp->name);
usr.sbin/tzsetup/tzsetup.c
686
rv = xdialog_menu(title, prompt, cp->nzones, cp->submenu);
usr.sbin/tzsetup/tzsetup.c
713
conf.title = "Confirmation";
usr.sbin/tzsetup/tzsetup.c
733
static void message_zoneinfo_file(const char *title, char *prompt)
usr.sbin/tzsetup/tzsetup.c
737
conf.title = title;
usr.sbin/tzsetup/tzsetup.c
741
fprintf(stderr, "%s: %s\n", title, prompt);
usr.sbin/tzsetup/tzsetup.c
91
static void message_zoneinfo_file(const char *title, char *prompt);
usr.sbin/tzsetup/tzsetup.c
960
conf.title = "Select local or UTC (Coordinated Universal Time) clock";
usr.sbin/tzsetup/tzsetup.c
981
conf.title = "Default timezone provided";