Searched defs:rep_realloc (Results 1 – 2 of 2) sorted by relevance
/dports/lang/librep/librep_0.92.7/src/ | ||
H A D | rep_subrs.h | 620 # define rep_realloc(p,n) realloc(p,n) macro |
H A D | unix_main.c | 693 rep_realloc(void *ptr, unsigned int length) in rep_realloc() function |