Home
last modified time | relevance | path

Searched refs:wcschr (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython3/PC/
Dgetpathp.c457 if (wcschr(prog, SEP) || wcschr(prog, ALTSEP)) in get_progpath()
459 if (wcschr(prog, SEP)) in get_progpath()
464 wchar_t *delim = wcschr(path, DELIM); in get_progpath()
781 buf = wcschr(buf, L'\0'); in calculate_path()
787 buf = wcschr(buf, L'\0'); in calculate_path()
793 buf = wcschr(buf, L'\0'); in calculate_path()
800 buf = wcschr(buf, L'\0'); in calculate_path()
808 buf = wcschr(buf, L'\0'); in calculate_path()
816 q = wcschr(p, DELIM); in calculate_path()
824 buf = wcschr(buf, L'\0'); in calculate_path()
[all …]
Dlauncher.c296 if (wcschr(ip->executable, L' ') != NULL) { in locate_pythons_for_key()
779 if (wcschr(name, L'.') != NULL) { in find_on_path()
1257 suffix = wcschr(command, L' '); in maybe_handle_shebang()
1318 result = wcschr(result, c); in skip_me()
Dpyshellext.cpp61 length += oneLength + (wcschr(pszSource, ' ') ? 3 : 1); in FilenameListCchLengthW()
/external/libcxx/include/
Dwchar.h137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr()
139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() function
Dcwchar71 const wchar_t* wcschr(const wchar_t* s, wchar_t c);
72 wchar_t* wcschr( wchar_t* s, wchar_t c);
156 using ::wcschr;
/external/python/cpython3/Modules/
Dgetpath.c325 delim = wcschr(prefix, DELIM); in search_for_prefix()
389 delim = wcschr(home, DELIM); in search_for_exec_prefix()
515 if (wcschr(prog, SEP)) in calculate_path()
538 wchar_t *delim = wcschr(path, DELIM); in calculate_path()
720 wchar_t *delim = wcschr(defpath, DELIM); in calculate_path()
761 wchar_t *delim = wcschr(defpath, DELIM); in calculate_path()
Dtimemodule.c640 for (outbuf = wcschr(fmt, '%'); in time_strftime()
642 outbuf = wcschr(outbuf+2, '%')) in time_strftime()
/external/valgrind/memcheck/tests/
Dwcs.c23 e = wcschr (a, L'd'); in main()
/external/e2fsprogs/intl/
Dprintf.c275 if (wcschr (format, '$') == NULL) in libintl_vfwprintf()
333 if (wcschr (format, '$') == NULL) in libintl_vswprintf()
/external/expat/xmlwf/
Dxmltchar.h49 # define tcschr wcschr
/external/python/cpython3/Python/
Dgetopt.c102 if ((ptr = wcschr(optstring, option)) == NULL) { in _PyOS_GetOpt()
Dsysmodule.c1529 name_end = wcschr(s, L'='); in PySys_AddXOption()
2096 while ((p = wcschr(p, delim)) != NULL) { in makepathobject()
2104 p = wcschr(path, delim); in makepathobject()
2194 else if (wcschr(link, SEP) == NULL) in sys_update_path()
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp85 static_assert((std::is_same<decltype(wcschr((wchar_t*)0, L' ')), wchar_t*>::value), ""); in main()
112 …static_assert((std::is_same<decltype(wcschr((const wchar_t*)0, L' ')), const wchar_t*>::value), ""… in main()
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp369 lpszFullString = std::wcschr(lpszFullString, chSep); in ExtractSubString()
378 const wchar_t* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp84 static_assert((std::is_same<decltype(std::wcschr((wchar_t*)0, L' ')), wchar_t*>::value), ""); in main()
111 …static_assert((std::is_same<decltype(std::wcschr((const wchar_t*)0, L' ')), const wchar_t*>::value… in main()
/external/libedit/src/
Dvis.c170 wcschr(L"#$@[\\]^`{|}~", c) != NULL)) { in do_mvis()
270 iswextra = wcschr(extra, c) != NULL; in do_svis()
Dchartype.h98 #define Strchr(s,c) wcschr(s,c)
/external/webrtc/webrtc/base/
Dstringutils.h91 return wcschr(s, c); in strchr()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc975 if (!wcschr(*name, ':') && !wcschr(*name, '(') && in GetSymbolFunctionName()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc577 INTERCEPTOR(wchar_t *, wcschr, void *s, wchar_t wc, void *ps) { in INTERCEPTOR() argument
579 wchar_t *res = REAL(wcschr)(s, wc, ps); in INTERCEPTOR()
1544 INTERCEPT_FUNCTION(wcschr); in InitializeInterceptors()
/external/libchrome/base/strings/
Dstring_util.cc144 if (wcschr(L"diouxXeEfgGaAcspn%", *position)) { in IsWprintfFormatPortable()
/external/valgrind/shared/
Dvg_replace_strmem.c1949 WCSCHR(VG_Z_LIBC_SONAME, wcschr)
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1534 const wchar_t* pwc = wcschr(argv[i], L'='); in ProcessCommandLine()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym218 FILE 6036 f:\dd\vctools\crt\crtw32\string\amd64\wcschr.c
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3240 fun:wcschr=uninstrumented

12