• Home
  • Raw
  • Download

Lines Matching refs:__attribute__

209 		__attribute__((__format__ (printf, 2, 3)))
210 __attribute__((__nonnull__ (2)));
216 __attribute__ ((__format__ (scanf, 2, 3)))
217 __attribute__ ((__nonnull__ (2)));
238 __attribute__((__format__ (printf, 1, 2)))
239 __attribute__((__nonnull__ (1)));
247 __attribute__ ((__format__ (scanf, 1, 2)))
248 __attribute__ ((__nonnull__ (1)));
252 __attribute__((__format__ (printf, 2, 3)))
253 __attribute__((__nonnull__ (2)));
255 __attribute__ ((__format__ (scanf, 2, 3)))
256 __attribute__ ((__nonnull__ (2)));
261 __attribute__((__format__ (printf, 2, 0)))
262 __attribute__((__nonnull__ (2)));
264 __attribute__((__format__ (printf, 1, 0)))
265 __attribute__((__nonnull__ (1)));
267 __attribute__((__format__ (printf, 2, 0)))
268 __attribute__((__nonnull__ (2)));
272 __attribute__((__format__ (printf, 3, 4)))
273 __attribute__((__nonnull__ (3)));
275 __attribute__((__format__ (scanf, 2, 0)))
276 __attribute__((__nonnull__ (2)));
278 __attribute__((__format__ (scanf, 1, 0)))
279 __attribute__((__nonnull__ (1)));
281 __attribute__((__format__ (printf, 3, 0)))
282 __attribute__((__nonnull__ (3)));
284 __attribute__((__format__ (scanf, 2, 0)))
285 __attribute__((__nonnull__ (2)));
339 __attribute__((__format__ (printf, 2, 3)))
340 __attribute__((__nonnull__ (2)));
348 __attribute__((__format__ (printf, 2, 0)))
349 __attribute__((__nonnull__ (2)));
452 __attribute__((__format__ (printf, 2, 3)))
453 __attribute__((__nonnull__ (2)));
455 __attribute__((__format__ (printf, 2, 0)))
456 __attribute__((__nonnull__ (2)));
465 __attribute__((__format__ (printf, 3, 0)))
466 __attribute__((__nonnull__ (3)))
474 __attribute__((__format__ (printf, 2, 0)))
475 __attribute__((__nonnull__ (2)))
483 __attribute__((__format__ (printf, 3, 4)))
484 __attribute__((__nonnull__ (3)))
492 __attribute__((__format__ (printf, 2, 3)))
493 __attribute__((__nonnull__ (2)))
503 __attribute__((__error__("fgets called with size bigger than buffer")));
505 __attribute__((__error__("fgets called with size less than zero")));