sbdp_func_lookup
static int sbdp_func_lookup(const char *func_name);
if ((index = sbdp_func_lookup(func_str)) == -1) {
if ((index = sbdp_func_lookup(func_name)) == -1) {