Searched refs:dlg_malloc (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dcolumns.c142 char *text = dlg_malloc(char, realwidth + 1);
H A Deditbox.c72 if ((blob = dlg_malloc(char, size + 2)) == 0) {
378 buffer = dlg_malloc(char, max_len + 1);
592 char *tmp = dlg_malloc(char, len);
H A Dfselect.c149 list->data = dlg_malloc(char *, list->allocd);
357 char **matches = dlg_malloc(char *, (size_t) (d_list->length + f_list->length));
400 buff = dlg_malloc(char, test_len + 2);
H A Dbuttons.c377 buffer = dlg_malloc(char, need);
H A Dmixedgauge.c93 char *temp = dlg_malloc(char, need);
H A Dinputstr.c218 cache->list = dlg_malloc(int, need);
H A Dmenubox.c157 result = dlg_malloc(char, (size_t) max_len);
H A Dutil.c1949 prompt = dlg_malloc(char, strlen(cprompt) + 1);
2481 dialog_vars.input_result = dlg_malloc(char, need);
2512 dialog_vars.input_result = dlg_malloc(char, dialog_vars.input_length);
H A Ddialog.h590 #define dlg_malloc(t,n) (t *) malloc((size_t)(n) * sizeof(t)) macro
H A Dformbox.c389 item[i].text = dlg_malloc(char, (size_t) max_len + 1);
H A Dtextbox.c113 char *result = dlg_malloc(char, size);
H A Ddialog.c548 char **newp = dlg_malloc(char *, need);

Completed in 89 milliseconds