Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/dialog/
H A Dyesno.c54 int min_width = 25; in dialog_yesno() local
74 dlg_button_layout(buttons, &min_width); in dialog_yesno()
75 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in dialog_yesno()
H A Dmsgbox.c58 int min_width = (pauseopt == 1 ? 12 : 0); in dialog_msgbox() local
81 dlg_button_layout(buttons, &min_width); in dialog_msgbox()
87 min_width); in dialog_msgbox()
H A Dtailbox.c328 int min_width = 12; in dialog_tailbox() local
344 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width); in dialog_tailbox()
370 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
416 dlg_button_layout(buttons, &min_width); in dialog_tailbox()
H A Dformbox.c358 int *min_width) in make_FORM_ELTs() argument
403 *min_width = min_w; in make_FORM_ELTs()
509 int min_width = 0, min_height = 0; in dlg_form() local
532 make_FORM_ELTs(items, item_no, &min_height, &min_width); in dlg_form()
533 dlg_button_layout(buttons, &min_width); in dlg_form()
544 MAX(26, 2 + min_width)); in dlg_form()
H A Dmixedgauge.c43 int width, old_width, min_width; member
296 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text; in dlg_begin_mixedgauge()
316 dlg->min_width); in dlg_begin_mixedgauge()
H A Dtextbox.c710 int min_width = 12; in dialog_textbox() local
740 dlg_button_layout(obj.buttons, &min_width); in dialog_textbox()
747 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width); in dialog_textbox()
/freebsd-13.1/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c78 int height, width, min_width; in diskeditor_show() local
120 min_width = 50; in diskeditor_show()
124 dlg_button_layout(buttons, &min_width); in diskeditor_show()
125 dlg_auto_size(title, prompt, &height, &width, 2, min_width); in diskeditor_show()
/freebsd-13.1/contrib/apr/strings/
H A Dapr_snprintf.c694 register apr_size_t min_width = 0; in apr_vformatter() local
772 STR_TO_DEC(fmt, min_width); in apr_vformatter()
781 min_width = (apr_size_t)(-v); in apr_vformatter()
784 min_width = (apr_size_t)v; in apr_vformatter()
1315 if (adjust_width && adjust == RIGHT && min_width > s_len) { in apr_vformatter()
1320 min_width--; in apr_vformatter()
1322 PAD(min_width, s_len, pad_char); in apr_vformatter()
1335 if (adjust_width && adjust == LEFT && min_width > s_len) in apr_vformatter()
1336 PAD(min_width, s_len, pad_char); in apr_vformatter()
/freebsd-13.1/contrib/less/
H A Dscrsize.c74 win_attributes.width -= hints.min_width;
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_mode.h109 __u32 min_width, max_width; member
H A Ddrm_crtc.c1265 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources()
2166 if ((config->min_width > r.width) || (r.width > config->max_width)) in drm_mode_addfb()
2345 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_mode_addfb2()
2347 r->width, config->min_width, config->max_width); in drm_mode_addfb2()
H A Ddrm_crtc.h787 int min_width, min_height; member
/freebsd-13.1/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c201 drm_dev->mode_config.min_width = 32; in host1x_drm_load()
/freebsd-13.1/sys/contrib/v4l/
H A Dvideodev2.h414 __u32 min_width; /* Minimum frame width [pixel] */ member
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Ddialog.subr347 # f_dialog_size_constrain $var_height $var_width [$min_height [$min_width]]
356 # passing $min_width.
438 # [$min_height [$min_width [$min_rows]]]
447 # passing $min_width.
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4992 get_namewidth(zpool_handle_t *zhp, int min_width, int flags, boolean_t verbose) in get_namewidth() argument
4995 int width = min_width; in get_namewidth()
5002 width = MAX(poolname_len, min_width); in get_namewidth()
5005 max_width(zhp, nvroot, 0, min_width, flags)); in get_namewidth()