Lines Matching refs:FUNCTION_DELEGATE
31 #define FUNCTION_DELEGATE(name, impl) \ macro
36 FUNCTION_DELEGATE(memcmp, memcmp_generic)
37 FUNCTION_DELEGATE(memset, memset_generic)
38 FUNCTION_DELEGATE(__memset_chk, __memset_chk_generic)
39 FUNCTION_DELEGATE(memcpy, memmove_generic)
40 FUNCTION_DELEGATE(memmove, memmove_generic)
41 FUNCTION_DELEGATE(strcpy, strcpy_generic)
42 FUNCTION_DELEGATE(strncpy, strncpy_generic)
43 FUNCTION_DELEGATE(strlen, strlen_generic)
44 FUNCTION_DELEGATE(strcmp, strcmp_generic)
45 FUNCTION_DELEGATE(strncmp, strncmp_generic)
46 FUNCTION_DELEGATE(strcat, strcat_generic)
47 FUNCTION_DELEGATE(wmemcmp, wmemcmp_freebsd)
48 FUNCTION_DELEGATE(wmemset, wmemset_freebsd)
49 FUNCTION_DELEGATE(wcscat, wcscat_freebsd)
50 FUNCTION_DELEGATE(strncat, strncat_openbsd)
51 FUNCTION_DELEGATE(strlcat, strlcat_openbsd)
52 FUNCTION_DELEGATE(strlcpy, strlcpy_openbsd)
53 FUNCTION_DELEGATE(wcscpy, wcscpy_freebsd)