Home | History | Annotate | Download | only in utils

Lines Matching defs:opos

25 	u8 *opos;
28 opos = bin;
30 if (hexstr2bin(pos, opos, 4))
33 opos += 4;
35 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
38 opos += 2;
40 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
43 opos += 2;
45 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
48 opos += 2;
50 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))