Searched refs:h_realloc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c94 #define h_realloc(a, b) realloc((a), (b)) macro
764 nptr = h_realloc(ptr, max_size);
818 nptr = h_realloc(ptr, max_size);
/macosx-10.10/libedit-40/src/
H A Dhistory.c94 #define h_realloc(a, b) realloc((a), (b)) macro
807 nptr = h_realloc(ptr, max_size * sizeof(*ptr));
862 nptr = h_realloc(ptr, max_size * sizeof(*ptr));
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhistory.c82 #define h_realloc(a, b) realloc((a), (b)) macro
670 nptr = h_realloc(ptr, max_size);
721 nptr = h_realloc(ptr, max_size);

Completed in 149 milliseconds