Searched refs:INTERCEPT_LIBRARY_FUNCTION (Results 1 – 2 of 2) sorted by relevance
59 INTERCEPT_LIBRARY_FUNCTION(atoi);60 INTERCEPT_LIBRARY_FUNCTION(atol);61 INTERCEPT_LIBRARY_FUNCTION(frexp);64 INTERCEPT_LIBRARY_FUNCTION(memchr);66 INTERCEPT_LIBRARY_FUNCTION(memcmp);67 INTERCEPT_LIBRARY_FUNCTION(memcpy);69 INTERCEPT_LIBRARY_FUNCTION(memset);70 INTERCEPT_LIBRARY_FUNCTION(strcat);71 INTERCEPT_LIBRARY_FUNCTION(strchr);72 INTERCEPT_LIBRARY_FUNCTION(strcmp);[all …]
85 #define INTERCEPT_LIBRARY_FUNCTION(name) \ macro