Searched refs:strncmp (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | test_printf.c | 227 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_format() 233 if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0) in plain_format() 266 if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) { in plain_hash_to_buffer() 285 if (strncmp(buf, PTR_STR, PTR_WIDTH) == 0) in plain_hash()
|
D | test_strscpy.c | 67 if (strncmp(buf, src, count - 1) != 0) { in tc()
|
D | crc-t10dif.c | 30 strncmp(alg->cra_name, CRC_T10DIF_STRING, strlen(CRC_T10DIF_STRING))) in crc_t10dif_rehash()
|
D | cmdline.c | 180 if (!strncmp(str, option, strlen(option))) { in parse_option_str()
|
D | parser.c | 38 if (strncmp(p, s, meta-p)) in match_one()
|
D | string.c | 382 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() function 397 EXPORT_SYMBOL(strncmp);
|
D | kobject_uevent.c | 85 if (strncmp(kobject_actions[action], buf, count_first) != 0) in kobject_action_type() 425 if (strncmp(env->envp[i], modalias_prefix, in zap_modalias_env()
|
D | test_kasan.c | 653 strncmp(ptr, "2", 1); in kasan_strings()
|
D | dynamic_debug.c | 75 if (strncmp(path, __FILE__, skip)) in trim_prefix()
|