HomeSort by relevance Sort by last modified time
    Searched defs:wcstok (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcstok.c 41 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, function
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Searching.c 184 /** A sequence of calls to the wcstok function breaks the wide string pointed
187 to a caller-provided wchar_t pointer into which the wcstok function stores
200 there are no tokens in the wide string pointed to by s1 and the wcstok
204 The wcstok function then searches from there for a wide character that is
211 In all cases, the wcstok function stores sufficient information in the
216 @return The wcstok function returns a pointer to the first wide character
219 wchar_t *wcstok(wchar_t * __restrict s1, const wchar_t * __restrict s2, wchar_t ** __restrict ptr) function

Completed in 473 milliseconds