Home
last modified time | relevance | path

Searched refs:realloc_chunk (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dstrfncs.c504 len = (len - *ptr_dest_len < realloc_chunk) ? *ptr_dest_len + realloc_chunk : len; in mstrcat()
561 len = (len - *ptr_dest_len < realloc_chunk) ? *ptr_dest_len + realloc_chunk : len; in mstrcpy()
616 len = (len - *ptr_dest_len < realloc_chunk) ? *ptr_dest_len + realloc_chunk : len; in mstrncpy()
H A Dstrfncs.h37 #define realloc_chunk 512 macro