Searched refs:_libkernel_string_functions (Results 1 – 2 of 2) sorted by relevance
161 static const struct _libkernel_string_functions178 _libkernel_string_functions = fns; in __libkernel_platform_init()186 return _libkernel_string_functions->bzero(s, n); in bzero()193 return _libkernel_string_functions->bzero(s, n); in __bzero()200 return _libkernel_string_functions->memchr(s, c, n); in memchr()242 return _libkernel_string_functions->strchr(s, c); in strchr()249 return _libkernel_string_functions->strchr(s, c); in index()256 return _libkernel_string_functions->strcmp(s1, s2); in strcmp()263 return _libkernel_string_functions->strcpy(dst, src); in strcpy()284 return _libkernel_string_functions->strlen(str); in strlen()[all …]
91 typedef const struct _libkernel_string_functions { struct