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

/macosx-10.9.5/Heimdal-323.92.1/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.9.5/libedit-39/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.9.5/lukemftp-13.92.1/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 75 milliseconds