DTNAMESIZE
char dtai_argtype[DTNAMESIZE];
char dtpi_prov[DTNAMESIZE];
char dtpi_func[DTNAMESIZE];
char dtpi_name[DTNAMESIZE];
if (strncmp(dtpi->dtpi_prov, "tracepoint", DTNAMESIZE) == 0) {
char *sysnb, func[DTNAMESIZE];
if (strncmp(dtpi->dtpi_prov, "syscall", DTNAMESIZE))
if (strncmp(prov, dtpi->dtpi_prov, DTNAMESIZE))
if (strncmp(func, dtpi_func(dtpi), DTNAMESIZE))
if (strncmp(name, dtpi->dtpi_name, DTNAMESIZE))
if (strncmp(argtype, "int", DTNAMESIZE) == 0) {