Home
last modified time | relevance | path

Searched refs:wcstol (Results 1 – 25 of 955) sorted by relevance

12345678910>>...39

/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 \
36 MAN+= wcstol.3 wcstod.3 \
52 MLINKS+=wcstol.3 wcstoll.3 wcstol.3 wcstoimax.3 \
53 wcstol.3 wcstoul.3 wcstol.3 wcstoull.3 wcstol.3 wcstoumax.3
H A Dwcstol.c43 #define _FUNCNAME wcstol
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dwcstol.texi1 @node wcstol
2 @section @code{wcstol}
3 @findex wcstol
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcstol.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dwcstol.texi1 @node wcstol
2 @section @code{wcstol}
3 @findex wcstol
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wcstol.html}
/dports/emulators/elliott-803/Elliott-803-0.1.8/emulator/
H A Dcommands.c58 long seconds = wcstol(w, NULL, 10); in command_wait()
69 long s = wcstol(w, NULL, 10); in command_screen()
83 address = wcstol(w, NULL, 10); in command_list()
87 count = wcstol(w, NULL, 10); in command_list()
115 address = wcstol(w, NULL, 10); in command_memory_write()
145 address = wcstol(w, &end, 10); in command_run()
181 address = wcstol(w, NULL, 10); in command_hello()
185 punch = wcstol(w, NULL, 10); in command_hello()
270 unit = wcstol(w, NULL, 10); in command_reader()
341 unit = wcstol(w, NULL, 10); in command_punch()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/document/
H A DDateTools.cpp58 …uint16_t year = dateString.length() >= 4 ? (uint16_t)wcstol(dateString.substr(0, 4).c_str(), 0, 10… in stringToDate()
59 …uint16_t month = dateString.length() >= 6 ? (uint16_t)wcstol(dateString.substr(4, 2).c_str(), 0, 1… in stringToDate()
60 …uint16_t day = dateString.length() >= 8 ? (uint16_t)wcstol(dateString.substr(6, 2).c_str(), 0, 10)… in stringToDate()
61 …uint16_t hour = dateString.length() >= 10 ? (uint16_t)wcstol(dateString.substr(8, 2).c_str(), 0, 1… in stringToDate()
62 …uint16_t minute = dateString.length() >= 12 ? (uint16_t)wcstol(dateString.substr(10, 2).c_str(), 0… in stringToDate()
63 …uint16_t second = dateString.length() >= 14 ? (uint16_t)wcstol(dateString.substr(12, 2).c_str(), 0… in stringToDate()
64 …uint16_t millisecond = dateString.length() >= 16 ? (uint16_t)wcstol(dateString.substr(14, 3).c_str… in stringToDate()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/
H A Dfraction.cpp86 this->d->m_num = uint32_t(wcstol(strCpy.c_str(), nullptr, 10)); in Fraction()
91 this->d->m_num = uint32_t(wcstol(numStr.c_str(), nullptr, 10)); in Fraction()
92 this->d->m_den = uint32_t(wcstol(denStr.c_str(), nullptr, 10)); in Fraction()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/inject-helper/
H A Dinject-helper.c84 use_safe_inject = wcstol(argv[2], NULL, 10); in inject_helper()
86 id = wcstol(argv[3], NULL, 10); in inject_helper()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/
H A DPsfTags.cpp137 int hours = wcstol(hoursStr.c_str(), NULL, 10); in ConvertTimeString()
138 int minutes = wcstol(minutesStr.c_str(), NULL, 10); in ConvertTimeString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dnlsupport.cxx75 LCID localeId = wcstol(lpLocaleStringW, &pszEnd, 16); in EnumLocalesProcW()
132 UINT codepage = wcstol( ansiCP, &pwcEnd, 10 ); in GetTextEncodingFromLCID()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dnlsupport.cxx71 LCID localeId = wcstol(lpLocaleStringW, &pszEnd, 16); in EnumLocalesProcW()
129 codepage = wcstol( ansiCP, &pwcEnd, 10 ); in GetTextEncodingFromLCID()
/dports/devel/sunpromake/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/devel/smake/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/devel/sccs/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/net/rscsi/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/archivers/star/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/sysutils/cdrtools/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/editors/ved/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/devel/schilybase/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/sysutils/schilyutils/schily-2021-09-18/libschily/
H A Dwcastoi.c52 EXPORT long wcstol __PR((const wchar_t *nptr,
62 wcstol(nptr, endptr, base) in wcstol() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Locale/
H A Dwcstol.c53 #define _FUNCNAME wcstol
/dports/textproc/msort/msort-8.53/
H A Dmisc.c214 day = wcstol(sub[ymd->d],NULL,10); in GetDateKey()
216 year = wcstol(sub[ymd->y],NULL,10); in GetDateKey()
252 day = wcstol(sub[ymd->d],NULL,10); in GetDateKey()
254 month = wcstol(sub[ymd->m],NULL,10); in GetDateKey()
256 year = wcstol(sub[ymd->y],NULL,10); in GetDateKey()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D11.cc35 long l = std::wcstol(cstrlit, &err, 0); in test11()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D11.cc35 long l = std::wcstol(cstrlit, &err, 0); in test11()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D11.cc35 long l = std::wcstol(cstrlit, &err, 0); in test11()

12345678910>>...39