Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h55 #define RETURN_FMTERROR(fmt, ...) do { \ macro
66 RETURN_FMTERROR(#nitem " is %d but *" #a " is NULL", nitem); \
H A Dbarbox.c142 RETURN_FMTERROR("Cannot build FILE* from fd %d", fd); in bsddialog_gauge()
477 RETURN_FMTERROR("min (%d) >= max (%d)", min, max); in bsddialog_rangebox()
479 RETURN_FMTERROR("value (%d) < min (%d)", *value, min); in bsddialog_rangebox()
481 RETURN_FMTERROR("value (%d) > max (%d)", *value, max); in bsddialog_rangebox()
H A Dformbox.c105 RETURN_FMTERROR("item %u [0-%u] fieldlen = 0", in build_privateform()
108 RETURN_FMTERROR("item %u [0-%u] maxvaluelen = 0", in build_privateform()
370 RETURN_FMTERROR( in return_values()
591 RETURN_FMTERROR("formheight, current: %u needed at least %u", in form_size_position()
H A Dtimebox.c116 RETURN_FMTERROR("Cannot build WINDOW for time[%d]", i); in bsddialog_timebox()
H A Ddatebox.c580 RETURN_FMTERROR("Cannot build WINDOW dateitem[%d]", i); in build_dateitem()
599 RETURN_FMTERROR("Invalid conf.date.format=\"%s\"", format); in build_dateitem()
H A Dtextbox.c144 RETURN_FMTERROR("Cannot open file \"%s\"", file); in bsddialog_textbox()
H A Dlib_util.c719 RETURN_FMTERROR("(fixed cols or fullscreen) " in text_size()
865 RETURN_FMTERROR("Current rows: %d, needed at least: %d", in widget_checksize()
874 RETURN_FMTERROR("Current cols: %d, nedeed at least %d", in widget_checksize()
H A Dtheme.c238 RETURN_FMTERROR("Unknown default theme (%d), " in bsddialog_set_default_theme()