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

<<1112

/freebsd-11-stable/contrib/dialog/
H A Ddialog.c299 { "title", o_title, 1, "<title>" },
1385 dialog_vars.title = optionString(argv, &offset);
1898 * Trim whitespace from non-title option values, e.g., the ones that
1925 retval = show_result((*(modePtr->jumper)) (dialog_vars.title,
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c46 gpart_show_error(const char *title, const char *explanation, const char *errstr) argument
68 dialog_msgbox(title, message, 0, 0, TRUE);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c1727 char *buf, title[20]; local
1749 res = os_snprintf(title, sizeof(title), "wep_key%d", idx);
1750 if (!os_snprintf_error(sizeof(title), res))
1751 wpa_hexdump_key(MSG_MSGDUMP, title, key, *len);
H A Dwpa_supplicant_i.h1498 void dump_freq_data(struct wpa_supplicant *wpa_s, const char *title,
H A Dctrl_iface.c4510 static char * anqp_add_hex(char *pos, char *end, const char *title, argument
4521 ret = os_snprintf(pos, end - pos, "%s=", title);
4953 char title[20]; local
4955 os_snprintf(title, sizeof(title), "anqp[%u]",
4957 pos = anqp_add_hex(pos, end, title, elem->payload);
H A Dwpa_supplicant.c7182 void dump_freq_data(struct wpa_supplicant *wpa_s, const char *title, argument
7189 len, title);
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c1468 void print_name(BIO *out, const char *title, X509_NAME *nm, argument
1475 if (title)
1476 BIO_puts(out, title);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dx509v3.h693 int X509V3_extensions_print(BIO *out, char *title,
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c2444 {"proctitle", "title", SetProcTitle, LOCAL_AUTH,
2445 "Process title", "set proctitle [value]", NULL},
3315 static char title[LINE_LEN]; local
3326 log_Printf(LogWARN, "Truncating proc title to %d args\n", argc);
3329 Concatinate(title, sizeof title, argc, (const char *const *)argv);
3330 SetTitle(title);
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_i.h693 void p2p_channels_dump(struct p2p_data *p2p, const char *title,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp521 void DrawTitleBox(const char *title, const char *bottom_message = nullptr) { argument
533 if (title && title[0]) {
535 PutCString(title);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp1371 warning(WARN_RANGE, "bad title length %1u", temp.to_units());
2401 void title() function
3280 init_request("tl", title);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c2230 static void nl80211_dump_freq(const char *title, struct nlattr *nl_freq) argument
2253 title, freq, max_tx_power,
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c900 pfctl_print_title(char *title) argument
905 printf("%s\n", title);
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_markdown.c257 md_word(mdoc->meta.title);
H A Droff.c781 free(man->meta.title);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp3257 static void __kmp_print_structure_team(char const *title, kmp_team_p const *team argument
3260 __kmp_printf("%s", title);
3268 static void __kmp_print_structure_thread(char const *title, argument
3270 __kmp_printf("%s", title);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex14 \title{Device trees everywhere}
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c4659 static void debug_print_cert(X509 *cert, const char *title) argument
4685 wpa_printf(MSG_DEBUG, "OpenSSL: %s\n%s", title, txt);
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c77 void debug_dump_node(struct hs20_osu_client *ctx, const char *title, argument
81 wpa_printf(MSG_DEBUG, "[hs20] %s: '%s'", title, str);
2351 "charset=utf-8\"<title>Select service operator</title>"
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c358 static void dpp_debug_print_point(const char *title, const EC_GROUP *group, argument
380 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str);
1168 static void dpp_debug_print_key(const char *title, EVP_PKEY *key) argument
1191 wpa_printf(MSG_DEBUG, "%s: %s", title, txt);
1204 dpp_debug_print_point(title, group, point);
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh401 'title' 'tty-viewer' 'tty-viewer-tty' 'www-viewer' 'www-viewer-tty' \
422 'resolution' 'title' 'xrm'";
527 export _OPT_TITLE; # title for gxditview window
1287 # or Z format it is decompressed. A title element is generated.
2602 # Write a found man page file and register the title element.
3371 # Write a found file and register the title element.
3399 # Create title element from <filespec> and append to $_REGISTERED_TITLE
3867 --resolution=dpi, --rv, --title=text, --xrm=resource
4731 --title) # title fo
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c5273 const char *title)
5302 (void) printf(title);
5272 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, const char *title) argument

Completed in 695 milliseconds

<<1112