Searched refs:strnotequal (Results 1 – 2 of 2) sorted by relevance
48 #define strnotequal(s1, s2) (*(s1) != *(s2) || strcmp(s1, s2) != 0) macro
1066 strnotequal(oldname, srcfiles[i]) || in build()1377 strnotequal(oldname, names[i])) { in samelist()