strtoll 157 arch/i386/stand/libsa/cmd_i386.c size = strtoll(p + 1, &p, 0); strtoll 159 arch/i386/stand/libsa/cmd_i386.c addr = strtoll(p + 1, NULL, 0); strtoll 154 lib/libsa/stand.h long long strtoll(const char *, char **, int);