Home | History | Annotate | Download | only in utils

Lines Matching defs:opos

17 	u8 *opos;
20 opos = bin;
22 if (hexstr2bin(pos, opos, 4))
25 opos += 4;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
30 opos += 2;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
35 opos += 2;
37 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
40 opos += 2;
42 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))