db_symsplit
db_symsplit(symbol, &mod, &sym);
db_symsplit(symstr, &mod, &sym);
static void db_symsplit(char *, char **, char **);