Searched refs:wcstol (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | wcstol.c | 33 #pragma weak _wcstol = wcstol 60 wcstol(const wchar_t *str, wchar_t **ptr, int base) in wcstoll()
|
H A D | wstol.c | 41 return (wcstol(str, ptr, base)); in wstol()
|
H A D | wcstoimax.c | 71 return ((int32_t)wcstol(nptr, endptr, base)); in _wcstoimax_c89()
|
/titanic_41/usr/src/lib/libxcurses/src/tabs/ |
H A D | tabs.c | 325 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 D | m_wchar.h | 238 #undef wcstol 243 #define wcstol strtol macro
|
/titanic_41/usr/src/head/ |
H A D | wchar.h | 56 using std::wcstol;
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | pmake.cc | 406 limit = (int) wcstol(ms, &ms, 10); in get_max()
|
/titanic_41/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 54 wcstol { TYPE = FUNCTION };
|
/titanic_41/usr/src/head/iso/ |
H A D | wchar_iso.h | 221 extern long wcstol(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD,
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 515 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 D | m4.c | 1046 return ((int)wcstol(p, NULL, 10)); in wstoi()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 510 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 D | awk1.c | 771 ((number = wcstol(linebuf, (wchar_t **)0, 10)), errno != ERANGE)) in lexnumber()
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 680 wcstol.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 724 wcstol.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 696 wcstol.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 751 wcstol.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 1594 /* wcstol.c */ 1595 long wcstol(const wchar_t *_RESTRICT_KYWD str, wchar_t **_RESTRICT_KYWD ptr,
|
H A D | mapfile-vers | 1405 wcstol;
|