Home
last modified time | relevance | path

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

/lib/
Dparser.c40 if (strncmp(p, s, meta-p)) in match_one()
Dstring.c270 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() function
285 EXPORT_SYMBOL(strncmp);
Dkobject_uevent.c76 if (strncmp(kobject_actions[action], buf, count) != 0) in kobject_action_type()
Ddma-debug.c190 strncmp(current_driver_name, drv->name, NAME_MAX_LEN - 1) == 0) { in driver_filter()
829 if (strncmp(str, "off", 3) == 0) { in dma_debug_cmdline()
Ddynamic_debug.c71 if (strncmp(path, __FILE__, skip)) in trim_prefix()