Searched refs:ptr_t (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h26 typedef void * ptr_t; typedef
H A Ddfa.c105 static ptr_t
108 ptr_t r = calloc(n, s);
115 static ptr_t
118 ptr_t r = malloc(n);
126 static ptr_t
127 xrealloc (ptr_t p, size_t n)
129 ptr_t r = realloc(p, n);
139 #define REALLOC(p, t, n) ((p) = (t *) xrealloc((ptr_t) (p), (n) * sizeof (t)))
2225 free((ptr_t) d->trans[i]);
2230 free((ptr_t)
[all...]

Completed in 67 milliseconds