Searched defs:typestr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c14085 char *strtab, *typestr; local
14242 typestr = strtab + probe->dofpr_nargv;
14250 typesz = strlen(typestr) + 1;
14257 typestr += typesz;
14261 typestr = strtab + probe->dofpr_xargv;
14275 typesz = strlen(typestr) + 1;
14283 typestr += typesz;

Completed in 66 milliseconds