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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c226 # define REGEX_ALLOCATE malloc
246 # define REGEX_ALLOCATE alloca
301 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
224 # define REGEX_ALLOCATE macro
244 # define REGEX_ALLOCATE macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c266 #define REGEX_ALLOCATE malloc
292 #define REGEX_ALLOCATE alloca
348 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
264 #define REGEX_ALLOCATE macro
290 #define REGEX_ALLOCATE macro
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c321 # define REGEX_ALLOCATE malloc
341 # define REGEX_ALLOCATE alloca
396 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))
318 # define REGEX_ALLOCATE macro
338 # define REGEX_ALLOCATE macro

Completed in 280 milliseconds