Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Duuidd.c40 #define CODE_ATTR(x) __attribute__(x) macro
42 #define CODE_ATTR(x) macro
133 static void terminate_intr(int signo CODE_ATTR((unused))) in terminate_intr()