Searched refs:dlg_calloc (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dcolumns.c115 widths = dlg_calloc(unsigned, maxcols);
116 offsets = dlg_calloc(unsigned, maxcols);
117 maxwidth = dlg_calloc(unsigned, maxcols);
H A Dargv.c121 result = dlg_calloc(char *, count + 1);
H A Dmixedform.c62 listitems = dlg_calloc(DIALOG_FORMITEM, (size_t) item_no + 1);
H A Dmouse.c90 butPtr = dlg_calloc(mseRegion, 1);
H A Ddlg_keys.c60 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) {
146 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) {
147 if ((q = dlg_calloc(DLG_KEYS_BINDING, 2)) != 0) {
570 && (entry = dlg_calloc(LIST_BINDINGS, 1)) != 0
571 && (data = dlg_calloc(DLG_KEYS_BINDING, 2)) != 0
H A Dprogressbox.c201 WROTE *wrote = dlg_calloc(WROTE, 1);
392 obj = dlg_calloc(MY_OBJ, 1);
H A Dinputstr.c170 p = dlg_calloc(CACHE, 1);
326 wchar_t *temp = dlg_calloc(wchar_t, len + 1);
H A Dtreeview.c598 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
601 depths = dlg_calloc(int, (size_t) item_no + 1);
H A Dguage.c312 obj = dlg_calloc(MY_OBJ, 1);
H A Dtailbox.c378 obj = dlg_calloc(MY_OBJ, 1);
H A Dbuildlist.c579 data[k].ip = dlg_calloc(DIALOG_LISTITEM *, (item_no + 2));
1132 redo = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
1199 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
H A Dbuttons.c137 if ((result = dlg_calloc(int, count + 1)) != 0) {
H A Dmixedgauge.c281 dlg->list = dlg_calloc(DIALOG_LISTITEM, (size_t) aItemNo);
H A Ddialog.c368 AllBlobs *next = dlg_calloc(AllBlobs, (size_t) 1);
476 my_argv = dlg_calloc(const char *, (size_t) my_argc);
1478 opts = dlg_calloc(const Options *, limit);
H A Dchecklist.c630 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
H A Dmenubox.c772 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
H A Ddialog.h591 #define dlg_calloc(t,n) (t *) calloc((size_t)(n), sizeof(t)) macro
H A Dformbox.c942 listitems = dlg_calloc(DIALOG_FORMITEM, (size_t) item_no + 1);
H A Dutil.c149 DIALOG_WINDOWS *p = dlg_calloc(DIALOG_WINDOWS, 1);
2139 DIALOG_WINDOWS *p = dlg_calloc(DIALOG_WINDOWS, 1);
/freebsd-13-stable/usr.sbin/tzsetup/
H A Dtzsetup.c141 listitems = dlg_calloc(DIALOG_LISTITEM, item_no + 1);

Completed in 260 milliseconds