Searched refs:XREALLOC (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/diff/lib/
H A Dxalloc.h84 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc.h81 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxalloc.h81 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type)) macro
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dxalloc.h66 # define XREALLOC(Ptr, Type, N_items) \ macro
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dlibtommath.c78 #define XREALLOC os_realloc macro
1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);

Completed in 62 milliseconds