Home | History | Annotate | Download | only in utils

Lines Matching refs:pos

22 	const char *pos;
25 pos = str;
28 if (hexstr2bin(pos, opos, 4))
30 pos += 8;
33 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
35 pos += 4;
38 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
40 pos += 4;
43 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
45 pos += 4;
48 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))