Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwstod.c37 #pragma weak _wcstod = wcstod
55 wcstod(const wchar_t *cp, wchar_t **ptr) in wcstod() function
151 return (wcstod(cp, ptr)); in wstod()
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_wchar.h237 #undef wcstod
242 #define wcstod strtod macro
/titanic_50/usr/src/head/
H A Dwchar.h55 using std::wcstod;
/titanic_50/usr/src/lib/libw/common/
H A Dmapfile-vers53 wcstod { TYPE = FUNCTION };
/titanic_50/usr/src/head/iso/
H A Dwchar_iso.h214 extern double wcstod(const wchar_t *_RESTRICT_KYWD, wchar_t **_RESTRICT_KYWD);
/titanic_50/usr/src/man/man3c/
H A DMakefile535 wcstod.3c \
2437 watof.3c := LINKSRC = wcstod.3c
2438 wcstof.3c := LINKSRC = wcstod.3c
2439 wcstold.3c := LINKSRC = wcstod.3c
2440 wstod.3c := LINKSRC = wcstod.3c
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c774 yylval.node = realnode((REAL)wcstod(linebuf, (wchar_t **)0)); in lexnumber()
H A Dawk3.c860 return ((REAL)wcstod((wchar_t *)np->n_string, (wchar_t **)0)); in exprreal()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc530 file path=usr/share/man/man3c/wcstod.3c
1403 link path=usr/share/man/man3c/watof.3c target=wcstod.3c
1430 link path=usr/share/man/man3c/wcstof.3c target=wcstod.3c
1432 link path=usr/share/man/man3c/wcstold.3c target=wcstod.3c
1465 link path=usr/share/man/man3c/wstod.3c target=wcstod.3c
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers1556 wcstod;
H A Dllib-lc1586 double wcstod(const wchar_t *_RESTRICT_KYWD cp, wchar_t **_RESTRICT_KYWD ptr);