Searched refs:strtoq (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dlibkern.h148 extern quad_t strtoq(const char *, char **, int);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c267 strtoq(const char *nptr, char **endptr, int base) function
369 * See strtoq for comments as to the logic used.
/macosx-10.5.8/xnu-1228.15.4/libkern/stdio/
H A Dscanf.c546 res = strtoq(buf, (char **)NULL, base);

Completed in 80 milliseconds