Searched refs:wcstoll (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstoll.c52 return (wcstoll(p, NULL, 10));
58 return (wcstoll(str, ptr, base));
H A Dwcstoimax.c56 return ((intmax_t)wcstoll(nptr, endptr, base));
H A Dwcstol.c56 wcstoll(const wchar_t *_RESTRICT_KYWD str, wchar_t **_RESTRICT_KYWD ptr, function
/illumos-gate/usr/src/head/iso/
H A Dwchar_c99.h74 extern long long wcstoll(const wchar_t *_RESTRICT_KYWD,
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c829 return ((INT)wcstoll(np->n_string, NULL, 10));
/illumos-gate/usr/src/man/man3c/
H A DMakefile1361 wcstoll.3c \
2443 wcstoll.3c := LINKSRC = wcstol.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1602 long long wcstoll(const wchar_t *_RESTRICT_KYWD str,

Completed in 72 milliseconds