Home
last modified time | relevance | path

Searched defs:wcstold (Results 1 – 16 of 16) sorted by relevance

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdlib/
H A Dwcstold.c39 wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) in wcstold() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dwcstold.c116 wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) in wcstold() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/misc/
H A Dwcstold.c28 long double wcstold (const wchar_t * __restrict__ wcs, wchar_t ** __restrict__ wcse) in wcstold() function
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/misc/
H A Dwcstold.c28 long double wcstold (const wchar_t * __restrict__ wcs, wchar_t ** __restrict__ wcse) in wcstold() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdlib/
H A Dwcstod.c61 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdlib/
H A Dwcstod.c61 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdlib/
H A Dwcstod.c62 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdlib/
H A Dwcstod.c75 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdlib/
H A Dwcstod.c75 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdlib/
H A Dwcstod.c75 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdlib/
H A Dwcstod.c76 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dstdlib_h.ads336 …function wcstold (arg1 : access wchar_t; arg2 : System.Address) return long_double; -- c:\home\oc… subprogspec
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/
H A Dnamespace.h774 #define wcstold _wcstold macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/
H A Dlibc.S3903 wcstold: label
/dports/lang/zig/zig-0.9.0/lib/libc/musl/
H A Dlibc.S3903 wcstold: label
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs2005 pub fn wcstold(_String: *const wchar_t, _EndPtr: *mut *mut wchar_t) -> f64; in wcstold() function