/external/python/cpython3/PC/ |
D | getpathp.c | 457 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 …]
|
D | launcher.c | 296 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()
|
D | pyshellext.cpp | 61 length += oneLength + (wcschr(pszSource, ' ') ? 3 : 1); in FilenameListCchLengthW()
|
/external/libcxx/include/ |
D | wchar.h | 137 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
|
D | cwchar | 71 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/ |
D | getpath.c | 325 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()
|
D | timemodule.c | 640 for (outbuf = wcschr(fmt, '%'); in time_strftime() 642 outbuf = wcschr(outbuf+2, '%')) in time_strftime()
|
/external/valgrind/memcheck/tests/ |
D | wcs.c | 23 e = wcschr (a, L'd'); in main()
|
/external/e2fsprogs/intl/ |
D | printf.c | 275 if (wcschr (format, '$') == NULL) in libintl_vfwprintf() 333 if (wcschr (format, '$') == NULL) in libintl_vswprintf()
|
/external/expat/xmlwf/ |
D | xmltchar.h | 49 # define tcschr wcschr
|
/external/python/cpython3/Python/ |
D | getopt.c | 102 if ((ptr = wcschr(optstring, option)) == NULL) { in _PyOS_GetOpt()
|
D | sysmodule.c | 1529 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/ |
D | wchar_h.pass.cpp | 85 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/ |
D | cpdf_textpagefind.cpp | 369 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/ |
D | cwchar.pass.cpp | 84 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/ |
D | vis.c | 170 wcschr(L"#$@[\\]^`{|}~", c) != NULL)) { in do_mvis() 270 iswextra = wcschr(extra, c) != NULL; in do_svis()
|
D | chartype.h | 98 #define Strchr(s,c) wcschr(s,c)
|
/external/webrtc/webrtc/base/ |
D | stringutils.h | 91 return wcschr(s, c); in strchr()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 975 if (!wcschr(*name, ':') && !wcschr(*name, '(') && in GetSymbolFunctionName()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 577 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/ |
D | string_util.cc | 144 if (wcschr(L"diouxXeEfgGaAcspn%", *position)) { in IsWprintfFormatPortable()
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1949 WCSCHR(VG_Z_LIBC_SONAME, wcschr)
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1534 const wchar_t* pwc = wcschr(argv[i], L'='); in ProcessCommandLine()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 218 FILE 6036 f:\dd\vctools\crt\crtw32\string\amd64\wcschr.c
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3240 fun:wcschr=uninstrumented
|