/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcschr.c | 28 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 D | wcscspn.c | 7 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 D | wcsspn.c | 6 for (a=s; *s && wcschr(c, *s); s++); in wcsspn()
|
H A D | wcschr.c | 3 wchar_t *wcschr(const wchar_t *s, wchar_t c) in wcschr() function
|
H A D | wcsstr.c | 100 h = wcschr(h, *n); in wcsstr()
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | wcschr.c | 3 wchar_t *wcschr(const wchar_t *s, wchar_t c) in wcschr() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | wcschr.c | 3 wchar_t *wcschr(const wchar_t *s, wchar_t c) in wcschr() function
|
/third_party/musl/src/ctype/ |
H A D | iswspace.c | 16 return wc && wcschr(spaces, wc); in iswspace()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmltchar.h | 50 # define tcschr wcschr
|
/third_party/python/Python/ |
H A D | getopt.c | 147 if ((ptr = wcschr(SHORT_OPTS, option)) == NULL) { in _PyOS_GetOpt()
|
H A D | pathconfig.c | 188 p = wcschr(p, L'\0'); in _PyPathConfig_UpdateGlobal() 442 else if (wcschr(link, SEP) == NULL) { in _PyPathConfig_ComputeSysPath0()
|
H A D | preconfig.c | 574 wchar_t *sep = wcschr(option, L'='); in _Py_get_xoption() 605 wchar_t *sep = wcschr(xopt, L'='); in preconfig_init_utf8_mode()
|
H A D | sysmodule.c | 2360 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 D | initconfig.c | 1553 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 D | clocale_mbfuncs.c | 47 if (wcschr(map+1, i)) continue; in main()
|
/third_party/python/PC/ |
H A D | launcher2.c | 317 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 D | launcher.c | 386 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 D | pyshellext.cpp | 60 length += oneLength + (wcschr(pszSource, ' ') ? 3 : 1); in FilenameListCchLengthW()
|
/third_party/libuv/src/win/ |
H A D | process.c | 368 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 D | process.c | 376 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 D | wchar.c | 48 {wchar_t*(*p)(const wchar_t*,wchar_t) = wcschr;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 64 wchar_t *wcschr (const wchar_t *, wchar_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 64 wchar_t *wcschr (const wchar_t *, wchar_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 64 wchar_t *wcschr (const wchar_t *, wchar_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 64 wchar_t *wcschr (const wchar_t *, wchar_t);
|