Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c299 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c346 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c393 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro