Searched refs:wstol (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | wstol.c | 32 #pragma weak _wstol = wstol 39 wstol(const wchar_t *str, wchar_t **ptr, int base) in wstol() function
|
/titanic_50/usr/src/head/ |
H A D | widec.h | 84 extern long wstol(const wchar_t *, wchar_t **, int); 104 #define watol(s) wstol((s), (wchar_t **)0, 10) 108 #define watoi(s) ((int)wstol((s), (wchar_t **)0, 10))
|
/titanic_50/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 109 wstol { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 708 wstol.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 720 wstol.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 752 wstol.o \
|
/titanic_50/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 774 wstol.o \
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | llib-lc | 1616 /* wstol.c */ 1617 long wstol(const wchar_t *str, wchar_t **ptr, int base);
|
H A D | mapfile-vers | 1587 wstol;
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1397 wstol.3c \ 2448 wstol.3c := LINKSRC = wcstol.3c
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1467 link path=usr/share/man/man3c/wstol.3c target=wcstol.3c
|
/titanic_50/ |
H A D | .gitignore | 5373 usr/src/man/man3c/wstol.3c
|