Searched refs:REGEX_MALLOC (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/
H A Dacconfig.h44 #undef REGEX_MALLOC macro
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dconfig.h151 #define REGEX_MALLOC 1 macro
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dconfig.h333 #define REGEX_MALLOC 1 macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c36 # define REGEX_MALLOC macro
40 #if defined _AIX && !defined REGEX_MALLOC
214 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
224 #ifdef REGEX_MALLOC
230 #else /* not REGEX_MALLOC */
256 #endif /* not REGEX_MALLOC */
260 #if defined REL_ALLOC && defined REGEX_MALLOC
271 # ifdef REGEX_MALLOC
277 # else /* not REGEX_MALLOC */
286 # endif /* not REGEX_MALLOC */
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c23 #if defined (_AIX) && !defined (REGEX_MALLOC)
254 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
264 #ifdef REGEX_MALLOC
270 #else /* not REGEX_MALLOC */
303 #endif /* not REGEX_MALLOC */
307 #if defined (REL_ALLOC) && defined (REGEX_MALLOC)
318 #ifdef REGEX_MALLOC
324 #else /* not REGEX_MALLOC */
333 #endif /* not REGEX_MALLOC */
1127 #if (defined (C_ALLOCA) || defined (REGEX_MALLOC))
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c30 #if defined _AIX && !defined __GNUC__ && !defined REGEX_MALLOC
309 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
319 # ifdef REGEX_MALLOC
325 # else /* not REGEX_MALLOC */
351 # endif /* not REGEX_MALLOC */
355 # if defined REL_ALLOC && defined REGEX_MALLOC
366 # ifdef REGEX_MALLOC
372 # else /* not REGEX_MALLOC */
381 # endif /* not REGEX_MALLOC */
1412 # if (defined C_ALLOCA || defined REGEX_MALLOC)
[all...]

Completed in 207 milliseconds