Home
last modified time | relevance | path

Searched defs:REGEX_ALLOCATE_STACK (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c260 # define REGEX_ALLOCATE_STACK(size) \ macro
271 # define REGEX_ALLOCATE_STACK malloc macro
277 # define REGEX_ALLOCATE_STACK alloca macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c307 #define REGEX_ALLOCATE_STACK(size) \ macro
318 #define REGEX_ALLOCATE_STACK malloc macro
324 #define REGEX_ALLOCATE_STACK alloca macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c354 # define REGEX_ALLOCATE_STACK(size) \ macro
365 # define REGEX_ALLOCATE_STACK malloc macro
371 # define REGEX_ALLOCATE_STACK alloca macro