Searched refs:ex (Results 1 - 25 of 885) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/vax/include/
H A Dcoff_machdep.h36 #define COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_VAX)
/netbsd-current/sys/sys/
H A Dexec_aout.h37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)
90 #define N_GETMAGIC(ex) \
91 ((((uint32_t)(ex).a_midmag)&0xffff0000) ? \
92 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))
93 #define N_GETMAGIC2(ex) \
94 ((((uint32_t)(ex).a_midmag)&0xffff0000) ? \
95 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : (((ex).a_midmag) | 0x10000))
96 #define N_GETMID(ex) \
[all...]
/netbsd-current/sys/arch/i386/include/
H A Dcoff_machdep.h36 #define COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_I386)
/netbsd-current/tools/m68k-elf2aout/sys/
H A Dexec_aout.h37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)
90 #define N_GETMAGIC(ex) \
91 ((((ex).a_midmag)&0xffff0000) ? \
92 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))
93 #define N_GETMAGIC2(ex) \
94 ((((ex).a_midmag)&0xffff0000) ? \
95 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : (((ex).a_midmag) | 0x10000))
96 #define N_GETMID(ex) \
[all...]
/netbsd-current/tools/arm-elf2aout/sys/
H A Dexec_aout.h37 #define N_PAGSIZ(ex) (AOUT_LDPGSZ)
90 #define N_GETMAGIC(ex) \
91 ((((ex).a_midmag)&0xffff0000) ? \
92 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : ((ex).a_midmag))
93 #define N_GETMAGIC2(ex) \
94 ((((ex).a_midmag)&0xffff0000) ? \
95 (be32toh((uint32_t)((ex).a_midmag))&0xffff) : (((ex).a_midmag) | 0x10000))
96 #define N_GETMID(ex) \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dmisc.s4 ex af,af'
6 ex de,hl
7 ex (sp),hl
8 ex (sp),ix
9 ex (sp),iy
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-catch-cpp-exceptions.cc34 my_exception ex (4);
35 throw ex; /* Throw 1. */
47 catch (const my_exception &ex) /* Catch 1. */
64 catch (const my_exception &ex) /* Catch 2. */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-catch-cpp-exceptions.cc34 my_exception ex (4);
35 throw ex; /* Throw 1. */
47 catch (const my_exception &ex) /* Catch 1. */
64 catch (const my_exception &ex) /* Catch 2. */
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dexclude.c51 struct exclude *ex = (struct exclude *) xmalloc (sizeof (struct exclude)); local
52 ex->exclude_count = 0;
53 ex->exclude_alloc = 64;
54 ex->exclude = (char const **) xmalloc (ex->exclude_alloc * sizeof (char *));
55 return ex;
59 excluded_filename (struct exclude const *ex, char const *f, int options) argument
61 char const * const *exclude = ex->exclude;
62 int exclude_count = ex->exclude_count;
73 add_exclude (struct exclude *ex, cha argument
84 add_exclude_file(void (*add_func) PARAMS ((struct exclude *, char const *)), struct exclude *ex, char const *filename, char line_end) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgcore.in35 dump_all_cmds=("-ex" "set use-coredump-filter off")
36 dump_all_cmds+=("-ex" "set dump-excluded-mappings on")
102 -ex "set pagination off" -ex "set height 0" -ex "set width 0" \
104 -ex "attach $pid" -ex "gcore $prefix.$pid" -ex detach -ex quit
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dcommon.h176 #define assert(ex) {if (!(ex)) \
178 __LINE__, __FILE__, "ex"); (void)msg_out(asstmp); \
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dlogbq.c31 int64_t lx, hx, ex; local
39 if ((ex = hx >> 48) == 0) /* IEEE 754 logb */
48 ex -= ma - 16;
50 return (__float128) (ex - 16383);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlogbq.c31 int64_t lx, hx, ex; local
39 if ((ex = hx >> 48) == 0) /* IEEE 754 logb */
48 ex -= ma - 16;
50 return (__float128) (ex - 16383);
/netbsd-current/sys/kern/
H A Dsubr_extent.c129 extent_alloc_region_descriptor(struct extent *ex, int flags) argument
134 if (ex->ex_flags & EXF_FIXED) {
135 struct extent_fixed *fex = (struct extent_fixed *)ex;
137 if (!(ex->ex_flags & EXF_EARLY))
138 mutex_enter(&ex->ex_lock);
148 if (!(ex->ex_flags & EXF_EARLY))
149 mutex_exit(&ex->ex_lock);
153 if (!(ex->ex_flags & EXF_EARLY))
154 mutex_exit(&ex->ex_lock);
158 if (!(ex
190 extent_free_region_descriptor(struct extent *ex, struct extent_region *rp) argument
237 struct extent *ex; local
323 extent_destroy(struct extent *ex) argument
357 extent_insert_and_optimize(struct extent *ex, u_long start, u_long size, int flags, struct extent_region *after, struct extent_region *rp) argument
462 extent_alloc_region(struct extent *ex, u_long start, u_long size, int flags) argument
618 extent_alloc_subregion1(struct extent *ex, u_long substart, u_long subend, u_long size, u_long alignment, u_long skew, u_long boundary, int flags, u_long *result) argument
992 extent_alloc_subregion(struct extent *ex, u_long start, u_long end, u_long size, u_long alignment, u_long boundary, int flags, u_long *result) argument
1001 extent_alloc(struct extent *ex, u_long size, u_long alignment, u_long boundary, int flags, u_long *result) argument
1011 extent_alloc1(struct extent *ex, u_long size, u_long alignment, u_long skew, u_long boundary, int flags, u_long *result) argument
1021 extent_free(struct extent *ex, u_long start, u_long size, int flags) argument
1166 extent_print(struct extent *ex) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgcore.in35 dump_all_cmds=("-ex" "set use-coredump-filter off")
36 dump_all_cmds+=("-ex" "set dump-excluded-mappings on")
102 -ex "set pagination off" -ex "set height 0" -ex "set width 0" \
104 -ex "attach $pid" -ex "gcore $prefix.$pid" -ex detach -ex quit
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dexclude.c101 struct exclude *ex = (struct exclude *) xmalloc (sizeof *ex); local
102 ex->exclude_count = 0;
103 ex->exclude_alloc = (1 << 6); /* This must be a power of 2. */
104 ex->exclude = (struct patopts *) xmalloc (ex->exclude_alloc
105 * sizeof ex->exclude[0]);
106 return ex;
112 free_exclude (struct exclude *ex) argument
114 free (ex
147 excluded_filename(struct exclude const *ex, char const *f) argument
193 add_exclude(struct exclude *ex, char const *pattern, int options) argument
217 add_exclude_file(void (*add_func) PARAMS ((struct exclude *, char const *, int)), struct exclude *ex, char const *filename, int options, char line_end) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_v3.c42 X509_EXTENSION *ex; local
51 ex = sk_X509_EXTENSION_value(sk, lastpos);
52 if (OBJ_cmp(ex->object, obj) == 0)
62 X509_EXTENSION *ex; local
71 ex = sk_X509_EXTENSION_value(sk, lastpos);
72 if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit))
97 X509_EXTENSION *ex, int loc)
120 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL)
136 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, in argument
154 X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, const ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) argument
185 X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) argument
194 X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) argument
202 X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) argument
214 X509_EXTENSION_get_object(X509_EXTENSION *ex) argument
221 X509_EXTENSION_get_data(X509_EXTENSION *ex) argument
228 X509_EXTENSION_get_critical(const X509_EXTENSION *ex) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_v3.c45 X509_EXTENSION *ex; local
54 ex = sk_X509_EXTENSION_value(sk, lastpos);
55 if (OBJ_cmp(ex->object, obj) == 0)
65 X509_EXTENSION *ex; local
74 ex = sk_X509_EXTENSION_value(sk, lastpos);
75 if (((ex->critical > 0) && crit) || ((ex->critical <= 0) && !crit))
100 X509_EXTENSION *ex, int loc)
123 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL)
139 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, in argument
157 X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, const ASN1_OBJECT *obj, int crit, ASN1_OCTET_STRING *data) argument
187 X509_EXTENSION_set_object(X509_EXTENSION *ex, const ASN1_OBJECT *obj) argument
196 X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit) argument
204 X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data) argument
216 X509_EXTENSION_get_object(X509_EXTENSION *ex) argument
223 X509_EXTENSION_get_data(X509_EXTENSION *ex) argument
230 X509_EXTENSION_get_critical(const X509_EXTENSION *ex) argument
[all...]
/netbsd-current/external/bsd/nvi/dist/docs/exref/
H A DMakefile6 ALL= exref.ps summary.ps ../html/exref.html ../html/ex-summary.html
10 ../html/exref.html: ex.rm
17 ../html/ex-summary.html: ex.summary
24 exref.ps: ex.rm
28 summary.ps: ex.summary
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
H A Dchain.d66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i)
68 printf("%.*s%.*s\n", prefix.length, prefix.ptr, ex.msg.length, ex.msg.ptr);
73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dchain.d66 for ({ size_t i; Throwable ex = original; } ex; ex = ex.next, ++i)
68 printf("%.*s%.*s\n", cast(int)prefix.length, prefix.ptr, cast(int)ex.msg.length, ex.msg.ptr);
73 for ({ size_t i; Throwable ex = original.bypassedException; } ex; ex = ex
[all...]
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc70 struct __cxa_exception *ex,
82 if (ex)
84 ex->handlerSwitchValue = selector;
85 ex->catchTemp = landingPad;
94 struct __cxa_exception *ex,
103 if (ex)
105 *selector = ex->handlerSwitchValue;
106 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ex->catchTemp);
113 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex, argument
117 if (__gnu_unwind_frame(ex, contex
68 saveLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, int selector, dw_eh_ptr_t landingPad) argument
92 loadLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, unsigned long *selector, dw_eh_ptr_t *landingPad) argument
268 exceptionFromPointer(void *ex) argument
273 realExceptionFromException(__cxa_exception *ex) argument
304 exception_cleanup(_Unwind_Reason_Code reason, struct _Unwind_Exception *ex) argument
313 dependent_exception_cleanup(_Unwind_Reason_Code reason, struct _Unwind_Exception *ex) argument
323 free_exception_list(__cxa_exception *ex) argument
605 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; local
641 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; local
739 throw_exception(__cxa_exception *ex) argument
771 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; local
789 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(__cxa_allocate_dependent_exception())-1; local
804 __cxa_exception *ex = globals->caughtExceptions; local
815 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; local
822 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; local
842 __cxa_exception *ex = globals->caughtExceptions; local
915 check_type_signature(__cxa_exception *ex, const std::type_info *type, void *&adjustedPtr) argument
966 check_action_record(_Unwind_Context *context, dwarf_eh_lsda *lsda, dw_eh_ptr_t action_record, __cxa_exception *ex, unsigned long *selector, void *&adjustedPtr) argument
1039 pushCleanupException(_Unwind_Exception *exceptionObject, __cxa_exception *ex) argument
1072 __cxa_exception *ex = 0; variable
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnsrecurs.cc38 int ex = 9999; member in namespace:E
56 return ax + dx + xx + G::GF::FE::ex;
/netbsd-current/sys/arch/m68k/include/
H A Daout_machdep.h42 #define N_PAGSIZ(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ)
/netbsd-current/tools/m68k-elf2aout/machine/
H A Daout_machdep.h42 #define N_PAGSIZ(ex) (N_GETMID((ex)) == MID_M68K4K ? 4096 : AOUT_LDPGSZ)

Completed in 530 milliseconds

1234567891011>>