Lines Matching refs:__attribute__
234 __attribute__((__bounded__(__string__, 1, 2)));
240 __attribute__((__bounded__(__size__,1,3,2)));
249 __attribute__((__bounded__(__size__,1,3,2)));
317 __attribute__((__format__(__printf__, 2, 3)))
318 __attribute__((__nonnull__(2)));
329 __attribute__((__format__(__printf__, 3, 4)))
330 __attribute__((__nonnull__(3)))
331 __attribute__((__bounded__(__string__, 1, 2)));
333 __attribute__((__format__(__printf__, 2, 0)))
334 __attribute__((__nonnull__(2)));
336 __attribute__((__format__(__printf__, 3, 0)))
337 __attribute__((__nonnull__(3)))
338 __attribute__((__bounded__(__string__, 1, 2)));
340 __attribute__((__format__(__scanf__, 1, 0)))
341 __attribute__((__nonnull__(1)));
343 __attribute__((__format__(__scanf__, 2, 0)))
344 __attribute__((__nonnull__(2)));
346 __attribute__((__format__(__scanf__, 2, 0)))
347 __attribute__((__nonnull__(2)));
440 __attribute__((__bounded__(__string__, 1, 2)));