Searched refs:malloc_check_str (Results 1 – 3 of 3) sorted by relevance
/dports/devel/dmake/dmake-4.13.1/dbug/malloc/ |
H A D | string.c | 35 malloc_check_str("strcat", str2); 66 malloc_check_str("strdup", str1); 136 malloc_check_str("strcmp", str1); 137 malloc_check_str("strcmp", str2); 262 malloc_check_str("strlen", str1); 277 malloc_check_str("strchr", str1); 299 malloc_check_str("strrchr", str1); 341 malloc_check_str("strpbrk", str1); 372 malloc_check_str("strspn", str1); 373 malloc_check_str("strspn", str2); [all …]
|
H A D | malloc.h | 83 void malloc_check_str();
|
H A D | mlc_chk.c | 78 malloc_check_str(func,str) in malloc_check_str() function
|