Home
last modified time | relevance | path

Searched refs:wcstoimax (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dwcstoimax.texi1 @node wcstoimax
2 @section @code{wcstoimax}
3 @findex wcstoimax
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstoimax.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dwcstoimax.texi1 @node wcstoimax
2 @section @code{wcstoimax}
3 @findex wcstoimax
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstoimax.ht…
/dports/devel/swig/swig-4.0.2/Lib/
H A Dinttypes.i46 extern intmax_t wcstoimax (const wchar_t *nptr, wchar_t **endptr, int base);
62 extern intmax_t wcstoimax (const wchar_t *nptr, wchar_t **endptr, int base);
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dinttypesh.inc13 function wcstoimax(__nptr: Pwchar_t; __endptr: PPwchar_t; __base: Integer): intmax_t; cdecl;externa…
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/locale/
H A DMakefile.inc11 wcstol.c wcstoll.c wcstoimax.c wcstoul.c wcstoull.c wcstoumax.c \
52 MLINKS+=wcstol.3 wcstoll.3 wcstol.3 wcstoimax.3 \
H A Dwcstoimax.c44 #define _FUNCNAME wcstoimax
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Locale/
H A Dwcstoimax.c54 #define _FUNCNAME wcstoimax
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using::wcstoimax;
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dcinttypes231 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
252 using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/
H A Dinttypes.h57 intmax_t wcstoimax(const wchar_t * __restrict,
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/c_compatibility/
H A Dinttypes.h76 using ::wcstoimax;
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/c_compatibility/
H A Dinttypes.h76 using ::wcstoimax;
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/c_compatibility/
H A Dinttypes.h76 using ::wcstoimax;

12345678910>>...20