Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 10 of 10) sorted by relevance

/misc/
A Derr.h35 __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 Difunc-impl-list.c27 (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 Derror.h32 __attribute__ ((__format__ (__printf__, 3, 4)));
36 __attribute__ ((__format__ (__printf__, 5, 6)));
A Dtst-syscalls.c40 __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 Derror.c75 __attribute__ ((__format__ (__printf__, 3, 4)));
79 __attribute__ ((__format__ (__printf__, 5, 6)));;
A Dtst-preadvwritev-common.c59 static __attribute__ ((unused)) void
/misc/sys/
A Dcdefs.h66 # 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 Dsyslog.h191 __attribute__ ((__format__ (__printf__, 2, 3)));
201 __attribute__ ((__format__ (__printf__, 2, 0)));
/misc/bits/
A Derror.h27 __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 Dsyslog.h25 __attribute__ ((__format__ (__printf__, 3, 4)));
42 __attribute__ ((__format__ (__printf__, 3, 0)));

Completed in 39 milliseconds