Home
last modified time | relevance | path

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

/scripts/
DMakefile.kcov5 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
Dmkcompile_h103 cmp -s .tmpver.1 .tmpver.2; then
Dlink-vmlinux.sh391 if ! cmp -s System.map .tmp_System.map; then
Dasn1_compiler.c1100 int cmp = strcmp(action->name, (*ppaction)->name); in parse_type() local
1101 if (cmp == 0) { in parse_type()
1106 if (cmp < 0) { in parse_type()
DKbuild.include62 if [ ! -r $@ ] || ! cmp -s $@ $(dot-target).tmp; then \
/scripts/kconfig/
DMakefile52 cmp -s .tmp.config .config || \