Home
last modified time | relevance | path

Searched refs:msg_buf (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dflow.c180 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_welcome()
183 snprintf(msg_buf[1], sizeof(msg_buf[1]), in state_welcome()
221 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_welcome()
228 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_welcome()
230 snprintf(msg_buf[1], sizeof(msg_buf[1]), in state_welcome()
238 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_welcome()
298 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_welcome_system()
301 snprintf(msg_buf[1], sizeof(msg_buf[1]), in state_welcome_system()
329 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_welcome_system()
430 snprintf(msg_buf[0], sizeof(msg_buf[0]), in state_configure_menu()
[all …]
H A Dfn_disk.c519 char msg_buf[1][1024]; in fn_install_bootblocks() local
521 snprintf(msg_buf[0], sizeof(msg_buf[0]), in fn_install_bootblocks()
536 msg_buf[0], in fn_install_bootblocks()
648 char msg_buf[1][1024]; in fn_create_cdboot_floppy() local
650 snprintf(msg_buf[0], sizeof(msg_buf[0]), in fn_create_cdboot_floppy()
669 "%s", msg_buf[0])) { in fn_create_cdboot_floppy()
H A Dfn_subpart_ufs.c654 char msg_buf[1][1024]; in make_create_subpartitions_form() local
656 snprintf(msg_buf[0], sizeof(msg_buf[0]), in make_create_subpartitions_form()
676 msg_buf[0], in make_create_subpartitions_form()
H A Dfn_subpart_hammer.c716 char msg_buf[1][1024]; in make_create_subpartitions_form() local
718 snprintf(msg_buf[0], sizeof(msg_buf[0]), in make_create_subpartitions_form()
742 msg_buf[0], in make_create_subpartitions_form()
/dragonfly/share/examples/scsi_target/
H A Dscsi_cmds.c655 char msg_buf[512]; in cdb_debug() local
660 vsnprintf(msg_buf, sizeof(msg_buf), msg, ap); in cdb_debug()
662 len = strlen(msg_buf); in cdb_debug()
663 scsi_cdb_string(cdb, msg_buf + len, sizeof(msg_buf) - len); in cdb_debug()
664 warnx("%s", msg_buf); in cdb_debug()
/dragonfly/contrib/gdb-7/readline/
H A Ddisplay.c183 static char msg_buf[128]; variable
2161 vsnprintf (msg_buf, sizeof (msg_buf) - 1, format, args); in rl_message()
2163 vsprintf (msg_buf, format, args); in rl_message()
2164 msg_buf[sizeof(msg_buf) - 1] = '\0'; /* overflow? */ in rl_message()
2173 rl_display_prompt = msg_buf; in rl_message()
2174 local_prompt = expand_prompt (msg_buf, &prompt_visible_length, in rl_message()
2189 sprintf (msg_buf, format, arg1, arg2);
2190 msg_buf[sizeof(msg_buf) - 1] = '\0'; /* overflow? */
2192 rl_display_prompt = msg_buf;
2198 local_prompt = expand_prompt (msg_buf, &prompt_visible_length,
/dragonfly/crypto/libressl/ssl/
H A Dssl_locl.h1292 const void *msg_buf, size_t msg_len);
H A Dssl_lib.c2940 const void *msg_buf, size_t msg_len) in ssl_msg_callback() argument
2946 msg_buf, msg_len, s, s->internal->msg_callback_arg); in ssl_msg_callback()