Searched refs:__attribute__ (Results 1 – 10 of 10) sorted by relevance
/misc/ |
A D | err.h | 35 __attribute__ ((__format__ (__printf__, 1, 2))); 37 __attribute__ ((__format__ (__printf__, 1, 0))); 41 __attribute__ ((__format__ (__printf__, 1, 2))); 43 __attribute__ ((__format__ (__printf__, 1, 0))); 47 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3))); 49 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0))); 51 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 3))); 53 __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
|
A D | ifunc-impl-list.c | 27 (const char *name __attribute__ ((unused)), in __libc_ifunc_impl_list() 28 struct libc_ifunc_impl *array __attribute__ ((unused)), in __libc_ifunc_impl_list() 29 size_t max __attribute__ ((unused))) in __libc_ifunc_impl_list()
|
A D | error.h | 32 __attribute__ ((__format__ (__printf__, 3, 4))); 36 __attribute__ ((__format__ (__printf__, 5, 6)));
|
A D | tst-syscalls.c | 40 __attribute__ ((noclone, noinline)) 55 __attribute__ ((noclone, noinline)) 69 __attribute__ ((noclone, noinline)) 77 __attribute__ ((noclone, noinline)) 89 __attribute__ ((noclone, noinline)) 107 __attribute__ ((noclone, noinline)) 119 __attribute__ ((noclone, noinline))
|
A D | error.c | 75 __attribute__ ((__format__ (__printf__, 3, 4))); 79 __attribute__ ((__format__ (__printf__, 5, 6)));;
|
A D | tst-preadvwritev-common.c | 59 static __attribute__ ((unused)) void
|
/misc/sys/ |
A D | cdefs.h | 66 # define __LEAF_ATTR __attribute__ ((__leaf__)) 79 # define __THROW __attribute__ ((__nothrow__ __LEAF)) 80 # define __THROWNL __attribute__ ((__nothrow__)) 273 # define __attribute__(xyz) /* Ignore */ macro 289 __attribute__ ((__alloc_size__ params)) 298 __attribute__ ((__alloc_align__ param)) 349 __attribute__ ((__deprecated__ (msg))) 372 __attribute__ ((__format__ (__strfmon__, a, b))) 406 __attribute__ ((__warn_unused_result__)) 521 # define _Noreturn __attribute__ ((__noreturn__)) [all …]
|
A D | syslog.h | 191 __attribute__ ((__format__ (__printf__, 2, 3))); 201 __attribute__ ((__format__ (__printf__, 2, 0)));
|
/misc/bits/ |
A D | error.h | 27 __attribute__ ((__format__ (__printf__, 3, 4))); 31 __attribute__ ((__noreturn__, __format__ (__printf__, 3, 4))); 51 __attribute__ ((__format__ (__printf__, 5, 6))); 58 __attribute__ ((__noreturn__, __format__ (__printf__, 5, 6)));
|
A D | syslog.h | 25 __attribute__ ((__format__ (__printf__, 3, 4))); 42 __attribute__ ((__format__ (__printf__, 3, 0)));
|
Completed in 39 milliseconds