Searched refs:cmp (Results 1 – 6 of 6) sorted by relevance
5 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
103 cmp -s .tmpver.1 .tmpver.2; then
391 if ! cmp -s System.map .tmp_System.map; then
1100 int cmp = strcmp(action->name, (*ppaction)->name); in parse_type() local1101 if (cmp == 0) { in parse_type()1106 if (cmp < 0) { in parse_type()
62 if [ ! -r $@ ] || ! cmp -s $@ $(dot-target).tmp; then \
52 cmp -s .tmp.config .config || \