Home
last modified time | relevance | path

Searched refs:wcscmp (Results 1 – 25 of 38) sorted by relevance

12

/external/libedit/examples/
Dwtc1.c211 if (wcscmp (av[0], L"history") == 0) { in main()
221 if (wcscmp(av[1], L"clear") == 0) in main()
227 if (wcscmp(av[1], L"load") == 0) in main()
230 else if (wcscmp(av[1], L"save") == 0) in main()
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c340 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate()
359 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
362 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
365 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
368 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
371 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
/external/pdfium/fpdfsdk/src/javascript/
Devent.cpp112 if (!vp.IsGetting() && wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0) in fieldFull()
233 if (wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0) in selEnd()
257 if (wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0) in selStart()
348 if (wcscmp((const wchar_t*)pEvent->Type(),L"Field") != 0) in value()
DPublicMethods.cpp2111 if (wcscmp(sFunction.c_str(), L"PRD") == 0) in AFSimple_Calculate()
2179 …if (i == 0 && j == 0 && (wcscmp(sFunction.c_str(), L"MIN") == 0 || wcscmp(sFunction.c_str(), L"MAX… in AFSimple_Calculate()
2189 if (wcscmp(sFunction.c_str(), L"AVG") == 0 && nFieldsCount > 0) in AFSimple_Calculate()
/external/valgrind/memcheck/tests/
Dwcs.stderr.exp2 wcscmp equal: 0
Dwcs.c20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0 in main()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc177 if (!wcscmp(L"--timeout", argv[currentarg])) { in wmain()
182 if (!wcscmp(L"--product", argv[currentarg])) { in wmain()
/external/bison/lib/
Dwchar.in.h698 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
701 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
702 _GL_CXXALIASWARN (wcscmp);
704 # undef wcscmp
706 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
/external/bison/linux-lib/
Dwchar.h1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
1014 _GL_CXXALIASWARN (wcscmp);
1016 # undef wcscmp
1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
/external/bison/darwin-lib/
Dwchar.h1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)
1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2));
1014 _GL_CXXALIASWARN (wcscmp);
1016 # undef wcscmp
1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc97 if (wcscmp(scheme, L"https") == 0) { in SendRequest()
99 } else if (wcscmp(scheme, L"http") != 0) { in SendRequest()
Dpdb_source_line_writer.cc962 if (wcscmp(name_end, replace_string) == 0) { in GetSymbolFunctionName()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c189 if (wcscmp(fd.cFileName, L".") != 0 && in RemoveDirWithSubItems()
190 wcscmp(fd.cFileName, L"..") != 0) in RemoveDirWithSubItems()
/external/libcxx/include/
Dcwchar67 int wcscmp(const wchar_t* s1, const wchar_t* s2);
165 using ::wcscmp;
/external/libedit/src/
Dchartype.h106 #define Strcmp(s,v) wcscmp(s,v)
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp78 static_assert((std::is_same<decltype(wcscmp(L"", L"")), int>::value), ""); in main()
/external/llvm/lib/Support/Windows/
DProcess.inc193 if (wcscmp(Arg, L"/?") == 0 || wcscmp(Arg, L"-?") == 0) {
/external/ltrace/testsuite/ltrace.minor/
Dwchar.exp102 i = wcscmp(wcschr(wcsncat(wcscat(wbuf, L"žluťoučký "),
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp78 static_assert((std::is_same<decltype(std::wcscmp(L"", L"")), int>::value), ""); in main()
/external/pdfium/core/include/fxcrt/
Dfx_system.h208 #define FXSYS_wcscmp wcscmp
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp444 return wcscmp(cshFamilyName.get(), ctxFamilyName.get()) == 0 && in FindByDWriteFont()
445 wcscmp(cshFaceName.get(), ctxFaceName.get()) == 0; in FindByDWriteFont()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp334 QFUNC(win_wcscmp, wcscmp, win_data)
482 BFUNC(win_wcscmp, wcscmp, win_data)
/external/bison/m4/
Dwchar_h.m454 wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc634 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() argument
636 int res = REAL(wcscmp)(s1, s2); in INTERCEPTOR()
1545 INTERCEPT_FUNCTION(wcscmp); in InitializeInterceptors()
/external/ltrace/etc/
Dlibc.so.conf492 int wcscmp(wstring_t, wstring_t);

12