Lines Matching defs:pos
85 unsigned char *pos;118 pos = newstr;143 pos[2] = x & 0xff;144 pos[1] = (x >> 8) & 0xff;145 pos[0] = (x >> 16) & 0xff;146 pos += 3;170 pos[1] = (x >> 8) & 0xff;171 pos[0] = (x >> 16) & 0xff;172 pos += 3 - padding;176 *pos = '\0';