| /NextBSD/contrib/less/ |
| HD | pattern.h | 13 #define DEFINE_PATTERN(name) struct re_pattern_buffer *name argument 14 #define CLEAR_PATTERN(name) name = NULL argument 25 #define DEFINE_PATTERN(name) regex_t *name argument 26 #define CLEAR_PATTERN(name) name = NULL argument 31 #define DEFINE_PATTERN(name) pcre *name argument 32 #define CLEAR_PATTERN(name) name = NULL argument 38 #define DEFINE_PATTERN(name) int name argument 39 #define CLEAR_PATTERN(name) name = 0 argument 46 #define DEFINE_PATTERN(name) char *name argument 47 #define CLEAR_PATTERN(name) name = NULL argument [all …]
|
| /NextBSD/contrib/compiler-rt/lib/builtins/ |
| HD | assembly.h | 26 #define HIDDEN(name) .private_extern name argument 27 #define LOCAL_LABEL(name) L_##name argument 30 #define SYMBOL_IS_FUNC(name) argument 35 #define HIDDEN(name) .hidden name argument 36 #define LOCAL_LABEL(name) .L_##name argument 39 #define SYMBOL_IS_FUNC(name) .type name,%function argument 41 #define SYMBOL_IS_FUNC(name) .type name,@function argument 47 #define HIDDEN(name) argument 48 #define LOCAL_LABEL(name) .L ## name argument 50 #define SYMBOL_IS_FUNC(name) \ argument [all …]
|
| /NextBSD/contrib/binutils/include/elf/ |
| HD | reloc-macros.h | 71 #define START_RELOC_NUMBERS(name) \ argument 79 #define RELOC_NUMBER(name, number) \ argument 82 #define FAKE_RELOC(name, number) argument 83 #define EMPTY_RELOC(name) argument 85 #define END_RELOC_NUMBERS(name) \ argument 93 #define START_RELOC_NUMBERS(name) enum name { argument 94 #define RELOC_NUMBER(name, number) name = number, argument 95 #define FAKE_RELOC(name, number) name = number, argument 96 #define EMPTY_RELOC(name) name, argument 97 #define END_RELOC_NUMBERS(name) name }; argument
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_win_dll_thunk.cc | 33 static void *getRealProcAddressOrDie(const char *name) { in getRealProcAddressOrDie() 77 #define INTERFACE_FUNCTION(name) \ argument 93 #define INTERCEPT_LIBRARY_FUNCTION(name) \ argument 106 #define WRAP_V_V(name) \ argument 114 #define WRAP_V_W(name) \ argument 122 #define WRAP_V_WW(name) \ argument 130 #define WRAP_V_WWW(name) \ argument 138 #define WRAP_W_V(name) \ argument 146 #define WRAP_W_W(name) \ argument 154 #define WRAP_W_WW(name) \ argument [all …]
|
| /NextBSD/sys/sys/ |
| HD | tree.h | 62 #define SPLAY_HEAD(name, type) \ argument 119 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 161 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 281 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 282 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 283 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 284 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 285 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 287 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 290 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| HD | 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
|
| HD | sdt.h | 38 #define DTRACE_PROBE(prov, name) { \ argument 43 #define DTRACE_PROBE1(prov, name, arg1) { \ argument 48 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ argument 55 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) { \ argument 62 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) { \ argument 70 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) { \ argument 87 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument 88 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument 89 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 90 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument [all …]
|
| /NextBSD/sys/kern/ |
| HD | init_sysent.c | 21 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument 24 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) argument 26 #define compat(n, name) 0, (sy_call_t *)nosys argument 30 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name) argument 32 #define compat4(n, name) 0, (sy_call_t *)nosys argument 36 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) argument 38 #define compat6(n, name) 0, (sy_call_t *)nosys argument 42 #define compat7(n, name) n, (sy_call_t *)__CONCAT(freebsd7_,name) argument 44 #define compat7(n, name) 0, (sy_call_t *)nosys argument
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 19 #define AS(name) (sizeof(struct name) / sizeof(register_t)) argument 22 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) argument 24 #define compat(n, name) 0, (sy_call_t *)nosys argument 28 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name) argument 30 #define compat4(n, name) 0, (sy_call_t *)nosys argument 34 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) argument 36 #define compat6(n, name) 0, (sy_call_t *)nosys argument 40 #define compat7(n, name) n, (sy_call_t *)__CONCAT(freebsd7_,name) argument 42 #define compat7(n, name) 0, (sy_call_t *)nosys argument
|
| /NextBSD/sys/cddl/contrib/opensolaris/common/nvpair/ |
| HD | opensolaris_fnvpair.c | 134 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean() 140 fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val) in fnvlist_add_boolean_value() 146 fnvlist_add_byte(nvlist_t *nvl, const char *name, uchar_t val) in fnvlist_add_byte() 152 fnvlist_add_int8(nvlist_t *nvl, const char *name, int8_t val) in fnvlist_add_int8() 158 fnvlist_add_uint8(nvlist_t *nvl, const char *name, uint8_t val) in fnvlist_add_uint8() 164 fnvlist_add_int16(nvlist_t *nvl, const char *name, int16_t val) in fnvlist_add_int16() 170 fnvlist_add_uint16(nvlist_t *nvl, const char *name, uint16_t val) in fnvlist_add_uint16() 176 fnvlist_add_int32(nvlist_t *nvl, const char *name, int32_t val) in fnvlist_add_int32() 182 fnvlist_add_uint32(nvlist_t *nvl, const char *name, uint32_t val) in fnvlist_add_uint32() 188 fnvlist_add_int64(nvlist_t *nvl, const char *name, int64_t val) in fnvlist_add_int64() [all …]
|
| /NextBSD/lib/libdispatch/src/ |
| HD | object_internal.h | 31 #define DISPATCH_DECL_INTERNAL_SUBCLASS(name, super) \ argument 33 #define DISPATCH_DECL_INTERNAL(name) \ argument 35 #define DISPATCH_DECL_SUBCLASS_INTERFACE(name, super) \ argument 38 #define DISPATCH_DECL_INTERNAL_SUBCLASS(name, super) DISPATCH_DECL(name) argument 39 #define DISPATCH_DECL_INTERNAL(name) DISPATCH_DECL(name) argument 40 #define DISPATCH_DECL_SUBCLASS_INTERFACE(name, super) argument 44 #define DISPATCH_CLASS(name) OS_OBJECT_CLASS(dispatch_##name) argument 47 #define DISPATCH_VTABLE_SUBCLASS_INSTANCE(name, super, ...) \ argument 55 #define DISPATCH_VTABLE_SUBCLASS_INSTANCE(name, super, ...) \ argument 63 #define DISPATCH_SUBCLASS_DECL(name, super) \ argument [all …]
|
| /NextBSD/sys/powerpc/include/ |
| HD | asm.h | 67 #define DOT_LABEL(name) __CONCAT(.,name) argument 68 #define TYPE_ENTRY(name) .size name,24; \ argument 71 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name); argument 74 #define DOT_LABEL(name) __CONCAT(.L.,name) argument 75 #define TYPE_ENTRY(name) .type name,@function; argument 76 #define END_SIZE(name) .size name,.-DOT_LABEL(name); argument 80 #define DOT_LABEL(name) name argument 81 #define TYPE_ENTRY(name) .type name,@function; argument 82 #define END_SIZE(name) .size name,.-DOT_LABEL(name); argument 85 #define _GLOBAL(name) \ argument [all …]
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3nametest.c | 73 const char *name; in set_cn() local 111 const char *name; in set_altname() local 148 static int set_cn1(X509 *crt, const char *name) in set_cn1() 153 static int set_cn_and_email(X509 *crt, const char *name) in set_cn_and_email() 159 static int set_cn2(X509 *crt, const char *name) in set_cn2() 165 static int set_cn3(X509 *crt, const char *name) in set_cn3() 171 static int set_email1(X509 *crt, const char *name) in set_email1() 176 static int set_email2(X509 *crt, const char *name) in set_email2() 182 static int set_email3(X509 *crt, const char *name) in set_email3() 188 static int set_email_and_cn(X509 *crt, const char *name) in set_email_and_cn() [all …]
|
| /NextBSD/contrib/ipfilter/sys/ |
| HD | tree.h | 60 #define SPLAY_HEAD(name, type) \ argument 117 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 159 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 279 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 280 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 281 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 282 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 283 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 285 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 288 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | 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 …]
|
| /NextBSD/sys/amd64/include/ |
| HD | asmacros.h | 55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument 57 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument 60 #define END(name) .size name, . - name argument 102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument 107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument 110 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument 125 #define ALTENTRY(name) GEN_ENTRY(name) argument 128 #define ENTRY(name) GEN_ENTRY(name) argument 131 #define MCOUNT_LABEL(name) argument 149 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument [all …]
|
| /NextBSD/sys/i386/include/ |
| HD | asmacros.h | 55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \ argument 57 #define NON_GPROF_ENTRY(name) GEN_ENTRY(name) argument 60 #define END(name) .size name, . - name argument 102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f argument 107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT argument 110 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT argument 125 #define ALTENTRY(name) GEN_ENTRY(name) argument 128 #define ENTRY(name) GEN_ENTRY(name) argument 131 #define MCOUNT_LABEL(name) argument 139 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ argument [all …]
|
| /NextBSD/sys/contrib/libfdt/ |
| HD | libfdt.h | 156 #define __fdt_set_hdr(name) \ argument 460 const char *name, in fdt_get_property_w() 545 const char *name, int *lenp) in fdt_getprop_w() 883 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 918 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 930 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 994 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 999 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1004 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() 1008 #define fdt_property_string(fdt, name, str) \ argument [all …]
|
| /NextBSD/contrib/dtc/libfdt/ |
| HD | libfdt.h | 178 #define __fdt_set_hdr(name) \ argument 482 const char *name, in fdt_get_property_w() 567 const char *name, int *lenp) in fdt_getprop_w() 919 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 954 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 966 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1031 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1036 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1041 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() 1045 #define fdt_property_string(fdt, name, str) \ argument [all …]
|
| /NextBSD/crypto/openssl/crypto/pem/ |
| HD | pem.h | 158 char *name; member 214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 233 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 239 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [all …]
|
| /NextBSD/contrib/binutils/ld/ |
| HD | mri.c | 39 const char *name; member 57 lookup (const char *name, struct section_name_struct **list) in lookup() 77 const char *name, in mri_add_to_list() 95 mri_output_section (const char *name, etree_type *vma) in mri_output_section() 104 mri_only_load (const char *name) in mri_only_load() 241 mri_load (const char *name) in mri_load() 248 mri_order (const char *name) in mri_order() 273 mri_name (const char *name) in mri_name() 279 mri_format (const char *name) in mri_format() 295 mri_public (const char *name, etree_type *exp) in mri_public() [all …]
|
| /NextBSD/contrib/llvm/projects/libunwind/src/ |
| HD | assembly.h | 35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) argument 38 #define SYMBOL_IS_FUNC(name) argument 41 #define SYMBOL_IS_FUNC(name) .type name,%function argument 43 #define SYMBOL_IS_FUNC(name) .type name,@function argument 46 #define SYMBOL_IS_FUNC(name) \ argument 53 #define DEFINE_LIBUNWIND_FUNCTION(name) \ argument 58 #define DEFINE_LIBUNWIND_PRIVATE_FUNCTION(name) \ argument
|
| /NextBSD/contrib/ntp/sntp/libevent/WIN32-Code/ |
| HD | tree.h | 57 #define SPLAY_HEAD(name, type) \ argument 114 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 156 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 276 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 277 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 278 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 279 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 285 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| /NextBSD/contrib/atf/atf-c++/detail/ |
| D | env.cpp | 44 impl::get(const std::string& name) in get() 50 impl::get(const std::string& name, const std::string& default_value) in get() 56 impl::has(const std::string& name) in has() 62 impl::set(const std::string& name, const std::string& val) in set() 70 impl::unset(const std::string& name) in unset()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_dis.c | 41 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_log() 49 dt_dis_branch(const dtrace_difo_t *dp, const char *name, in dt_dis_branch() 57 dt_dis_load(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_load() 65 dt_dis_store(const dtrace_difo_t *dp, const char *name, in dt_dis_store() 74 dt_dis_str(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_str() 81 dt_dis_r1rd(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_r1rd() 89 dt_dis_cmp(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_cmp() 97 dt_dis_tst(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_tst() 120 dt_dis_scope(const char *name) in dt_dis_scope() 131 dt_dis_lda(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) in dt_dis_lda() [all …]
|