• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/

Lines Matching defs:MALLOC

138 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t)))
456 MALLOC(work_mbc->chars, wchar_t, chars_al);
530 MALLOC(work_mbc->ch_classes, wctype_t, ++ch_classes_al);
540 MALLOC(elem, char, len + 1);
547 MALLOC(work_mbc->equivs, char*, ++equivs_al);
558 MALLOC(work_mbc->coll_elems, char*, ++coll_elems_al);
604 MALLOC(work_mbc->range_sts, wchar_t, ++range_sts_al);
605 MALLOC(work_mbc->range_ends, wchar_t, ++range_ends_al);
1491 MALLOC(d->states[i].elems.elems, position, s->nelem);
1537 MALLOC(visited, int, d->tindex);
1676 MALLOC(nullable, int, d->depth);
1678 MALLOC(nfirstpos, int, d->depth);
1680 MALLOC(firstpos, position, d->nleaves);
1682 MALLOC(nlastpos, int, d->depth);
1684 MALLOC(lastpos, position, d->nleaves);
1686 MALLOC(nalloc, int, d->tindex);
1689 MALLOC(merged.elems, position, d->nleaves);
1800 MALLOC(d->follows[i].elems, position, nalloc[i]);
1869 MALLOC(d->states, dfa_state, d->salloc);
1968 MALLOC(d->states[s].mbps.elems, position,
2038 MALLOC(grps[ngrps].elems, position, d->nleaves);
2059 MALLOC(grps[ngrps].elems, position, d->nleaves);
2066 MALLOC(follows.elems, position, d->nleaves);
2067 MALLOC(tmp.elems, position, d->nleaves);
2250 MALLOC(trans, int, NOTCHAR);
2291 MALLOC(d->success, int, d->tralloc);
2561 MALLOC(rarray, int, d->states[s].mbps.nelem);
2684 MALLOC(follows.elems, position, d->nleaves);
2768 MALLOC(mblen_buf, unsigned char, end - (unsigned char const *)begin + 2);
2769 MALLOC(inputwcs, wchar_t, end - (unsigned char const *)begin + 2);
2913 MALLOC(d->charclasses, charclass, d->calloc);
2917 MALLOC(d->tokens, token, d->talloc);
2923 MALLOC(d->multibyte_prop, int, d->nmultibyte_prop);
2926 MALLOC(d->mbcsets, struct mb_char_classes, d->mbcsets_alloc);