Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h54 size_t pcb_strlen; /* length of pcb_string */ member
H A Ddt_lex.l62 yypcb->pcb_strptr < yypcb->pcb_string + yypcb->pcb_strlen; \
H A Ddt_cc.c2424 pcb.pcb_strlen = s ? strlen(s) : 0; in dt_compile()