Searched refs:wcstoul (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | wcstoul.c | 191 wcstoul (const wchar_t *__restrict s, in wcstoul() function
|
D | stdlib.tex | 57 * Function wcstoul:: Wide string to unsigned long 198 @include stdlib/wcstoul.def
|
D | CMakeLists.txt | 108 wcstoul.c
|
D | meson.build | 158 'wcstoul.c',
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwscanf.c | 684 ccfn = wcstoul; in _SVFWSCANF() 690 ccfn = wcstoul; in _SVFWSCANF() 698 ccfn = wcstoul; in _SVFWSCANF() 760 ccfn = wcstoul; in _SVFWSCANF() 1267 if (ccfn == wcstoul) in _SVFWSCANF()
|
/picolibc-latest/newlib/libc/include/ |
D | wchar.h | 262 wcstoul (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 321 # define STRTOUL(c,p,b) wcstoul((c),(p),(b))
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2229 *libc/stdlib/wcstoul.c (wcstoul): ditto. 7507 * libc/stdlib/wcstoul.c: Added #include <wchar.h> to get function 9799 * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul, 9801 * libc/stdlib/Makefile.am (GENERAL_SOURCES): Add wcstol.c and wcstoul.c. 9812 * libc/stdlib/wcstoul.c: New file.
|
/picolibc-latest/ |
D | COPYING.picolibc | 1526 newlib/libc/stdlib/wcstoul.c
|