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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c57 int i, compat, mismatch, arglimit, iskey; local
65 mismatch = argc < isp->dis_varargs;
68 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
71 mismatch = argc != isp->dis_argc;
75 if (mismatch) {
76 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s"
331 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
441 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"

Completed in 919 milliseconds