/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | dwarfnames.c | 32 #define DW_FIRST_TAG(name, value) \ argument 37 #define DW_FIRST_FORM(name, value) \ argument 42 #define DW_FIRST_AT(name, value) \ argument 47 #define DW_FIRST_OP(name, value) \ argument 52 #define DW_FIRST_ATE(name, value) \ argument 57 #define DW_FIRST_CFA(name, value) \ argument 62 #define DW_FIRST_IDX(name, value) \ argument 68 #define DW_TAG(name, value) case name: return # name ; argument 69 #define DW_TAG_DUP(name, value) argument 70 #define DW_FORM(name, value) case name: return # name ; argument [all …]
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | dwarfnames.c | 32 #define DW_FIRST_TAG(name, value) \ argument 37 #define DW_FIRST_FORM(name, value) \ argument 42 #define DW_FIRST_AT(name, value) \ argument 47 #define DW_FIRST_OP(name, value) \ argument 52 #define DW_FIRST_ATE(name, value) \ argument 57 #define DW_FIRST_CFA(name, value) \ argument 62 #define DW_FIRST_IDX(name, value) \ argument 68 #define DW_TAG(name, value) case name: return # name ; argument 69 #define DW_TAG_DUP(name, value) argument 70 #define DW_FORM(name, value) case name: return # name ; argument [all …]
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | dwarfnames.c | 32 #define DW_FIRST_TAG(name, value) \ argument 37 #define DW_FIRST_FORM(name, value) \ argument 42 #define DW_FIRST_AT(name, value) \ argument 47 #define DW_FIRST_OP(name, value) \ argument 52 #define DW_FIRST_ATE(name, value) \ argument 57 #define DW_FIRST_CFA(name, value) \ argument 63 #define DW_TAG(name, value) case name: return # name ; argument 64 #define DW_TAG_DUP(name, value) argument 65 #define DW_FORM(name, value) case name: return # name ; argument 66 #define DW_AT(name, value) case name: return # name ; argument [all …]
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | dwarfnames.c | 32 #define DW_FIRST_TAG(name, value) \ argument 37 #define DW_FIRST_FORM(name, value) \ argument 42 #define DW_FIRST_AT(name, value) \ argument 47 #define DW_FIRST_OP(name, value) \ argument 52 #define DW_FIRST_ATE(name, value) \ argument 57 #define DW_FIRST_CFA(name, value) \ argument 63 #define DW_TAG(name, value) case name: return # name ; argument 64 #define DW_TAG_DUP(name, value) argument 65 #define DW_FORM(name, value) case name: return # name ; argument 66 #define DW_AT(name, value) case name: return # name ; argument [all …]
|
/dflybsd-src/contrib/gdb-7/include/elf/ |
H A D | reloc-macros.h | 99 #define START_RELOC_NUMBERS(name) \ argument 107 #define RELOC_NUMBER(name, number) \ argument 110 #define FAKE_RELOC(name, number) argument 111 #define EMPTY_RELOC(name) argument 113 #define END_RELOC_NUMBERS(name) \ argument 121 #define START_RELOC_NUMBERS(name) enum name { argument 122 #define RELOC_NUMBER(name, number) name = number, argument 123 #define FAKE_RELOC(name, number) name = number, argument 124 #define EMPTY_RELOC(name) name, argument 125 #define END_RELOC_NUMBERS(name) name }; argument
|
/dflybsd-src/contrib/binutils-2.34/include/elf/ |
H A D | reloc-macros.h | 99 #define START_RELOC_NUMBERS(name) \ argument 107 #define RELOC_NUMBER(name, number) \ argument 110 #define FAKE_RELOC(name, number) argument 111 #define EMPTY_RELOC(name) argument 113 #define END_RELOC_NUMBERS(name) \ argument 121 #define START_RELOC_NUMBERS(name) enum name { argument 122 #define RELOC_NUMBER(name, number) name = number, argument 123 #define FAKE_RELOC(name, number) name = number, argument 124 #define EMPTY_RELOC(name) name, argument 125 #define END_RELOC_NUMBERS(name) name }; argument
|
/dflybsd-src/contrib/binutils-2.27/include/elf/ |
H A D | reloc-macros.h | 99 #define START_RELOC_NUMBERS(name) \ argument 107 #define RELOC_NUMBER(name, number) \ argument 110 #define FAKE_RELOC(name, number) argument 111 #define EMPTY_RELOC(name) argument 113 #define END_RELOC_NUMBERS(name) \ argument 121 #define START_RELOC_NUMBERS(name) enum name { argument 122 #define RELOC_NUMBER(name, number) name = number, argument 123 #define FAKE_RELOC(name, number) name = number, argument 124 #define EMPTY_RELOC(name) name, argument 125 #define END_RELOC_NUMBERS(name) name }; argument
|
/dflybsd-src/sys/sys/ |
H A D | tree.h | 65 #define SPLAY_HEAD(name, type) \ argument 122 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 164 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 284 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 285 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 286 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 287 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 288 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 290 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 293 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
H A D | bitstring.h | 59 #define bit_decl(name, nbits) \ argument 63 #define bit_test(name, bit) \ argument 67 #define bit_set(name, bit) \ argument 71 #define bit_clear(name, bit) \ argument 75 #define bit_nclear(name, start, stop) do { \ argument 92 #define bit_nset(name, start, stop) do { \ argument 109 #define bit_ffc(name, nbits, value) do { \ argument 128 #define bit_ffs(name, nbits, value) do { \ argument 147 #define bit_fls(name, nbits, value) do { \ argument 166 #define bit_nsearch(name, nbits, value, len) do { \ argument
|
H A D | eventhandler.h | 68 #define EVENTHANDLER_FAST_DECLARE(name, type) \ argument 77 #define EVENTHANDLER_FAST_DEFINE(name, type) \ argument 81 #define EVENTHANDLER_FAST_INVOKE(name, args...) \ argument 92 #define EVENTHANDLER_FAST_REGISTER(name, func, arg, priority) \ argument 95 #define EVENTHANDLER_FAST_DEREGISTER(name, tag) \ argument 106 #define EVENTHANDLER_DECLARE(name, type) \ argument 114 #define EVENTHANDLER_INVOKE(name, args...) \ argument 128 #define EVENTHANDLER_REGISTER(name, func, arg, priority) \ argument 131 #define EVENTHANDLER_DEREGISTER(name, tag) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-attribs.c | 154 #define ATTR_EXCL(name, function, type, variable) \ argument 516 handle_packed_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_packed_attribute() 558 handle_nocommon_attribute (tree *node, tree name, in handle_nocommon_attribute() 577 handle_common_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_common_attribute() 595 handle_noreturn_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_noreturn_attribute() 625 handle_hot_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_hot_attribute() 646 handle_cold_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_cold_attribute() 690 handle_no_sanitize_attribute (tree *node, tree name, tree args, int, in handle_no_sanitize_attribute() 723 handle_no_sanitize_address_attribute (tree *node, tree name, tree, int, in handle_no_sanitize_address_attribute() argument 739 handle_no_sanitize_thread_attribute (tree *node, tree name, tree, int, in handle_no_sanitize_thread_attribute() argument [all …]
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | sys-tree.h | 64 #define SPLAY_HEAD(name, type) \ argument 121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 163 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 283 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 284 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 285 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 286 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 289 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 292 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | pem.h | 147 char *name; member 201 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 207 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 213 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 219 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument 227 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument 236 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument 242 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument 248 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument 254 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument [all …]
|
/dflybsd-src/contrib/less/ |
H A D | pattern.h | 14 #define SET_NULL_PATTERN(name) name = NULL argument 26 #define SET_NULL_PATTERN(name) name = NULL argument 34 #define SET_NULL_PATTERN(name) name = NULL argument 43 #define SET_NULL_PATTERN(name) name = NULL argument 52 #define SET_NULL_PATTERN(name) name = 0 argument 61 #define SET_NULL_PATTERN(name) name = NULL argument 69 #define SET_NULL_PATTERN(name) name = NULL argument 75 #define SET_NULL_PATTERN(name) argument
|
/dflybsd-src/contrib/binutils-2.34/elfcpp/ |
H A D | dwarf.h | 43 #define DW_FIRST_TAG(name, value) enum DW_TAG { \ argument 45 #define DW_TAG(name, value) , name = value argument 46 #define DW_TAG_DUP(name, value) , name = value argument 49 #define DW_FIRST_FORM(name, value) enum DW_FORM { \ argument 51 #define DW_FORM(name, value) , name = value argument 54 #define DW_FIRST_AT(name, value) enum DW_AT { \ argument 56 #define DW_AT(name, value) , name = value argument 57 #define DW_AT_DUP(name, value) , name = value argument 60 #define DW_FIRST_OP(name, value) enum DW_OP { \ argument 62 #define DW_OP(name, value) , name = value argument [all …]
|
/dflybsd-src/usr.bin/m4/ |
H A D | look.c | 98 lookup(const char *name) in lookup() 104 lookup_macro_definition(const char *name) in lookup_macro_definition() 116 setup_definition(struct macro_definition *d, const char *defn, const char *name) in setup_definition() 136 create_entry(const char *name) in create_entry() 155 macro_define(const char *name, const char *defn) in macro_define() 169 macro_pushdef(const char *name, const char *defn) in macro_pushdef() 182 macro_undefine(const char *name) in macro_undefine() 199 macro_popdef(const char *name) in macro_popdef() 227 setup_builtin(const char *name, unsigned int type) in setup_builtin() 248 mark_traced(const char *name, int on) in mark_traced() [all …]
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | moduleparam.h | 34 #define MODULE_PARM_DESC(name, desc) argument 37 #define _TUNABLE_VAR(name) _TUNABLE_PREFIX#name argument 39 #define TUNABLE_int(name, var) TUNABLE_INT( _TUNABLE_VAR(.name), &(var)) argument 41 #define TUNABLE_bool(name, var) TUNABLE_INT( _TUNABLE_VAR(.name), (int *)&(var)) argument 43 #define TUNABLE_uint(name, var) TUNABLE_INT( _TUNABLE_VAR(.name), (int *)&(var)) argument 45 #define TUNABLE_charp(name, var) /* kgetenv() could be useful here */ argument 52 #define module_param_named(name, var, type, mode) \ argument 55 #define module_param_named_unsafe(name, var, type, mode) \ argument
|
H A D | module.h | 43 #define MODULE_AUTHOR(name) argument 44 #define MODULE_DESCRIPTION(name) argument 47 #define MODULE_VERSION(name) argument 51 #define MODULE_LICENSE(name) argument 56 #define MODULE_FIRMWARE(name) argument 63 #define MODULE_DEVICE_TABLE(type, name) argument
|
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | mri.c | 38 const char *name; member 58 lookup (const char *name, struct section_name_struct **list) in lookup() 79 const char *name, in mri_add_to_list() 97 mri_output_section (const char *name, etree_type *vma) in mri_output_section() 106 mri_only_load (const char *name) in mri_only_load() 245 mri_load (const char *name) in mri_load() 252 mri_order (const char *name) in mri_order() 277 mri_name (const char *name) in mri_name() 283 mri_format (const char *name) in mri_format() 299 mri_public (const char *name, etree_type *exp) in mri_public() [all …]
|
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | mri.c | 40 const char *name; member 60 lookup (const char *name, struct section_name_struct **list) in lookup() 81 const char *name, in mri_add_to_list() 99 mri_output_section (const char *name, etree_type *vma) in mri_output_section() 108 mri_only_load (const char *name) in mri_only_load() 247 mri_load (const char *name) in mri_load() 254 mri_order (const char *name) in mri_order() 279 mri_name (const char *name) in mri_name() 285 mri_format (const char *name) in mri_format() 295 mri_public (const char *name, etree_type *exp) in mri_public() [all …]
|
H A D | ldfile.c | 60 char *name; member 72 is_sysrooted_pathname (const char *name) in is_sysrooted_pathname() 99 ldfile_add_library_path (const char *name, bfd_boolean cmdline) in ldfile_add_library_path() 344 char *name = concat (ld_sysroot, entry->filename, in ldfile_open_file_search() local 457 try_open (const char *name, bfd_boolean *sysrooted) in try_open() 538 ldfile_find_command_file (const char *name, in ldfile_find_command_file() 599 char name[1]; member 605 ldfile_open_command_file_1 (const char *name, enum script_open_style open_how) in ldfile_open_command_file_1() 657 ldfile_open_command_file (const char *name) in ldfile_open_command_file() 663 ldfile_open_script_file (const char *name) in ldfile_open_script_file() [all …]
|
/dflybsd-src/usr.bin/rpcgen/ |
H A D | rpc_hout.c | 115 storexdrfuncdecl(const char *name, int pointerp) in storexdrfuncdecl() 134 print_xdr_func_def(const char *name, int pointerp) in print_xdr_func_def() 155 char *name; in pargdef() local 180 const char *name = def->def_name; in pstructdef() local 194 const char *name = def->def_name; in puniondef() local 219 pdefine(const char *name, const char *num) in pdefine() 225 puldefine(const char *name, const char *num) in puldefine() 249 pfreeprocdef(const char * name, const char *vers) in pfreeprocdef() 257 pdispatch(const char * name, const char *vers) in pdispatch() 359 const char *name = def->def_name; in penumdef() local [all …]
|
/dflybsd-src/games/hack/ |
H A D | def.objects.h | 77 #define FOOD(name,prob,delay,weight,nutrition) { name, NULL, NULL, 1, 1,\ argument 162 #define WEAPON(name,prob,wt,ldam,sdam) { name, NULL, NULL, 1, 0 /*%%*/,\ argument 203 #define ARMOR(name,prob,delay,ac,can) { name, NULL, NULL, 1, 0,\ argument 219 #define POTION(name,color) { name, color, NULL, 0, 1,\ argument 243 #define SCROLL(name,text,prob) { name, text, NULL, 0, 1,\ argument 271 #define WAND(name,metal,prob,flags) { name, metal, NULL, 0, 0,\ argument 296 #define RING(name,stone,spec) { name, stone, NULL, 0, 0,\ argument 322 #define GEM(name,color,prob,gval) { name, color, NULL, 0, 1,\ argument
|
/dflybsd-src/contrib/grep/lib/ |
H A D | cdefs.h | 127 # define __warndecl(name, msg) \ argument 130 # define __errordecl(name, msg) \ argument 133 # define __warndecl(name, msg) extern void name (void) argument 135 # define __errordecl(name, msg) extern void name (void) argument 174 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 176 # define __REDIRECT_NTH(name, proto, alias) \ argument 178 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 181 # define __REDIRECT_NTH(name, proto, alias) \ argument 183 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 455 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument [all …]
|
/dflybsd-src/sys/kern/ |
H A D | kern_environment.c | 76 char *name, *value, *buffer = NULL; in sys_kenv() local 186 kenv_getstring_dynamic(const char *name, int *idx) in kenv_getstring_dynamic() 207 kenv_getstring_static(const char *name) in kenv_getstring_static() 229 kgetenv(const char *name) in kgetenv() 257 ksetenv(const char *name, const char *value) in ksetenv() 302 kunsetenv(const char *name) in kunsetenv() 342 ktestenv(const char *name) in ktestenv() 361 kgetenv_string(const char *name, char *data, int size) in kgetenv_string() 379 kgetenv_int(const char *name, int *data) in kgetenv_int() 394 kgetenv_long(const char *name, long *data) in kgetenv_long() [all …]
|