Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c295 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c342 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c389 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro