Home
last modified time | relevance | path

Searched refs:wcschr (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcschr.c28 wchar_t wcs[] = L"This is a c test for wcschr"; in wcschr_0100()
30 p = wcschr(wcs, L'c'); in wcschr_0100()
43 wchar_t wcs[] = L"This is a c test for wcschr"; in wcschr_0200()
45 p = wcschr(wcs, L'\0'); in wcschr_0200()
58 wchar_t wcs[] = L"This is a c test for wcschr"; in wcschr_0300()
60 p = wcschr(wcs, L'T'); in wcschr_0300()
/third_party/musl/src/string/
H A Dwcscspn.c7 if (!c[1]) return (s=wcschr(a=s, *c)) ? s-a : wcslen(a); in wcscspn()
8 for (a=s; *s && !wcschr(c, *s); s++); in wcscspn()
H A Dwcsspn.c6 for (a=s; *s && wcschr(c, *s); s++); in wcsspn()
H A Dwcschr.c3 wchar_t *wcschr(const wchar_t *s, wchar_t c) in wcschr() function
H A Dwcsstr.c100 h = wcschr(h, *n); in wcsstr()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dwcschr.c3 wchar_t *wcschr(const wchar_t *s, wchar_t c) in wcschr() function
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dwcschr.c3 wchar_t *wcschr(const wchar_t *s, wchar_t c) in wcschr() function
/third_party/musl/src/ctype/
H A Diswspace.c16 return wc && wcschr(spaces, wc); in iswspace()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h50 # define tcschr wcschr
/third_party/python/Python/
H A Dgetopt.c147 if ((ptr = wcschr(SHORT_OPTS, option)) == NULL) { in _PyOS_GetOpt()
H A Dpathconfig.c188 p = wcschr(p, L'\0'); in _PyPathConfig_UpdateGlobal()
442 else if (wcschr(link, SEP) == NULL) { in _PyPathConfig_ComputeSysPath0()
H A Dpreconfig.c574 wchar_t *sep = wcschr(option, L'='); in _Py_get_xoption()
605 wchar_t *sep = wcschr(xopt, L'='); in preconfig_init_utf8_mode()
H A Dsysmodule.c2360 const wchar_t *name_end = wcschr(s, L'='); in _PySys_AddXOptionWithError()
3019 const wchar_t *name_end = wcschr(s, L'='); in sys_add_xoption()
3258 while ((p = wcschr(p, delim)) != NULL) { in makepathobject()
3266 p = wcschr(path, delim); in makepathobject()
H A Dinitconfig.c1553 const wchar_t *sep = wcschr(xoption, L'='); in config_get_xoption_value()
1713 const wchar_t *sep = wcschr(xoption, L'='); in config_init_tracemalloc()
1759 const wchar_t *sep = wcschr(xoption, L'='); in config_init_int_max_str_digits()
1786 const wchar_t *sep = wcschr(xoption, L'='); in config_init_pycache_prefix()
/third_party/musl/libc-test/src/functional/
H A Dclocale_mbfuncs.c47 if (wcschr(map+1, i)) continue; in main()
/third_party/python/PC/
H A Dlauncher2.c317 wcschr(separators, x[yLen]) != NULL; in _startsWithSeparated()
658 const wchar_t *argStart = wcschr(arg, L':') + 1; in parseCommandLine()
659 const wchar_t *tagStart = wcschr(argStart, L'/') ; in parseCommandLine()
1158 wchar_t *slash = wcschr(tag, L'/'); in checkDefaults()
1299 const wchar_t *xDash = wcschr(x, L'-'); in _compareTag()
1300 const wchar_t *yDash = wcschr(y, L'-'); in _compareTag()
2340 if (wcschr(executablePath, L' ') && executablePath[0] != L'"') { in calculateCommandLine()
2361 if ((wcschr(launch->installDir, L' ') && launch->installDir[0] != L'"') || in calculateCommandLine()
2362 (wcschr(executable, L' ') && executable[0] != L'"')) { in calculateCommandLine()
H A Dlauncher.c386 if (wcschr(ip->executable, L' ') != NULL) { in _locate_pythons_for_key()
936 if (wcschr(name, L'.') != NULL) { in find_on_path()
1438 suffix = wcschr(command, L' '); in maybe_handle_shebang()
1499 result = wcschr(result, c); in skip_me()
H A Dpyshellext.cpp60 length += oneLength + (wcschr(pszSource, ' ') ? 3 : 1); in FilenameListCchLengthW()
/third_party/libuv/src/win/
H A Dprocess.c368 dot = wcschr(file_name_start, L'.'); in search_path()
405 dir_end = wcschr(dir_start + 1, *dir_start); in search_path()
407 dir_end = wcschr(dir_start, L'\0'); in search_path()
411 dir_end = wcschr(dir_end, L';'); in search_path()
413 dir_end = wcschr(dir_start, L'\0'); in search_path()
610 a_eq = wcschr(a, L'='); in env_strncmp()
616 b_eq = wcschr(b, L'='); in env_strncmp()
/third_party/node/deps/uv/src/win/
H A Dprocess.c376 dot = wcschr(file_name_start, L'.'); in search_path()
411 dir_end = wcschr(dir_start + 1, *dir_start); in search_path()
413 dir_end = wcschr(dir_start, L'\0'); in search_path()
417 dir_end = wcschr(dir_end, L';'); in search_path()
419 dir_end = wcschr(dir_start, L'\0'); in search_path()
627 a_eq = wcschr(a, L'='); in env_strncmp()
633 b_eq = wcschr(b, L'='); in env_strncmp()
/third_party/musl/libc-test/src/api/
H A Dwchar.c48 {wchar_t*(*p)(const wchar_t*,wchar_t) = wcschr;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h64 wchar_t *wcschr (const wchar_t *, wchar_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h64 wchar_t *wcschr (const wchar_t *, wchar_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h64 wchar_t *wcschr (const wchar_t *, wchar_t);
/third_party/musl/include/
H A Dwchar.h64 wchar_t *wcschr (const wchar_t *, wchar_t);

Completed in 22 milliseconds

12