Searched refs:__strtoul_internal (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/libroot/posix/stdlib/ |
H A D | strtoul.c | 132 unsigned long __strtoul_internal(const char *number, char **_end, int base, int group); 135 __strtoul_internal(const char *number, char **_end, int base, int group) in __strtoul_internal() function
|
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | stdlib.h | 281 extern unsigned long int __strtoul_internal (__const char *__restrict __nptr, 324 return __strtoul_internal (__nptr, __endptr, __base, 0); in strtoul()
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | vfscanf.c | 94 # define __strtoul_internal __wcstoul_internal macro 1542 num.ul = __strtoul_internal (wp, &tw, base, flags & GROUP);
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 832 void __strtoul_internal() {} in __strtoul_internal() function
|
H A D | libroot_stubs.c | 960 void __strtoul_internal() {} in __strtoul_internal() function
|