Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfmtrec.c70 if (REC_V_LENGTH(f) != 2) in fmtrec()
71 s += sfsprintf(s, e - s, "z%u", REC_V_LENGTH(f)); in fmtrec()
H A Dreclen.c55 e = s + REC_V_LENGTH(f); in reclen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Drecfmt.h61 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) macro