Home
last modified time | relevance | path

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

/scripts/
Dmkcompile_h102 cmp -s .tmpver.1 .tmpver.2; then
Dlink-vmlinux.sh244 if ! cmp -s System.map .tmp_System.map; then
Dasn1_compiler.c1104 int cmp = strcmp(action->name, (*ppaction)->name); in parse_type() local
1105 if (cmp == 0) { in parse_type()
1110 if (cmp < 0) { in parse_type()
DKbuild.include60 if [ -r $@ ] && cmp -s $@ $@.tmp; then \
/scripts/kconfig/
DMakefile44 cmp -s .tmp.config .config || \