Searched refs:inpos (Results 1 – 1 of 1) sorted by relevance
12 char *inpos = s, *outpos = s; in inplace_hex2bytes() local14 while(*inpos) { in inplace_hex2bytes()16 sscanf(inpos, "%2x", &ch); in inplace_hex2bytes()18 outpos += 1; inpos += 2; in inplace_hex2bytes()