Home
last modified time | relevance | path

Searched refs:strtouq (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.101.15/osfmk/kperf/
H A Dkperf.c47 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.101.15/iokit/Kernel/
H A DIOStringFuncs.c88 u_quad_t strtouq(const char *nptr, char **endptr, int base);
399 strtouq(const char *nptr, in strtouq() function
H A DIORegistryEntry.cpp1393 num1 = strtouq( cmp, (char **) &cmp, 16 ); in matchPathLocation()
1400 num2 = strtouq( str, (char **) &str, 16 ); in matchPathLocation()
/xnu-10063.101.15/libkern/stdio/
H A Dscanf.c71 u_quad_t strtouq(const char *, char **, int);
576 res = strtouq(buf, (char **)NULL, base); in vsscanf()
/xnu-10063.101.15/bsd/libkern/
H A Dlibkern.h156 extern u_quad_t strtouq(const char *, char **, int);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_lookup.c2109 ino = strtouq(str, &str, 10);