Searched refs:REC_V_LENGTH (Results 1 – 3 of 3) sorted by relevance
70 if (REC_V_LENGTH(f) != 2) in fmtrec()71 s += sfsprintf(s, e - s, "z%u", REC_V_LENGTH(f)); in fmtrec()
55 e = s + REC_V_LENGTH(f); in reclen()
61 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) macro