Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c398 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c338 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c398 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c398 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c394 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c397 # define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c409 #define REGEX_TALLOC(n, t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t))) macro