Searched refs:wcstol (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | wcstol.c | 31 #pragma weak _wcstol = wcstol 58 wcstol(const wchar_t *str, wchar_t **ptr, int base) in wcstoll()
|
H A D | wstol.c | 39 return (wcstol(str, ptr, base)); in wstol()
|
H A D | wcstoimax.c | 69 return ((int32_t)wcstol(nptr, endptr, base)); in _wcstoimax_c89()
|
/illumos-gate/usr/src/lib/libxcurses/src/tabs/ |
H A D | tabs.c | 323 nc = (int) wcstol(p, &p, 0); in do_tabs() 344 nc = (int) wcstol(p, &p, 0); in do_tabs() 353 nc += (int) wcstol(p, &p, 0); in do_tabs()
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 236 #undef wcstol 241 #define wcstol strtol macro
|
/illumos-gate/usr/src/head/ |
H A D | wchar.h | 56 using std::wcstol;
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | pmake.cc | 406 limit = (int) wcstol(ms, &ms, 10); in get_max()
|
/illumos-gate/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 54 wcstol { TYPE = FUNCTION };
|
/illumos-gate/usr/src/head/iso/ |
H A D | wchar_iso.h | 215 extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 569 wcstol.3c \ 2753 watoi.3c := LINKSRC = wcstol.3c 2754 watol.3c := LINKSRC = wcstol.3c 2755 watoll.3c := LINKSRC = wcstol.3c 2756 wcstoll.3c := LINKSRC = wcstol.3c 2757 wstol.3c := LINKSRC = wcstol.3c
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4.c | 1050 return ((int)wcstol(p, NULL, 10)); in wstoi()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 765 ((number = wcstol(linebuf, (wchar_t **)0, 10)), errno != ERANGE)) in lexnumber()
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 724 wcstol.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 708 wcstol.o \
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 756 wcstol.o \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1582 link path=usr/share/man/man3c/watoi.3c target=wcstol.3c 1583 link path=usr/share/man/man3c/watol.3c target=wcstol.3c 1584 link path=usr/share/man/man3c/watoll.3c target=wcstol.3c 1620 file path=usr/share/man/man3c/wcstol.3c 1622 link path=usr/share/man/man3c/wcstoll.3c target=wcstol.3c 1675 link path=usr/share/man/man3c/wstol.3c target=wcstol.3c
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 780 wcstol.o \
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1808 wcstol;
|