Lines Matching defs:UC
2638 #define UC(b) (((int) b) & 0xff)
2641 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
2642 UC(p[0]), UC(p[1]));
2673 cprintf(stdout, ",%d", UC(a[i]));
2675 2, UC(p[0]), UC(p[1]));
2676 #undef UC
3084 #define UC(b) (((int) b) & 0xff)
3086 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]),
3087 UC(a[1]), UC(a[2]), UC(a[3]), UC(p[0]), UC(p[1]));
3210 #define UC(b) (((int) b) & 0xff)
3224 4, 4, UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
3225 2, UC(p[0]), UC(p[1]));
3233 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
3234 UC(a[4]), UC(a[5]), UC(a[6]), UC(a[7]),
3235 UC(a[8]), UC(a[9]), UC(a[10]), UC(a[11]),
3236 UC(a[12]), UC(a[13]), UC(a[14]), UC(a[15]),
3237 2, UC(p[0]), UC(p[1]));
3241 #undef UC