Searched refs:ex (Results 26 - 50 of 183) sorted by relevance

12345678

/freebsd-13-stable/contrib/pjdfstest/travis/
H A Dtest.sh3 set -ex
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c154 struct ggd_export *ex; local
217 ex = malloc(sizeof(*ex));
218 if (ex == NULL)
220 ex->e_path = strdup(path);
221 if (ex->e_path == NULL)
225 ex->e_ip = (ip & mask);
226 ex->e_mask = mask;
227 ex->e_flags = flags;
229 SLIST_INSERT_HEAD(&exports, ex, e_nex
238 struct ggd_export *ex; local
307 exports_check(struct ggd_export *ex, struct g_gate_cinit *cinit, struct ggd_connection *conn) argument
377 struct ggd_export *ex; local
855 struct ggd_export *ex; local
[all...]
/freebsd-13-stable/lib/msun/tests/
H A Dnext_test.c46 #define test(exp, ans, ex) do { \
49 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
51 #define testf(exp, ans, ex) do { \
54 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
56 #define testl(exp, ans, ex) do { \
59 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
61 #define testboth(arg1, arg2, ans, ex, prec) do { \
62 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
63 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
65 #define testall(arg1, arg2, ans, ex) d
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_update.c351 struct _Elf_Extent *ex; local
353 while ((ex = SLIST_FIRST(extents)) != NULL) {
355 free(ex);
411 struct _Elf_Extent *ex, *prevt; local
427 if ((ex = malloc(sizeof(struct _Elf_Extent))) == NULL) {
431 ex->ex_start = start;
432 ex->ex_size = size;
433 ex->ex_desc = desc;
434 ex->ex_type = type;
438 SLIST_INSERT_AFTER(prevt, ex, ex_nex
719 _libelf_write_scn(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
848 _libelf_write_ehdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
892 _libelf_write_phdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
954 _libelf_write_shdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
1039 struct _Elf_Extent *ex; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_ext.c61 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) argument
63 return (X509v3_add_ext(&(x->crl.extensions), ex, loc) != NULL);
97 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) argument
99 return (X509v3_add_ext(&(x->cert_info.extensions), ex, loc) != NULL);
145 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) argument
147 return (X509v3_add_ext(&(x->extensions), ex, loc) != NULL);
H A Dt_req.c173 X509_EXTENSION *ex; local
175 ex = sk_X509_EXTENSION_value(exts, i);
178 obj = X509_EXTENSION_get_object(ex);
181 critical = X509_EXTENSION_get_critical(ex);
184 if (!X509V3_EXT_print(bp, ex, cflag, 16)) {
187 X509_EXTENSION_get_data(ex)) <= 0)
/freebsd-13-stable/contrib/gdtoa/
H A Dg_ddfmt.c44 int bx, by, decpt, ex, ey, i, j, mode; local
108 z = d2b(dval(&dd[0]), &ex, &bx);
113 if ( (i = ex - ey) !=0) {
116 ex = ey;
140 ex += i;
166 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y113 ex(struct assignment *a, const char *fmt, ...)
154 ex(a, "unknown name %s", a->name);
159 ex(as, "neither long nor short option");
163 ex(as, "either of long or name option must be used");
167 ex(as, "multiple long options");
171 ex(as, "multiple short options");
175 ex(as, "multiple types");
179 ex(as, "multiple arguments");
183 ex(as, "multiple help strings");
187 ex(a
[all...]
/freebsd-13-stable/usr.sbin/btxld/
H A Dbtxld.c328 const struct exec *ex; local
348 ex = p;
349 if (hdr->size >= sizeof(struct exec) && !N_BADMAG(*ex)) {
351 x = N_GETMAGIC(*ex);
358 hdr->text = le32toh(ex->a_text);
359 hdr->data = le32toh(ex->a_data);
360 hdr->bss = le32toh(ex->a_bss);
361 hdr->entry = le32toh(ex->a_entry);
362 if (le32toh(ex->a_entry) >= BTX_PGSIZE)
405 struct exec ex; local
[all...]
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c119 _Unwind_Exception ex; local
120 memset(&ex, '\0', sizeof(ex));
121 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0
146 ex.pr_cache.fnstart = frameInfo.start_ip;
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
148 ex.pr_cache.additional= frameInfo.flags;
156 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extents.c74 ext4_ext_print_index(struct inode *ip, struct ext4_extent_index *ex, int do_walk) argument
83 ex, le32toh(ex->ei_blk), (uint64_t)le16toh(ex->ei_leaf_hi) << 32 |
84 le32toh(ex->ei_leaf_lo));
90 fsbtodb(fs, ((uint64_t)le16toh(ex->ei_leaf_hi) << 32 |
91 le32toh(ex->ei_leaf_lo))), (int)fs->e2fs_bsize, NOCRED, &bp)) != 0) {
207 ext4_ext_store_pblock(struct ext4_extent *ex, e4fs_daddr_t pb) argument
210 ex->e_start_lo = htole32(pb & 0xffffffff);
211 ex
537 struct ext4_extent *ex; local
731 struct ext4_extent *ex; local
995 struct ext4_extent *ex; local
1034 struct ext4_extent *ex, *nex, *nearex; local
1196 struct ext4_extent newex, *ex; local
1316 ext4_remove_blocks(struct inode *ip, struct ext4_extent *ex, unsigned long from, unsigned long to) argument
1355 struct ext4_extent *ex; local
[all...]
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c327 struct exec ex; member in union:__anon8134
348 if (N_GETMAGIC(hdr.ex) == ZMAGIC)
357 addr = hdr.ex.a_entry & 0xffffff;
360 if (xfsread(ino, p, hdr.ex.a_text))
362 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
363 if (xfsread(ino, p, hdr.ex.a_data))
365 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
367 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex
[all...]
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c340 struct exec ex; member in union:__anon8186
360 if (N_GETMAGIC(hdr.ex) == ZMAGIC) {
370 addr = hdr.ex.a_entry & 0xffffff;
373 size = hdr.ex.a_text;
374 if (read(fd, p, hdr.ex.a_text) != size) {
378 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
379 size = hdr.ex.a_data;
380 if (read(fd, p, hdr.ex.a_data) != size) {
384 p += hdr.ex.a_data + roundup2(hdr.ex
[all...]
/freebsd-13-stable/lib/msun/src/
H A Ds_fmal.c173 int ex, ey, ez; local
190 xs = frexpl(x, &ex);
194 spread = ex + ey - ez;
245 spread = ex + ey;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match.exp5 CondParser_Eval: ${NUMBERS:M[^s]*[ex]} != "One Three five"
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-core.h146 uint32_t ex : 1; /**< Count in exception context */ member in struct:__anon10030::__anon10031
148 uint32_t ex : 1;
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c154 X509_EXTENSION *ex; local
155 ex = sk_X509_EXTENSION_value(exts, i);
158 obj = X509_EXTENSION_get_object(ex);
160 j = X509_EXTENSION_get_critical(ex);
163 if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) {
165 ASN1_STRING_print(bp, X509_EXTENSION_get_data(ex));
H A Dv3_lib.c166 X509_EXTENSION *ex, *found_ex = NULL; local
182 ex = sk_X509_EXTENSION_value(x, i);
183 if (OBJ_obj2nid(X509_EXTENSION_get_object(ex)) == nid) {
186 found_ex = ex;
194 found_ex = ex;
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c388 struct exec ex; member in union:__anon8133
409 if (N_GETMAGIC(hdr.ex) == ZMAGIC)
418 addr = hdr.ex.a_entry & 0xffffff;
421 if (xfsread(ino, p, hdr.ex.a_text))
423 p += roundup2(hdr.ex.a_text, PAGE_SIZE);
424 if (xfsread(ino, p, hdr.ex.a_data))
426 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
428 memcpy(p, &hdr.ex.a_syms, sizeof(hdr.ex
[all...]
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_exit.c106 _Unwind_ForcedUnwind(struct _Unwind_Exception *ex, _Unwind_Stop_Fn stop_func, argument
109 return (*uwl_forcedunwind)(ex, stop_func, stop_arg);
173 curthread->ex.exception_class = 0;
174 curthread->ex.exception_cleanup = thread_unwind_cleanup;
175 _Unwind_ForcedUnwind(&curthread->ex, thread_unwind_stop, NULL);
/freebsd-13-stable/usr.sbin/ppp/
H A Ddefs.c360 ex_desc(int ex) argument
369 if (ex >= 0 && ex < (int)(sizeof desc / sizeof *desc))
370 return desc[ex];
371 snprintf(num, sizeof num, "%d", ex);
/freebsd-13-stable/sbin/fsirand/
H A Dfsirand.c65 int n, ex = 0; local
97 ex += fsirand(argv[n]);
102 exit(ex);
/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c69 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) argument
71 return (X509v3_add_ext(&(x->tbsRequest.requestExtensions), ex, loc) !=
121 int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc) argument
123 return (X509v3_add_ext(&(x->singleRequestExtensions), ex, loc) != NULL);
177 int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc) argument
179 return (X509v3_add_ext(&(x->tbsResponseData.responseExtensions), ex, loc)
229 int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc) argument
231 return (X509v3_add_ext(&(x->singleExtensions), ex, loc) != NULL);
/freebsd-13-stable/lib/msun/amd64/
H A Dfenv.c76 fexcept_t ex = excepts; local
78 fesetexceptflag(&ex, excepts);
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dplot.py96 except Exception, ex:
99 print ex, 'on %s of %s' % (variant, test)

Completed in 138 milliseconds

12345678