Home
last modified time | relevance | path

Searched refs:strnotequal (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h48 #define strnotequal(s1, s2) (*(s1) != *(s2) || strcmp(s1, s2) != 0) macro
H A Dmain.c1066 strnotequal(oldname, srcfiles[i]) || in build()
1377 strnotequal(oldname, names[i])) { in samelist()