Home
last modified time | relevance | path

Searched refs:__wcstoul_internal (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h266 extern unsigned long int __wcstoul_internal (__const wchar_t *__restrict __npt,
303 { return __wcstoul_internal (__nptr, __endptr, __base, 0); } in wcstoul()
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c949 void __wcstoul_internal() {} in __wcstoul_internal() function
H A Dlibroot_stubs.c1022 void __wcstoul_internal() {} in __wcstoul_internal() function
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c94 # define __strtoul_internal __wcstoul_internal