Home | History | Annotate | Download | only in utils

Lines Matching refs:opos

23 	u8 *opos;
26 opos = bin;
28 if (hexstr2bin(pos, opos, 4))
31 opos += 4;
33 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
36 opos += 2;
38 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
41 opos += 2;
43 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
46 opos += 2;
48 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))