Searched refs:STRNEQU (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixDup.c55 if (STRNEQU (handle, "file", 4))
57 if (STRNEQU (handle, "sock", 4))
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A DtclXwinDup.c49 } else if (STRNEQU (channelName, "file", 4) ||
50 STRNEQU (channelName, "sock", 4)) {
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXdebug.c484 if (STRNEQU (argStr, "std", 3) ||
485 STRNEQU (argStr, "file", 4)) {
H A DtclXutil.c372 if (!(STRNEQU (exprStr, "end", 3) ||
373 STRNEQU (exprStr, "len", 3))) {
H A DtclExtdInt.h162 #define STRNEQU(str1, str2, cnt) \ macro
H A DtclXcmdloop.c96 if ((!STRNEQU (command, "set", 3)) || (!ISSPACE (command [3])))
H A DtclXkeylist.c447 && STRNEQU(keylIntPtr->entries [findIdx].key, key, keyLen)) {
H A DtclXsignal.c570 if (STRNEQU (sigNameUp, "SIG", 3))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c60 #define STRNEQU(str1, str2, n) \ macro
833 else if (STRNEQU(scopeString, "one", 3))
835 else if (STRNEQU(scopeString, "sub", 3))

Completed in 502 milliseconds