Searched defs:watoll (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstoll.c33 #pragma weak _watoll = watoll
39 #undef watoll macro
42 * watoll() is defined as a macro in <widec.h> from 4/94.
45 * with earlier releases of Solaris 2.x which had watoll,
46 * we provide watoll() as a function here as well.
50 watoll(const wchar_t *p) function
/illumos-gate/usr/src/head/
H A Dwidec.h106 #define watoll(s) wstoll((s), (wchar_t **)0, 10) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile1335 watoll.3c \
2442 watoll.3c := LINKSRC = wcstol.3c

Completed in 83 milliseconds