Symbol: typeMalloc
lib/libcurses/base/lib_insnstr.c
68
wchar_t *buffer = typeMalloc(wchar_t, nn + 1);
lib/libcurses/base/safe_sprintf.c
68
if ((format = typeMalloc(char, fmt_len)) == 0)
lib/libcurses/base/safe_sprintf.c
70
if ((buffer = typeMalloc(char, length)) == 0) {
lib/libcurses/base/wresize.c
177
s = typeMalloc(NCURSES_CH_T, (unsigned) ToCols + 1);
lib/libcurses/base/wresize.c
197
s = typeMalloc(NCURSES_CH_T, (unsigned) ToCols + 1);
lib/libcurses/curses.priv.h
1574
name = typeMalloc(type, size); \
lib/libcurses/tinfo/comp_error.c
81
TermType = typeMalloc(char, MY_SIZE + 1);
lib/libcurses/tinfo/comp_scan.c
1029
pushname = typeMalloc(char, MAX_NAME_SIZE + 1);
lib/libcurses/tinfo/comp_scan.c
489
tok_buf = typeMalloc(char, TOK_BUF_SIZE);
lib/libcurses/tinfo/lib_print.c
77
|| (mybuf = typeMalloc(char, need + 1)) == 0) {
lib/libcurses/tinfo/name_match.c
73
FirstName = typeMalloc(char, MAX_NAME_SIZE + 1);
lib/libcurses/tinfo/read_entry.c
351
|| (string_table = typeMalloc(char, want)) == 0) {
lib/libcurses/tinfo/read_entry.c
487
ptr->ext_str_table = typeMalloc(char, (size_t) ext_str_limit);
lib/libcurses/tinfo/read_termcap.c
162
if ((toprec = typeMalloc(char, topreclen + 1)) == 0) {
lib/libcurses/tinfo/setbuf.c
121
if ((buf_ptr = typeMalloc(char, buf_len)) == NULL)
lib/libcurses/trace/visbuf.c
275
mybuf = typeMalloc(wchar_t, mylen);
lib/libcurses/tty/hardscroll.c
317
if ((buf = typeMalloc(char, want)) != 0) {
lib/libcurses/tty/hashmap.c
297
hashtab(SP_PARM) = typeMalloc(HASHMAP,
lib/libcurses/tty/lib_twait.c
246
fds = typeMalloc(struct pollfd, MIN_FDS + evl->count);
lib/libform/fld_def.c
143
TypeArgument *p = typeMalloc(TypeArgument, 1);
lib/libform/fld_def.c
293
(New_Field = typeMalloc(FIELD, 1)) != 0)
lib/libform/fld_def.c
96
TypeArgument *p = typeMalloc(TypeArgument, 1);
lib/libform/fld_dup.c
61
(New_Field = typeMalloc(FIELD, 1)))
lib/libform/fld_ftlink.c
61
nftyp = typeMalloc(FIELDTYPE, 1);
lib/libform/fld_link.c
62
(New_Field = typeMalloc(FIELD, 1)))
lib/libform/fld_newftyp.c
89
nftyp = typeMalloc(FIELDTYPE, 1);
lib/libform/frm_def.c
190
if ((pg = typeMalloc(_PAGE, page_nr)) != (_PAGE *) 0)
lib/libform/frm_def.c
311
form = typeMalloc(FORM, 1);
lib/libform/frm_driver.c
4900
field->expanded[buffer] = typeMalloc(char, need + 1);
lib/libform/fty_alnum.c
103
thisARG *result = typeMalloc(thisARG, 1);
lib/libform/fty_alnum.c
64
argp = typeMalloc(thisARG, 1);
lib/libform/fty_alpha.c
103
thisARG *result = typeMalloc(thisARG, 1);
lib/libform/fty_alpha.c
64
argp = typeMalloc(thisARG, 1);
lib/libform/fty_enum.c
105
argp->kwds = typeMalloc(char *, cnt + 1);
lib/libform/fty_enum.c
159
result = typeMalloc(enumARG, 1);
lib/libform/fty_enum.c
170
result->kwds = typeMalloc(char *, 1 + ap->count);
lib/libform/fty_enum.c
74
argp = typeMalloc(enumARG, 1);
lib/libform/fty_generic.c
125
res = typeMalloc(FIELDTYPE, 1);
lib/libform/fty_generic.c
178
TypeArgument *p = typeMalloc(TypeArgument, 1);
lib/libform/fty_int.c
128
result = typeMalloc(thisARG, 1);
lib/libform/fty_int.c
81
argp = typeMalloc(thisARG, 1);
lib/libform/fty_num.c
147
result = typeMalloc(thisARG, 1);
lib/libform/fty_num.c
92
argn = typeMalloc(thisARG, 1);
lib/libform/fty_regex.c
161
if (((preg->pRegExp = typeMalloc(regex_t, 1)) != 0)
lib/libform/fty_regex.c
166
if ((preg->refCount = typeMalloc(unsigned long, 1)) != 0)
lib/libform/fty_regex.c
185
pArg = typeMalloc(RegExp_Arg, 1);
lib/libform/fty_regex.c
193
if ((pArg->refCount = typeMalloc(unsigned long, 1)) != 0)
lib/libform/fty_regex.c
198
char *buf = typeMalloc(char, blen);
lib/libmenu/m_global.c
215
if ((menu->pattern = typeMalloc(char, (unsigned)(1 + menu->namelen))))
lib/libmenu/m_global.c
267
&& (temp = typeMalloc(wchar_t, 2 + count)) != 0)
lib/libpanel/p_new.c
53
PANEL *result = typeMalloc(PANEL, 1);
lib/libpanel/p_new.c
64
#define AllocPanel(name) typeMalloc(PANEL, 1)
usr.bin/infocmp/infocmp.c
1758
if ((tfile = typeMalloc(path, maxterms)) == 0)
usr.bin/tic/tic.c
2704
NAME_VALUE *result = typeMalloc(NAME_VALUE, NUM_STRINGS(tp) + 1);
usr.bin/tset/tset.c
385
mapp = typeMalloc(MAP, 1);