HomeSort by relevance Sort by last modified time
    Searched refs:wcsrchr (Results 1 - 21 of 21) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsrchr.c 33 wcsrchr(const wchar_t *s, wchar_t c) function
  /external/expat/xmlwf/
xmltchar.h 50 # define tcsrchr wcsrchr
  /external/libcxx/include/
wchar.h 82 const wchar_t* wcsrchr(const wchar_t* s, wchar_t c);
83 wchar_t* wcsrchr( wchar_t* s, wchar_t c);
151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);}
153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} function
155 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} function
  /external/python/cpython3/Python/
pathconfig.c 329 wchar_t *q = wcsrchr(argv0, SEP);
335 q = wcsrchr(argv0copy, SEP);
358 p = wcsrchr(argv0, SEP);
360 q = wcsrchr(p ? p : argv0, '/');
376 p = wcsrchr(argv0, SEP);
  /external/python/cpython3/PC/
python_uwp.cpp 111 wchar_t *name = wcsrchr(buffer, L'\\');
179 const wchar_t *p = wcsrchr(exeName, L'\\');
launcher.c 578 p = wcsrchr(wrapped_script_path, L'.');
    [all...]
getpathp.c 1058 s = wcsrchr(py3path, L'\\');
    [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 91 ASSERT_SAME_TYPE(wchar_t*, decltype(std::wcsrchr((wchar_t*)0, L' ')));
111 // set for wcschr, wcspbrk, wcsrchr, wcsstr, and wmemchr, unless the compiler is
116 ASSERT_SAME_TYPE(const wchar_t*, decltype(std::wcsrchr((const wchar_t*)0, L' ')));
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 130 /** The wcsrchr function locates the last occurrence of c in the wide string
134 @return The wcsrchr function returns a pointer to the wide character,
137 wchar_t *wcsrchr(const wchar_t *s, wchar_t c) function
  /external/mdnsresponder/mDNSWindows/
loclibrary.c 156 app = wcsrchr( folder, '\\' );
  /bionic/libc/arch-x86/atom/string/
sse2-wcsrchr-atom.S 89 ENTRY (wcsrchr) function
402 END (wcsrchr)
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 89 static_assert((std::is_same<decltype(wcsrchr((wchar_t*)0, L' ')), wchar_t*>::value), "");
109 // set for wcschr, wcspbrk, wcsrchr, wcsstr, and wmemchr, unless the compiler is
114 static_assert((std::is_same<decltype(wcsrchr((const wchar_t*)0, L' ')), const wchar_t*>::value), "");
  /bionic/tests/headers/posix/
wchar_h.c 98 FUNCTION(wcsrchr, wchar_t* (*f)(const wchar_t*, wchar_t));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 110 wchar_t *wcsrchr (const wchar_t *S, wchar_t c);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 422 Tail = wcsrchr(Path, L'\\');
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 91 wchar_t *last_bslash = wcsrchr(path_buffer + sz, L'\\');
  /bionic/libc/include/
wchar.h 93 wchar_t* wcsrchr(const wchar_t* __s, wchar_t __wc);
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 1026 dot = wcsrchr(path, '.');
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 2795 milliseconds