Search notes:

lib/vsprintf.c

lib/vsprintf.c exports (using EXPORT_SYMBOL, see include/linux/export.h) the following functions:
The four simple_X functions explicitly ignore overflows. A more correct replacement (which unlike simple_X requires a NUL-terminated string are kstrtol, kstrtoll, kstrtoul and kstrtoull.

Index