Lines Matching refs:strncmp
266 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0)
585 if (strncmp(symname, "_restgpr_", sizeof("_restgpr_") - 1) == 0 || in ignore_undef_symbol()
586 strncmp(symname, "_savegpr_", sizeof("_savegpr_") - 1) == 0 || in ignore_undef_symbol()
587 strncmp(symname, "_rest32gpr_", sizeof("_rest32gpr_") - 1) == 0 || in ignore_undef_symbol()
588 strncmp(symname, "_save32gpr_", sizeof("_save32gpr_") - 1) == 0 || in ignore_undef_symbol()
589 strncmp(symname, "_restvr_", sizeof("_restvr_") - 1) == 0 || in ignore_undef_symbol()
590 strncmp(symname, "_savevr_", sizeof("_savevr_") - 1) == 0) in ignore_undef_symbol()
594 if (strncmp(symname, "_restgpr0_", sizeof("_restgpr0_") - 1) == 0 || in ignore_undef_symbol()
595 strncmp(symname, "_savegpr0_", sizeof("_savegpr0_") - 1) == 0 || in ignore_undef_symbol()
596 strncmp(symname, "_restvr_", sizeof("_restvr_") - 1) == 0 || in ignore_undef_symbol()
597 strncmp(symname, "_savevr_", sizeof("_savevr_") - 1) == 0) in ignore_undef_symbol()
613 strncmp(symname, "__ksymtab", 9) == 0) in handle_modversions()
619 if (strncmp(symname, CRC_PFX, strlen(CRC_PFX)) == 0) { in handle_modversions()
627 if (!strncmp(symname, "__gnu_lto_", sizeof("__gnu_lto_")-1)) { in handle_modversions()
671 if (strncmp(symname, KSYMTAB_PFX, strlen(KSYMTAB_PFX)) == 0) { in handle_modversions()
717 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
805 if (strncmp(sym, p, strlen(p) - 1) == 0) in match()
1166 (strncmp(fromsym, "__param", strlen("__param")) == 0)) in secref_whitelist()
1172 (strncmp(fromsym, "__param_ops_", strlen("__param_ops_")) == 0)) in secref_whitelist()
1527 if (!strncmp(fromsym, "reference___initcall", in default_mismatch_handler()
2135 if (strncmp(staging_dir, name, strlen(staging_dir)) == 0) in add_staging_flag()