Searched refs:strtouq (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/osfmk/kperf/ |
| H A D | kperf.c | 47 extern uint64_t strtouq(const char *, char **, int); 159 action_samplers = (uint32_t)strtouq(config, &end, 0); in kperf_kernel_configure() 174 timer_period_ns = strtouq(config, &end, 0); in kperf_kernel_configure()
|
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOStringFuncs.c | 88 u_quad_t strtouq(const char *nptr, char **endptr, int base); 399 strtouq(const char *nptr, in strtouq() function
|
| H A D | IORegistryEntry.cpp | 1393 num1 = strtouq( cmp, (char **) &cmp, 16 ); in matchPathLocation() 1400 num2 = strtouq( str, (char **) &str, 16 ); in matchPathLocation()
|
| /xnu-10063.141.1/libkern/stdio/ |
| H A D | scanf.c | 71 u_quad_t strtouq(const char *, char **, int); 576 res = strtouq(buf, (char **)NULL, base); in vsscanf()
|
| /xnu-10063.141.1/bsd/libkern/ |
| H A D | libkern.h | 156 extern u_quad_t strtouq(const char *, char **, int);
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_lookup.c | 2109 ino = strtouq(str, &str, 10);
|