| /src/usr.sbin/bsdinstall/distextract/ ! |
| H A D | distextract.c | 131 bsddialog_msgbox(&conf, error, 0, 0); in main() 225 bsddialog_msgbox(&conf, errormsg, 0, 0); in count_files() 237 bsddialog_msgbox(&conf, errormsg, 0, 0); in count_files() 268 bsddialog_msgbox(&conf, errormsg, 0, 0); in extract_files() 281 bsddialog_msgbox(&conf, errormsg, 0, 0); in extract_files() 317 bsddialog_msgbox(&conf, errormsg, 0, 0); in extract_files()
|
| /src/usr.sbin/bsdinstall/distfetch/ ! |
| H A D | distfetch.c | 91 bsddialog_msgbox(&conf, error, 0, 0); in main() 178 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files() 191 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files() 238 bsddialog_msgbox(&errconf, errormsg, 0, 0); in fetch_files()
|
| /src/usr.sbin/bsdinstall/partedit/ ! |
| H A D | gpart_ops.c | 76 bsddialog_msgbox(&conf, message, 0, 0); in gpart_show_error() 222 bsddialog_msgbox(&conf, "No configurable options exist " in newfs_command() 439 bsddialog_msgbox(&conf, strerror(errno), 0, 0); in gpart_bootcode() 500 bsddialog_msgbox(&conf, message, 0, 0); in gpart_partcode() 684 bsddialog_msgbox(&conf, "Label contains a /, which is not an " in gpart_edit() 1093 bsddialog_msgbox(&conf, in gpart_create() 1113 bsddialog_msgbox(&conf, "No free space left on device.", 0, 0); in gpart_create() 1196 bsddialog_msgbox(&conf, error, 0, 0); in gpart_create() 1205 bsddialog_msgbox(&conf, "Label contains a /, which is not an " in gpart_create() 1236 bsddialog_msgbox(&conf, "Partitions of type \"freebsd\" are " in gpart_create() [all …]
|
| H A D | partedit.c | 135 bsddialog_msgbox(&conf, "No disks found. If you need " in main() 296 bsddialog_msgbox(&conf, "No root partition was found. " in validate_setup() 443 bsddialog_msgbox(&conf, message, 0, 0); in apply_changes() 476 bsddialog_msgbox(&conf, "gpart not found!", 0, 0); in apply_workaround()
|
| /src/contrib/bsddialog/examples_library/ ! |
| H A D | msgbox.c | 25 output = bsddialog_msgbox(&conf, "Example", 7, 20); in main()
|
| /src/contrib/bsddialog/lib/ ! |
| H A D | bsddialog.h | 231 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows,
|
| H A D | messagebox.c | 198 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_msgbox() function
|
| H A D | lib_util.c | 975 output = bsddialog_msgbox(&hconf, conf->key.f1_message, 0, 0); in f1help_dialog()
|
| /src/usr.sbin/tzsetup/ ! |
| H A D | tzsetup.c | 738 bsddialog_msgbox(&conf, prompt, 8, 72); in message_zoneinfo_file()
|
| /src/contrib/bsddialog/utility/ ! |
| H A D | util_builders.c | 57 return (bsddialog_msgbox(conf, text, rows, cols)); in msgbox_builder()
|
| /src/contrib/bsddialog/ ! |
| H A D | CHANGELOG | 313 * add: bsddialog_msgbox() HOME, END, PPAGE and NPAGE keys.
|