Searched defs:__attribute__ (Results 26 - 50 of 69) sorted by relevance

123

/external/libpcap/tests/
H A Dfiltertest.c47 #define __attribute__(x) macro
53 static void usage(void) __attribute__((noreturn));
55 __attribute__((noreturn, format (printf, 1, 2)));
H A Dvalgrindtest.c78 #define __attribute__(x) macro
84 static void usage(void) __attribute__((noreturn));
86 __attribute__((noreturn, format (printf, 1, 2)));
88 __attribute__((format (printf, 1, 2)));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_debug.h98 * define macro for gcc specific __attribute__ if using alternative compiler
101 #define __attribute__(x) /*empty*/ macro
108 ...) __attribute__((format(printf,3,4)));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.h98 * define macro for gcc specific __attribute__ if using alternative compiler
101 #define __attribute__(x) /*empty*/ macro
108 ...) __attribute__((format(printf,3,4)));
/external/libedit/examples/
H A Dfileman.c94 main (int argc __attribute__((__unused__)), char **argv) argument
243 fileman_completion (const char* text, int start, int end __attribute__((__unused__))) argument
326 com_history(char* arg __attribute__((__unused__))) argument
343 com_rename (char *arg __attribute__((__unused__))) argument
377 com_delete (char *arg __attribute__((__unused__))) argument
439 com_pwd (char* ignore __attribute__((__unused__))) argument
457 com_quit (char *arg __attribute__((__unused__))) argument
/external/libedit/src/
H A Dcommon.c55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__))) argument
112 ed_delete_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
140 ed_delete_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
187 ed_kill_line(EditLine *el, Int c __attribute__((__unused__))) argument
208 ed_move_to_end(EditLine *el, Int c __attribute__((__unused__))) argument
231 ed_move_to_beg(EditLine *el, Int c __attribute__((__unused__))) argument
280 ed_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
309 ed_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
335 ed_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
432 ed_unassigned(EditLine *el __attribute__((__unused_ argument
450 ed_tty_sigint(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
464 ed_tty_dsusp(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
478 ed_tty_flush_output(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
492 ed_tty_sigquit(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
506 ed_tty_sigtstp(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
520 ed_tty_stop_output(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
534 ed_tty_start_output(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
548 ed_newline(EditLine *el, Int c __attribute__((__unused__))) argument
564 ed_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
584 ed_clear_screen(EditLine *el, Int c __attribute__((__unused__))) argument
599 ed_redisplay(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
613 ed_start_over(EditLine *el, Int c __attribute__((__unused__))) argument
627 ed_sequence_lead_in(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
641 ed_prev_history(EditLine *el, Int c __attribute__((__unused__))) argument
679 ed_next_history(EditLine *el, Int c __attribute__((__unused__))) argument
706 ed_search_prev_history(EditLine *el, Int c __attribute__((__unused__))) argument
774 ed_search_next_history(EditLine *el, Int c __attribute__((__unused__))) argument
828 ed_prev_line(EditLine *el, Int c __attribute__((__unused__))) argument
871 ed_next_line(EditLine *el, Int c __attribute__((__unused__))) argument
905 ed_command(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
H A Dread.c127 read__fixio(int fd __attribute__((__unused__)), int e) argument
H A Dfilecomplete.c571 _el_fn_complete(EditLine *el, int ch __attribute__((__unused__))) argument
H A Drefresh.c360 re_insert(EditLine *el __attribute__((__unused__)), argument
409 re_delete(EditLine *el __attribute__((__unused__)), argument
H A Dtty.c1182 tty_stty(EditLine *el, int argc __attribute__((__unused__)), const Char **argv) argument
H A Dvi.c125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) argument
138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) argument
151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) argument
201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
225 vi_next_word(EditLine *el, Int c __attribute__((__unused__))) argument
280 vi_change_meta(EditLine *el, Int c __attribute__((__unused__))) argument
297 vi_insert_at_bol(EditLine *el, Int c __attribute__((__unused__))) argument
313 vi_replace_char(EditLine *el, Int c __attribute__((__unused__))) argument
332 vi_replace_mode(EditLine *el, Int c __attribute__((__unused_ argument
348 vi_substitute_char(EditLine *el, Int c __attribute__((__unused__))) argument
363 vi_substitute_line(EditLine *el, Int c __attribute__((__unused__))) argument
381 vi_change_to_eol(EditLine *el, Int c __attribute__((__unused__))) argument
399 vi_insert(EditLine *el, Int c __attribute__((__unused__))) argument
414 vi_add(EditLine *el, Int c __attribute__((__unused__))) argument
439 vi_add_at_eol(EditLine *el, Int c __attribute__((__unused__))) argument
455 vi_delete_meta(EditLine *el, Int c __attribute__((__unused__))) argument
468 vi_end_big_word(EditLine *el, Int c __attribute__((__unused__))) argument
492 vi_end_word(EditLine *el, Int c __attribute__((__unused__))) argument
516 vi_undo(EditLine *el, Int c __attribute__((__unused__))) argument
543 vi_command_mode(EditLine *el, Int c __attribute__((__unused__))) argument
588 vi_delete_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
643 vi_kill_line_prev(EditLine *el, Int c __attribute__((__unused__))) argument
664 vi_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
677 vi_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
690 vi_repeat_search_next(EditLine *el, Int c __attribute__((__unused__))) argument
706 vi_repeat_search_prev(EditLine *el, Int c __attribute__((__unused__))) argument
724 vi_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
736 vi_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
748 vi_to_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
760 vi_to_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
772 vi_repeat_next_char(EditLine *el, Int c __attribute__((__unused__))) argument
786 vi_repeat_prev_char(EditLine *el, Int c __attribute__((__unused__))) argument
804 vi_match(EditLine *el, Int c __attribute__((__unused__))) argument
851 vi_undo_line(EditLine *el, Int c __attribute__((__unused__))) argument
865 vi_to_column(EditLine *el, Int c __attribute__((__unused__))) argument
879 vi_yank_end(EditLine *el, Int c __attribute__((__unused__))) argument
893 vi_yank(EditLine *el, Int c __attribute__((__unused__))) argument
905 vi_comment_out(EditLine *el, Int c __attribute__((__unused__))) argument
927 vi_alias(EditLine *el __attribute__((__unused__)), Int c __attribute__((__unused__))) argument
957 vi_to_history_line(EditLine *el, Int c __attribute__((__unused__))) argument
1002 vi_histedit(EditLine *el, Int c __attribute__((__unused__))) argument
1086 vi_history_word(EditLine *el, Int c __attribute__((__unused__))) argument
1136 vi_redo(EditLine *el, Int c __attribute__((__unused__))) argument
[all...]
H A Dhistory.c424 history_def_del(void *p, TYPE(HistEvent) *ev __attribute__((__unused__)), argument
443 TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp)
524 history_def_init(void **p, TYPE(HistEvent) *ev __attribute__((__unused__)), int n) argument
442 history_def_delete(history_t *h, TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h123 #define NORETURN __attribute__((__noreturn__))
126 #ifndef __attribute__
127 #define __attribute__(x) macro
133 extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));
134 extern int error(const char *err, ...) __attribute__((format (printf, 1, 2)));
135 extern void warning(const char *err, ...) __attribute__((format (printf, 1, 2)));
178 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
267 static inline __attribute__((const))
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_debug.h98 * define macro for gcc specific __attribute__ if using alternative compiler
101 #define __attribute__(x) /*empty*/ macro
108 ...) __attribute__((format(printf,3,4)));
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.h98 * define macro for gcc specific __attribute__ if using alternative compiler
101 #define __attribute__(x) /*empty*/ macro
108 ...) __attribute__((format(printf,3,4)));
/external/tcpdump/
H A Dtcpdump-stdinc.h141 #define __attribute__(x) macro
150 * This assumes that, for all compilers that support __attribute__:
152 * 1) they support __attribute__((packed));
173 * at least for compilers where it's implemented as __attribute__((packed)).
178 #define UNALIGNED __attribute__((packed))
H A Dnetdissect.h36 #define __attribute__(x) macro
46 __attribute__((format (printf, 3, 4)))
54 __attribute__((format (printf, 3, 0)))
162 __attribute__ ((format (printf, 2, 3)))
168 __attribute__ ((noreturn))
171 __attribute__ ((format (printf, 2, 3)))
177 __attribute__ ((format (printf, 2, 3)))
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h108 wrappers around __attribute__. Also, __extension__ will be #defined
252 # define __attribute__(x) macro
258 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
283 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
295 #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
301 # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m)))
310 # define ATTRIBUTE_PURE __attribute__ ((__pure__))
321 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(m)
349 # define ATTRIBUTE_NULL_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n)))
363 # define ATTRIBUTE_SENTINEL __attribute__ ((__sentinel_
[all...]
/external/bison/data/
H A Dglr.c298 #ifndef __attribute__
302 # define __attribute__(Spec) /* empty */ macro
761 __attribute__ ((__noreturn__));
771 __attribute__ ((__noreturn__));
793 static void yyfillin (yyGLRStackItem *, int, int) __attribute__ ((__unused__));
813 __attribute__ ((__unused__));
835 yybool yynormal __attribute__ ((__unused__)) =
1363 yybool yynormal __attribute__ ((__unused__)) =
2505 __attribute__ ((__unused__));
2506 static void yypdumpstack (yyGLRStack* yystackp) __attribute__ ((__unused_
[all...]
/external/oprofile/daemon/
H A Dopd_perfmon.c116 static void child_sigusr1(int val __attribute__((unused))) argument
129 static void child_sigusr2(int val __attribute__((unused))) argument
142 static void child_sigterm(int val __attribute__((unused))) argument
H A Dopd_sfile.c477 static int close_sfile(struct sfile * sf, void * data __attribute__((unused))) argument
499 static int sync_sfile(struct sfile * sf, void * data __attribute__((unused))) argument
512 static int is_sfile_kernel(struct sfile * sf, void * data __attribute__((unused))) argument
H A Doprofiled.c178 static void opd_alarm(int val __attribute__((unused))) argument
185 static void opd_sighup(int val __attribute__((unused))) argument
191 static void opd_sigterm(int val __attribute__((unused))) argument
196 static void opd_sigchild(int val __attribute__((unused))) argument
202 static void opd_sigusr1(int val __attribute__((unused))) argument
208 static void opd_sigusr2(int val __attribute__((unused))) argument
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c91 static void _test_dtstdc(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
140 static void _test_dtstdcq(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
195 static void _test_dtstdg(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
244 static void _test_dtstdgq(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
298 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
318 static void _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c91 static void _test_dtstdc(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
140 static void _test_dtstdcq(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
195 static void _test_dtstdg(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
244 static void _test_dtstdgq(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
298 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
318 static void _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
/external/checkpolicy/test/
H A Ddismod.c496 int role_display_callback(hashtab_key_t key __attribute__((unused)), argument

Completed in 298 milliseconds

123