Searched refs:typeMalloc (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Ddoalloc.c66 dst = typeMalloc(char, strlen(src) + 1);
H A Dhome_terminfo.c57 MyBuffer = typeMalloc(char, want);
H A Dlib_print.c64 || (mybuf = typeMalloc(char, onsize + len + offsize + 1)) == 0) {
H A Dname_match.c60 FirstName = typeMalloc(char, MAX_NAME_SIZE + 1);
H A Dsetbuf.c119 if ((buf_ptr = typeMalloc(char, buf_len)) == NULL)
H A Dalloc_entry.c86 tp->Booleans = typeMalloc(NCURSES_SBOOL, BOOLCOUNT);
88 tp->Numbers = typeMalloc(short, NUMCOUNT);
90 tp->Strings = typeMalloc(char *, STRCOUNT);
196 if ((tp->str_table = typeMalloc(char, next_free)) == (char *) 0)
222 if ((tp->ext_str_table = typeMalloc(char, length)) == 0)
H A Dcomp_error.c69 TermType = typeMalloc(char, MAX_NAME_SIZE + 1);
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_regex.c108 preg = typeMalloc(RegExp_Arg, 1);
113 if (((preg->pRegExp = typeMalloc(regex_t, 1)) != 0)
118 preg->refCount = typeMalloc(unsigned long, 1);
135 pArg = typeMalloc(RegExp_Arg, 1);
143 pArg->refCount = typeMalloc(unsigned long, 1);
149 char *buf = typeMalloc(char, blen);
H A Dfty_alnum.c58 thisARG *argp = typeMalloc(thisARG, 1);
81 thisARG *result = typeMalloc(thisARG, 1);
H A Dfty_alpha.c58 thisARG *argp = typeMalloc(thisARG, 1);
81 thisARG *result = typeMalloc(thisARG, 1);
H A Dfld_ftlink.c59 nftyp = typeMalloc(FIELDTYPE, 1);
H A Dfty_int.c66 thisARG *argp = typeMalloc(thisARG, 1);
94 result = typeMalloc(thisARG, 1);
H A Dfld_dup.c59 (New_Field = typeMalloc(FIELD, 1)))
H A Dfld_link.c60 (New_Field = typeMalloc(FIELD, 1)))
H A Dfld_newftyp.c79 nftyp = typeMalloc(FIELDTYPE, 1);
H A Dfty_enum.c59 enumARG *argp = typeMalloc(enumARG, 1);
100 result = typeMalloc(enumARG, 1);
H A Dfty_num.c77 thisARG *argn = typeMalloc(thisARG, 1);
111 result = typeMalloc(thisARG, 1);
H A Dfld_def.c96 p = typeMalloc(TypeArgument, 1);
144 p = typeMalloc(TypeArgument, 1);
292 (New_Field = typeMalloc(FIELD, 1)) != 0)
H A Dfrm_def.c190 if ((pg = typeMalloc(_PAGE, page_nr)) != (_PAGE *) 0)
303 FORM *form = typeMalloc(FORM, 1);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dtrace_tries.c69 my_buffer = typeMalloc(unsigned char, my_length = 80);
H A Dvarargs.c70 MyBuffer = typeMalloc(char, MyLength = BUFSIZ);
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dnc_alloc.h98 #define typeMalloc(type,elts) (type *)malloc((elts)*sizeof(type)) macro
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dworm.c394 refs[y] = typeMalloc(short, COLS);
494 refs = typeMalloc(short *, LINES);
496 refs[y] = typeMalloc(short, COLS);
512 if (!(ip = typeMalloc(short, (length + 1)))) {
519 if (!(ip = typeMalloc(short, (length + 1)))) {
H A Ddemo_altkeys.c113 char *temp = typeMalloc(char, strlen(value) + 2);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dsafe_sprintf.c65 if ((format = typeMalloc(char, fmt_len)) == 0)
67 if ((buffer = typeMalloc(char, length)) == 0) {

Completed in 182 milliseconds

12