Lines Matching defs:y
51 # define __CONCAT(x,y) x ## y
55 # define __CONCAT(x,y) x/**/y
135 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y)))
137 # define PRINTFLIKE(x,y)
143 # define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, x, y)))
145 # define SCANFLIKE(x,y)