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

/freebsd-11-stable/contrib/dialog/
H A Dcolumns.c142 char *text = dlg_malloc(char, realwidth + 1);
H A Dmouse.c89 butPtr = dlg_malloc(mseRegion, 1);
H A Deditbox.c72 if ((blob = dlg_malloc(char, size + 1)) == 0) {
362 buffer = dlg_malloc(char, max_len + 1);
571 char *tmp = dlg_malloc(char, len);
H A Dmixedgauge.c93 char *temp = dlg_malloc(char, need);
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.c368 buffer = dlg_malloc(char, need);
H A Ddialog.h560 #define dlg_malloc(t,n) (t *) malloc((size_t)(n) * sizeof(t)) macro
H A Dinputstr.c216 cache->list = dlg_malloc(int, need);
H A Dmenubox.c157 result = dlg_malloc(char, (size_t) max_len);
H A Dutil.c1907 char *prompt = dlg_malloc(char, strlen(cprompt) + 1);
2410 dialog_vars.input_result = dlg_malloc(char, need);
2441 dialog_vars.input_result = dlg_malloc(char, dialog_vars.input_length);
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.c423 char **newp = dlg_malloc(char *, need);

Completed in 90 milliseconds