HomeSort by: relevance | last modified time | path
    Searched refs:dis_optargs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_ident.c 74 } else if (isp->dis_optargs >= 0) {
75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
86 isp->dis_optargs >= 0 ? "at least " : "",
87 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit);
129 isp->dis_optargs = -1;
225 isp->dis_optargs = -1;
291 if (isp->dis_optargs == -1)
292 isp->dis_optargs = i;
296 } else if (isp->dis_optargs != -1)
    [all...]
dt_ident.h 49 int dis_optargs; /* argument index of start of optargs (or -1) */ member in struct:dt_idsig

Completed in 24 milliseconds