Searched refs:strncmp (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | parser.c | 40 if (strncmp(p, s, meta-p)) in match_one()
|
D | string.c | 270 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() function 285 EXPORT_SYMBOL(strncmp);
|
D | kobject_uevent.c | 76 if (strncmp(kobject_actions[action], buf, count) != 0) in kobject_action_type()
|
D | dma-debug.c | 190 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()
|
D | dynamic_debug.c | 71 if (strncmp(path, __FILE__, skip)) in trim_prefix()
|