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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c293 # define REGEX_ALLOCATE malloc
313 # define REGEX_ALLOCATE alloca
368 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
291 # define REGEX_ALLOCATE macro
311 # define REGEX_ALLOCATE macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c271 # define REGEX_ALLOCATE malloc
285 # define REGEX_ALLOCATE alloca
340 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
268 # define REGEX_ALLOCATE macro
282 # define REGEX_ALLOCATE macro

Completed in 165 milliseconds