Searched defs:__attribute__ (Results 1 - 25 of 67) sorted by relevance

123

/osnet-11/usr/src/lib/libparted/common/lib/
H A Derror.h22 #ifndef __attribute__
23 /* The __attribute__ feature is available in gcc versions 2.5 and later.
26 We enable __attribute__ only if these are supported too, because
30 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
H A Dxalloc.h31 # ifndef __attribute__
33 # define __attribute__(x) macro
38 # define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
43 # define ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Derror.h22 #ifndef __attribute__
23 /* The __attribute__ feature is available in gcc versions 2.5 and later.
26 We enable __attribute__ only if these are supported too, because
30 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
H A Dvasnprintf.h27 #ifndef __attribute__
28 /* The __attribute__ feature is available in gcc versions 2.5 and later.
31 We enable __attribute__ only if these are supported too, because
35 # define __attribute__(Spec) /* empty */ macro
72 __attribute__ ((__format__ (__printf__, 3, 4)));
74 __attribute__ ((__format__ (__printf__, 3, 0)));
H A Dstring.in.h39 #ifndef __attribute__
42 # define __attribute__(Spec) /* empty */ macro
47 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddebug.h34 static __inline__ void ntfs_debug_runlist_dump(const struct _runlist_element *rl __attribute__((unused))) {} argument
H A Dcompat.h43 #define __attribute__(X) /*nothing*/ macro
54 #define __attribute__(X) /*nothing*/ macro
/osnet-11/usr/src/cmd/parted/
H A Dui.h25 #define __attribute__(X) /*nothing*/ macro
63 __attribute__((__nonnull__(2)));
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-module.c62 void vfs_module_shutdown(GnomeVFSMethod *method __attribute__((unused))) argument
H A Dbootsect.c60 const BOOL silent __attribute__((unused)))
59 ntfs_boot_sector_is_ntfs(NTFS_BOOT_SECTOR *b, const BOOL silent __attribute__((unused))) argument
H A Dcollate.c49 static int ntfs_collate_binary(ntfs_volume *vol __attribute__((unused)), argument
79 static int ntfs_collate_ntofs_ulong(ntfs_volume *vol __attribute__((unused)), argument
118 const void *data1, size_t data1_len __attribute__((unused)),
119 const void *data2, size_t data2_len __attribute__((unused)))
117 ntfs_collate_file_name(ntfs_volume *vol, const void *data1, size_t data1_len __attribute__((unused)), const void *data2, size_t data2_len __attribute__((unused))) argument
H A Ddevice.c167 s64 pos __attribute__((unused)))
253 s64 pos __attribute__((unused)))
771 int block_size __attribute__((unused)))
166 fake_pread(struct ntfs_device *dev, void *b, s64 count, s64 pos __attribute__((unused))) argument
252 fake_pwrite(struct ntfs_device *dev, const void *b, s64 count, s64 pos __attribute__((unused))) argument
770 ntfs_device_block_size_set(struct ntfs_device *dev, int block_size __attribute__((unused))) argument
H A Dlogging.c351 u32 level, void *data __attribute__((unused)),
509 int ntfs_log_handler_null(const char *function __attribute__((unused)), const char *file __attribute__((unused)), argument
510 int line __attribute__((unused)), u32 level __attribute__((unused)), void *data __attribute__((unused)),
511 const char *format __attribute__((unused)), va_list args __attribute__((unused)))
350 ntfs_log_handler_syslog(const char *function, const char *file, int line, u32 level, void *data __attribute__((unused)), const char *format, va_list args) argument
H A Dunistr.c130 const int err_val __attribute__((unused)),
128 ntfs_names_collate(const ntfschar *name1, const u32 name1_len, const ntfschar *name2, const u32 name2_len, const int err_val __attribute__((unused)), const IGNORE_CASE_BOOL ic, const ntfschar *upcase, const u32 upcase_len) argument
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.h37 #define __attribute__(x) macro
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.h33 #define __attribute__(X) /*nothing*/ macro
39 struct __attribute__ ((packed)) _FatClusterInfo {
H A Dbootsector.h63 #define __attribute__(X) /*nothing*/ macro
69 struct __attribute__ ((packed)) _FatBootSector {
85 union __attribute__ ((packed)) {
87 struct __attribute__ ((packed)) {
97 struct __attribute__ ((packed)) {
117 struct __attribute__ ((packed)) _FatInfoSector {
/osnet-11/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h126 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
131 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
/osnet-11/usr/src/lib/libldap4/include/
H A Dcdefs.h111 * GCC2 uses a new, peculiar __attribute__((attrs)) style. All of
116 #define __attribute__(x) /* delete __attribute__ if non-gcc or gcc1 */ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h200 #define __attribute__format__(x,y,z) __attribute__((__format__(x,y,z)))
207 #ifdef __attribute__ /* Avoid possible redefinition errors */
208 #undef __attribute__ macro
210 #define __attribute__(attr) macro
/osnet-11/usr/src/lib/libsasl/lib/
H A Dexternal.c73 external_server_mech_new(void *glob_context __attribute__((unused)), argument
75 const char *challenge __attribute__((unused)),
76 unsigned challen __attribute__((unused)),
94 external_server_mech_step(void *conn_context __attribute__((unused)), argument
168 external_server_mech_avail(void *glob_context __attribute__((unused)), argument
170 void **conn_context __attribute__((unused)))
239 static int external_client_mech_new(void *glob_context __attribute__((unused)), argument
271 const char *serverin __attribute__((unused)),
388 const sasl_utils_t *utils __attribute__((unused)))
269 external_client_mech_step(void *conn_context, sasl_client_params_t *params, const char *serverin __attribute__((unused)), unsigned serverinlen, sasl_interact_t **prompt_need, const char **clientout, unsigned *clientoutlen, sasl_out_params_t *oparams) argument
387 external_client_mech_dispose(void *conn_context, const sasl_utils_t *utils __attribute__((unused))) argument
H A Dcanonusr.c380 unsigned flags __attribute__((unused)),
454 static int _cu_internal_server(void *glob_context __attribute__((unused)), argument
466 static int _cu_internal_client(void *glob_context __attribute__((unused)), argument
491 int internal_canonuser_init(const sasl_utils_t *utils __attribute__((unused)), argument
495 const char *plugname __attribute__((unused)))
378 _canonuser_internal(const sasl_utils_t *utils, const char *user, unsigned ulen, unsigned flags __attribute__((unused)), char *out_user, unsigned out_umax, unsigned *out_ulen) argument
H A Dcheckpw.c153 const char *service __attribute__((unused)),
154 const char *user_realm __attribute__((unused)))
267 const char *user_realm __attribute__((unused)))
410 const char *service __attribute__((unused)),
412 __attribute__((unused)))
674 const char *passwd __attribute__((unused)),
675 const char *service __attribute__((unused)),
676 const char *user_realm __attribute__((unused)))
150 auxprop_verify_password(sasl_conn_t *conn, const char *userstr, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
263 _sasl_auxprop_verify_apop(sasl_conn_t *conn, const char *userstr, const char *challenge, const char *response, const char *user_realm __attribute__((unused))) argument
407 pwcheck_verify_password(sasl_conn_t *conn, const char *userid, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
672 always_true(sasl_conn_t *conn, const char *userstr, const char *passwd __attribute__((unused)), const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/emu/
H A Dusb.c110 grub_usb_root_hub (grub_usb_controller_t controller __attribute__((unused)))
108 grub_usb_root_hub(grub_usb_controller_t controller __attribute__((unused))) argument
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_image.c63 image_is_instance (void *vself __attribute__((unused)), const char *type) argument

Completed in 190 milliseconds

123