Searched refs:wcstok (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libc/inc/ |
H A D | mse_int.h | 36 #undef wcstok 42 extern wchar_t *wcstok(wchar_t *, const wchar_t *);
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | wstok.c | 76 wcstok(wchar_t *string, const wchar_t *sepset) in wcstok() function 88 return (wcstok(string, sepset)); in wstok()
|
/titanic_50/usr/src/head/iso/ |
H A D | wchar_iso.h | 260 extern wchar_t *wcstok(wchar_t *, const wchar_t *); 264 #pragma redefine_extname wcstok __wcstok_xpg5 266 extern wchar_t *wcstok(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD, 275 #define wcstok __wcstok_xpg5 macro
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 264 #undef wcstok 283 #define wcstok(x, y, z) strtok(x, y) macro
|
/titanic_50/usr/src/head/ |
H A D | wchar.h | 72 using std::wcstok;
|
/titanic_50/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 73 wcstok { TYPE = FUNCTION };
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1361 wcstok.3c \ 2463 wcstok.3c := LINKSRC = wcstring.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1557 wcstok;
|
H A D | llib-lc | 1594 wchar_t *wcstok(wchar_t *string, const wchar_t *sepset);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1431 link path=usr/share/man/man3c/wcstok.3c target=wcstring.3c
|
/titanic_50/ |
H A D | .gitignore | 5343 usr/src/man/man3c/wcstok.3c
|