Home
last modified time | relevance | path

Searched refs:wcstod (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c35 #pragma weak _wcstod = wcstod
53 wcstod(const wchar_t *cp, wchar_t **ptr) in wcstod() function
149 return (wcstod(cp, ptr)); in wstod()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h235 #undef wcstod
240 #define wcstod strtod macro
/illumos-gate/usr/src/head/
H A Dwchar.h55 using std::wcstod;
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers53 wcstod { TYPE = FUNCTION };
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h214 extern double wcstod(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
/illumos-gate/usr/src/man/man3c/
H A DMakefile567 wcstod.3c \
2746 watof.3c := LINKSRC = wcstod.3c
2747 wcstof.3c := LINKSRC = wcstod.3c
2748 wcstold.3c := LINKSRC = wcstod.3c
2749 wstod.3c := LINKSRC = wcstod.3c
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c768 yylval.node = realnode((REAL)wcstod(linebuf, (wchar_t **)0)); in lexnumber()
H A Dawk3.c859 return ((REAL)wcstod((wchar_t *)np->n_string, (wchar_t **)0)); in exprreal()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1581 link path=usr/share/man/man3c/watof.3c target=wcstod.3c
1616 file path=usr/share/man/man3c/wcstod.3c
1617 link path=usr/share/man/man3c/wcstof.3c target=wcstod.3c
1621 link path=usr/share/man/man3c/wcstold.3c target=wcstod.3c
1673 link path=usr/share/man/man3c/wstod.3c target=wcstod.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1806 wcstod;