Home | History | Annotate | Download | only in utils

Lines Matching refs:pos

16 	const char *pos;
19 pos = str;
22 if (hexstr2bin(pos, opos, 4))
24 pos += 8;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
29 pos += 4;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
34 pos += 4;
37 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
39 pos += 4;
42 if (*pos++ != '-' || hexstr2bin(pos, opos, 6))