Searched refs:dlg_realloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/dialog/
H A Dfselect.c151 list->data = dlg_realloc(char *, list->allocd, list->data);
370 matches = dlg_realloc(char *, data_len + 1, matches);
423 buff = dlg_realloc(char, i + 1, buff);
H A Ddialog.c401 blob = dlg_realloc(char, length + BUFSIZ + 1, blob);
420 *argvp = dlg_realloc(char *, need, *argvp);
431 dialog_opts = dlg_realloc(bool, need, dialog_opts);
H A Ddialog.h562 #define dlg_realloc(t,n,p) (t *) realloc((p), (n) * sizeof(t)) macro
H A Deditbox.c43 (*list) = dlg_realloc(char *, need, *list);
H A Dinputstr.c218 cache->list = dlg_realloc(int, need, cache->list);
H A Dutil.c2448 dialog_vars.input_result = dlg_realloc(char,

Completed in 176 milliseconds