Lines Matching defs:INTERCEPTOR
134 INTERCEPTOR(int, pthread_create, void *thread, void *attr,
165 INTERCEPTOR(int, pthread_join, void *t, void **arg) {
171 INTERCEPTOR(char *, index, const char *string, int c)
176 INTERCEPTOR(char *, strcat, char *to, const char *from) {
188 INTERCEPTOR(char *, strncat, char *to, const char *from, usize size) {
201 INTERCEPTOR(char *, strcpy, char *to, const char *from) {
214 INTERCEPTOR(char *, strdup, const char *s) {
228 INTERCEPTOR(char *, __strdup, const char *s) {
242 INTERCEPTOR(char *, strncpy, char *to, const char *from, usize size) {
252 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) {
262 INTERCEPTOR(int, atoi, const char *nptr) {
277 INTERCEPTOR(long, atol, const char *nptr) {
288 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) {
298 INTERCEPTOR(long long, atoll, const char *nptr) {