Home
last modified time | relevance | path

Searched refs:mod_strncmp (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/module/
H A Dmain.c203 static int mod_strncmp(const char *str_a, const char *str_b, size_t n) in mod_strncmp() function
1173 if (mod_strncmp(namespace, modname, len) == 0 && (glob || len == modlen)) in verify_module_namespace()