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

/freebsd-13-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.c519 blob = dlg_realloc(char, length + BUFSIZ + 1, blob);
545 *argvp = dlg_realloc(char *, need, *argvp);
558 my_argv = dlg_realloc(const char *, need, my_argv);
H A Deditbox.c43 (*list) = dlg_realloc(char *, need, *list);
H A Dinputstr.c220 cache->list = dlg_realloc(int, need, cache->list);
H A Ddialog.h592 #define dlg_realloc(t,n,p) (t *) realloc((p), (n) * sizeof(t)) macro
H A Dutil.c2519 dialog_vars.input_result = dlg_realloc(char,

Completed in 71 milliseconds