Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h238 #undef wcstol
243 #define wcstol strtol macro
/titanic_41/usr/src/head/
H A Dwchar.h56 using std::wcstol;
/titanic_41/usr/src/cmd/make/bin/
H A Dpmake.cc406 limit = (int) wcstol(ms, &ms, 10); in get_max()
/titanic_41/usr/src/lib/libw/common/
H A Dmapfile-vers54 wcstol { TYPE = FUNCTION };
/titanic_41/usr/src/head/iso/
H A Dwchar_iso.h221 extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
/titanic_41/usr/src/man/man3c/
H A DMakefile515 wcstol.3c \
2324 watoi.3c := LINKSRC = wcstol.3c
2325 watol.3c := LINKSRC = wcstol.3c
2326 watoll.3c := LINKSRC = wcstol.3c
2327 wcstoll.3c := LINKSRC = wcstol.3c
2328 wstol.3c := LINKSRC = wcstol.3c
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.c1046 return ((int)wcstol(p, NULL, 10)); in wstoi()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc510 file path=usr/share/man/man3c/wcstol.3c
1338 link path=usr/share/man/man3c/watoi.3c target=wcstol.3c
1339 link path=usr/share/man/man3c/watol.3c target=wcstol.3c
1340 link path=usr/share/man/man3c/watoll.3c target=wcstol.3c
1366 link path=usr/share/man/man3c/wcstoll.3c target=wcstol.3c
1400 link path=usr/share/man/man3c/wstol.3c target=wcstol.3c
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk1.c771 ((number = wcstol(linebuf, (wchar_t **)0, 10)), errno != ERANGE)) in lexnumber()
/titanic_41/usr/src/lib/libc/amd64/
H A DMakefile680 wcstol.o \
/titanic_41/usr/src/lib/libc/i386/
H A DMakefile.com724 wcstol.o \
/titanic_41/usr/src/lib/libc/sparcv9/
H A DMakefile.com696 wcstol.o \
/titanic_41/usr/src/lib/libc/sparc/
H A DMakefile.com751 wcstol.o \
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc1594 /* wcstol.c */
1595 long wcstol(const wchar_t *_RESTRICT_KYWD str, wchar_t **_RESTRICT_KYWD ptr,
H A Dmapfile-vers1405 wcstol;