Lines Matching refs:INTERCEPT_LIBRARY_FUNCTION
66 INTERCEPT_LIBRARY_FUNCTION(atoi);
67 INTERCEPT_LIBRARY_FUNCTION(atol);
68 INTERCEPT_LIBRARY_FUNCTION(frexp);
69 INTERCEPT_LIBRARY_FUNCTION(longjmp);
71 INTERCEPT_LIBRARY_FUNCTION(memchr);
73 INTERCEPT_LIBRARY_FUNCTION(memcmp);
74 INTERCEPT_LIBRARY_FUNCTION(memcpy);
75 INTERCEPT_LIBRARY_FUNCTION(memmove);
76 INTERCEPT_LIBRARY_FUNCTION(memset);
77 INTERCEPT_LIBRARY_FUNCTION(strcat);
78 INTERCEPT_LIBRARY_FUNCTION(strchr);
79 INTERCEPT_LIBRARY_FUNCTION(strcmp);
80 INTERCEPT_LIBRARY_FUNCTION(strcpy);
81 INTERCEPT_LIBRARY_FUNCTION(strcspn);
82 INTERCEPT_LIBRARY_FUNCTION(strdup);
83 INTERCEPT_LIBRARY_FUNCTION(strlen);
84 INTERCEPT_LIBRARY_FUNCTION(strncat);
85 INTERCEPT_LIBRARY_FUNCTION(strncmp);
86 INTERCEPT_LIBRARY_FUNCTION(strncpy);
87 INTERCEPT_LIBRARY_FUNCTION(strnlen);
88 INTERCEPT_LIBRARY_FUNCTION(strpbrk);
89 INTERCEPT_LIBRARY_FUNCTION(strrchr);
90 INTERCEPT_LIBRARY_FUNCTION(strspn);
91 INTERCEPT_LIBRARY_FUNCTION(strstr);
92 INTERCEPT_LIBRARY_FUNCTION(strtok);
93 INTERCEPT_LIBRARY_FUNCTION(strtol);
94 INTERCEPT_LIBRARY_FUNCTION(wcslen);
95 INTERCEPT_LIBRARY_FUNCTION(wcsnlen);
102 INTERCEPT_LIBRARY_FUNCTION(__C_specific_handler);
104 INTERCEPT_LIBRARY_FUNCTION(_except_handler3);