Searched refs:wcstod (Results 1 – 10 of 10) sorted by relevance
35 #pragma weak _wcstod = wcstod53 wcstod(const wchar_t *cp, wchar_t **ptr) in wcstod() function149 return (wcstod(cp, ptr)); in wstod()
235 #undef wcstod240 #define wcstod strtod macro
55 using std::wcstod;
53 wcstod { TYPE = FUNCTION };
214 extern double wcstod(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
567 wcstod.3c \2746 watof.3c := LINKSRC = wcstod.3c2747 wcstof.3c := LINKSRC = wcstod.3c2748 wcstold.3c := LINKSRC = wcstod.3c2749 wstod.3c := LINKSRC = wcstod.3c
768 yylval.node = realnode((REAL)wcstod(linebuf, (wchar_t **)0)); in lexnumber()
859 return ((REAL)wcstod((wchar_t *)np->n_string, (wchar_t **)0)); in exprreal()
1581 link path=usr/share/man/man3c/watof.3c target=wcstod.3c1616 file path=usr/share/man/man3c/wcstod.3c1617 link path=usr/share/man/man3c/wcstof.3c target=wcstod.3c1621 link path=usr/share/man/man3c/wcstold.3c target=wcstod.3c1673 link path=usr/share/man/man3c/wstod.3c target=wcstod.3c
1806 wcstod;