Searched refs:StrCmp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dthcoll.cpp344 StrCmp(const void *p1, const void *p2) { function
385 qsort (toSort, LINES, sizeof (UChar *), StrCmp);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DService.c144 # define StrCmp(X,Y) wcscmp(X,Y) macro
147 # define StrCmp(X,Y) strcmp(X,Y) macro
233 if( StrCmp( argv[ i ], TEXT("-install") ) == 0 ) // Install
246 else if( StrCmp( argv[ i ], TEXT("-remove") ) == 0 ) // Remove
255 else if( StrCmp( argv[ i ], TEXT("-start") ) == 0 ) // Start
259 else if( StrCmp( argv[ i ], TEXT("-server") ) == 0 ) // Server
268 else if( StrCmp( argv[ i ], TEXT("-q") ) == 0 ) // Quiet Mode (toggle)
272 else if( ( StrCmp( argv[ i ], TEXT("-help") ) == 0 ) || // Help
273 ( StrCmp( argv[ i ], TEXT("-h") ) == 0 ) )
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnsis.vim157 syn keyword nsisInstruction SendMessage IsWindow IfFileExists MessageBox StrCmp
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3273 #define StrCmp(x,y) strcmp(x,y) macro
3856 if (StrCmp(szVal, SZ_PINF) == 0 ||
3857 StrCmp(szVal, SZ_INF) == 0 ) {
3863 if (StrCmp(szVal, SZ_NINF) == 0) {
3869 if (StrCmp(szVal, SZ_NaN) == 0) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1566 StrCmpOpt StrCmp; StrNCmpOpt StrNCmp; member in class:__anon10445::SimplifyLibCalls
1644 Optimizations["strcmp"] = &StrCmp;

Completed in 143 milliseconds