Home
last modified time | relevance | path

Searched refs:XREALLOC (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/grep/
Dxalloc.h66 # define XREALLOC(Ptr, Type, N_items) \ macro
/freebsd-12-stable/contrib/diff/lib/
Dxalloc.h84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/freebsd-12-stable/contrib/wpa/src/tls/
Dlibtommath.c89 #define XREALLOC os_realloc macro
1280 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); in mp_grow()