Home
last modified time | relevance | path

Searched refs:DT_PRINTF_EXACTLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.h114 #define DT_PRINTF_EXACTLEN 0x1 /* do not permit extra arguments */ macro
H A Ddt_printf.c1160 if ((flags & DT_PRINTF_EXACTLEN) && dnp != NULL) { in dt_printf_validate()
H A Ddt_cc.c629 dt_printf_validate(sdp->dtsd_fmtdata, DT_PRINTF_EXACTLEN, in dt_action_printflike()