HomeSort by: relevance | last modified time | path
    Searched defs:XREALLOC (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
xalloc.h 58 void *xrealloc PARAMS ((void *p, size_t n));
63 # define XREALLOC(Ptr, Type, N_items) \
64 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
  /src/external/gpl2/grep/dist/lib/
xalloc.h 63 void *xrealloc PARAMS ((void *p, size_t n));
68 # define XREALLOC(Ptr, Type, N_items) \
69 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
  /src/external/gpl2/texinfo/dist/lib/
xalloc.h 54 void *xrealloc (void *p, size_t s);
83 # define XREALLOC(p, type, n) xnrealloc (p, n, sizeof (type))
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 115 #define XREALLOC realloc
120 extern void *XREALLOC(void *p, size_t n);
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 81 #define XREALLOC os_realloc
1272 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);

Completed in 30 milliseconds