Home
last modified time | relevance | path

Searched refs:wcstok (Results 1 – 11 of 11) sorted by last modified time

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.inc56 using std::wcstok;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc56 using ::wcstok;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3274 fun:wcstok=uninstrumented
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcwchar81 wchar_t* wcstok(wchar_t* restrict s1, const wchar_t* restrict s2, wchar_t** restrict ptr);
174 using ::wcstok _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc914 SYMBOL(wcstok, None, <wchar.h>)
H A DStdSymbolMap.inc3185 SYMBOL(wcstok, std::, <cwchar>)
3186 SYMBOL(wcstok, None, <cwchar>)
3187 SYMBOL(wcstok, None, <wchar.h>)
/freebsd/usr.bin/column/
H A Dcolumn.c230 (cols[coloff] = wcstok(p, separator, &last)); in maketbl()
/freebsd/lib/libc/string/
H A DMakefile.inc27 wcsrchr.c wcsspn.c wcsstr.c wcstok.c wcswidth.c wcsxfrm.c wmemchr.c \
54 wcscoll.3 wcstok.3 \
H A DSymbol.map66 wcstok;
H A Dwcstok.c40 wcstok(wchar_t * __restrict s, const wchar_t * __restrict delim, in wcstok() function
/freebsd/include/
H A Dwchar.h164 wchar_t *wcstok(wchar_t * __restrict, const wchar_t * __restrict,