Searched refs:strtouq (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dlibkern.h149 extern u_quad_t strtouq(const char *, char **, int);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c358 strtouq(const char *nptr, function
H A DIORegistryEntry.cpp991 num1 = strtouq( cmp, (char **) &cmp, 16 );
997 num2 = strtouq( str, (char **) &str, 16 );
/macosx-10.5.8/xnu-1228.15.4/libkern/stdio/
H A Dscanf.c548 res = strtouq(buf, (char **)NULL, base);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c1331 ino = strtouq(str, &str, 10);

Completed in 45 milliseconds