Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwcstol.c33 #pragma weak _wcstol = wcstol
60 wcstol(const wchar_t *str, wchar_t **ptr, int base) in wcstoll()
H A Dwstol.c41 return (wcstol(str, ptr, base)); in wstol()
H A Dwcstoimax.c71 return ((int32_t)wcstol(nptr, endptr, base)); in _wcstoimax_c89()
/titanic_50/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c325 nc = (int) wcstol(p, &p, 0); in do_tabs()
346 nc = (int) wcstol(p, &p, 0); in do_tabs()
355 nc += (int) wcstol(p, &p, 0); in do_tabs()
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_wchar.h238 #undef wcstol
243 #define wcstol strtol macro
/titanic_50/usr/src/cmd/make/bin/
H A Dpmake.cc406 limit = (int) wcstol(ms, &ms, 10); in get_max()
/titanic_50/usr/src/head/
H A Dwchar.h56 using std::wcstol;
/titanic_50/usr/src/lib/libw/common/
H A Dmapfile-vers54 wcstol { TYPE = FUNCTION };
/titanic_50/usr/src/head/iso/
H A Dwchar_iso.h215 extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
/titanic_50/usr/src/man/man3c/
H A DMakefile537 wcstol.3c \
2444 watoi.3c := LINKSRC = wcstol.3c
2445 watol.3c := LINKSRC = wcstol.3c
2446 watoll.3c := LINKSRC = wcstol.3c
2447 wcstoll.3c := LINKSRC = wcstol.3c
2448 wstol.3c := LINKSRC = wcstol.3c
/titanic_50/usr/src/cmd/sgs/m4/common/
H A Dm4.c1046 return ((int)wcstol(p, NULL, 10)); in wstoi()
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c771 ((number = wcstol(linebuf, (wchar_t **)0, 10)), errno != ERANGE)) in lexnumber()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc532 file path=usr/share/man/man3c/wcstol.3c
1404 link path=usr/share/man/man3c/watoi.3c target=wcstol.3c
1405 link path=usr/share/man/man3c/watol.3c target=wcstol.3c
1406 link path=usr/share/man/man3c/watoll.3c target=wcstol.3c
1433 link path=usr/share/man/man3c/wcstoll.3c target=wcstol.3c
1467 link path=usr/share/man/man3c/wstol.3c target=wcstol.3c
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile683 wcstol.o \
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com700 wcstol.o \
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com727 wcstol.o \
/titanic_50/usr/src/lib/libc/sparc/
H A DMakefile.com754 wcstol.o \
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1598 /* wcstol.c */
1599 long wcstol(const wchar_t *_RESTRICT_KYWD str, wchar_t **_RESTRICT_KYWD ptr,
H A Dmapfile-vers1558 wcstol;