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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_pa32.s31 ; but register 25-23 are not because of the arguments mismatch
/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 189 milliseconds