of_prop_cmp        24 arch/sparc/include/asm/prom.h #define of_prop_cmp(s1, s2)		strcasecmp((s1), (s2))
of_prop_cmp       987 include/linux/of.h #define of_prop_cmp(s1, s2)		strcmp((s1), (s2))