Searched refs:typeMalloc (Results 1 – 16 of 16) sorted by relevance
/external/coreboot/payloads/libpayload/curses/form/ |
D | fty_regex.c | 116 preg = typeMalloc(RegExp_Arg, 1); in Generic_RegularExpression_Type() 121 if (((preg->pRegExp = typeMalloc(regex_t, 1)) != 0) in Generic_RegularExpression_Type() 126 preg->refCount = typeMalloc(unsigned long, 1); in Generic_RegularExpression_Type() 146 pArg = typeMalloc(RegExp_Arg, 1); in Generic_RegularExpression_Type() 154 pArg->refCount = typeMalloc(unsigned long, 1); in Generic_RegularExpression_Type() 160 char *buf = typeMalloc(char, blen); in Generic_RegularExpression_Type()
|
D | fty_enum.c | 72 argp = typeMalloc(enumARG, 1); in Generic_Enum_Type() 102 argp->kwds = typeMalloc(char *, cnt + 1); in Generic_Enum_Type() 156 result = typeMalloc(enumARG, 1); in Copy_Enum_Type() 167 result->kwds = typeMalloc(char *, 1 + ap->count); in Copy_Enum_Type()
|
D | fty_alpha.c | 62 argp = typeMalloc(thisARG, 1); in Generic_This_Type() 101 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
|
D | fty_alnum.c | 62 argp = typeMalloc(thisARG, 1); in Generic_This_Type() 101 thisARG *result = typeMalloc(thisARG, 1); in Copy_This_Type()
|
D | fld_def.c | 96 p = typeMalloc(TypeArgument, 1); in _nc_Make_Argument() 144 p = typeMalloc(TypeArgument, 1); in _nc_Copy_Argument() 292 (New_Field = typeMalloc(FIELD, 1)) != 0) in new_field()
|
D | fty_int.c | 79 argp = typeMalloc(thisARG, 1); in Generic_This_Type() 126 result = typeMalloc(thisARG, 1); in Copy_This_Type()
|
D | fty_generic.c | 117 res = typeMalloc(FIELDTYPE, 1); in _nc_generic_fieldtype() 170 TypeArgument *p = typeMalloc(TypeArgument, 1); in GenericArgument()
|
D | fty_num.c | 90 argn = typeMalloc(thisARG, 1); in Generic_This_Type() 145 result = typeMalloc(thisARG, 1); in Copy_This_Type()
|
D | fld_ftlink.c | 59 nftyp = typeMalloc(FIELDTYPE, 1); in NCURSES_EXPORT()
|
D | fld_newftyp.c | 82 nftyp = typeMalloc(FIELDTYPE, 1); in new_fieldtype()
|
D | frm_def.c | 189 if ((pg = typeMalloc(_PAGE, page_nr)) != (_PAGE *) 0) in Connect_Fields() 307 form = typeMalloc(FORM, 1); in NCURSES_SP_NAME()
|
D | fld_link.c | 60 (New_Field = typeMalloc(FIELD, 1))) in NCURSES_EXPORT()
|
D | fld_dup.c | 59 (New_Field = typeMalloc(FIELD, 1))) in NCURSES_EXPORT()
|
D | frm_driver.c | 4537 field->expanded[buffer] = typeMalloc(char, need + 1); in field_buffer()
|
/external/coreboot/payloads/libpayload/curses/pdcurses-backend/ |
D | nc_alloc.h | 1 #define typeMalloc(type,elts) (type *)malloc((elts)*sizeof(type)) macro
|
/external/coreboot/payloads/libpayload/curses/menu/ |
D | m_global.c | 211 if ((menu->pattern = typeMalloc(char, (unsigned)(1 + menu->namelen)))) in _nc_Connect_Items() 263 && (temp = typeMalloc(wchar_t, 2 + count)) != 0) in _nc_Calculate_Text_Width()
|