Home
last modified time | relevance | path

Searched refs:wcstol (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwcstol.c31 #pragma weak _wcstol = wcstol
58 wcstol(const wchar_t *str, wchar_t **ptr, int base) in wcstoll()
H A Dwstol.c39 return (wcstol(str, ptr, base)); in wstol()
H A Dwcstoimax.c69 return ((int32_t)wcstol(nptr, endptr, base)); in _wcstoimax_c89()
/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c323 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 Dm_wchar.h236 #undef wcstol
241 #define wcstol strtol macro
/illumos-gate/usr/src/head/
H A Dwchar.h56 using std::wcstol;
/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc406 limit = (int) wcstol(ms, &ms, 10); in get_max()
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers54 wcstol { TYPE = FUNCTION };
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h215 extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
/illumos-gate/usr/src/man/man3c/
H A DMakefile555 wcstol.3c \
2573 watoi.3c := LINKSRC = wcstol.3c
2574 watol.3c := LINKSRC = wcstol.3c
2575 watoll.3c := LINKSRC = wcstol.3c
2576 wcstoll.3c := LINKSRC = wcstol.3c
2577 wstol.3c := LINKSRC = wcstol.3c
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c1050 return ((int)wcstol(p, NULL, 10)); in wstoi()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c765 ((number = wcstol(linebuf, (wchar_t **)0, 10)), errno != ERANGE)) in lexnumber()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1439 link path=usr/share/man/man3c/watoi.3c target=wcstol.3c
1440 link path=usr/share/man/man3c/watol.3c target=wcstol.3c
1441 link path=usr/share/man/man3c/watoll.3c target=wcstol.3c
1477 file path=usr/share/man/man3c/wcstol.3c
1479 link path=usr/share/man/man3c/wcstoll.3c target=wcstol.3c
1532 link path=usr/share/man/man3c/wstol.3c target=wcstol.3c
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile707 wcstol.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com754 wcstol.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com724 wcstol.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com780 wcstol.o \
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1710 wcstol;