Searched refs:err2 (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-current/stand/libsa/
H A Dclose.c67 int err1 = 0, err2 = 0; local
81 err2 = (f->f_dev->dv_close)(f);
102 if (err2) {
103 errno = err2;
/freebsd-current/contrib/sendmail/libsm/
H A Dvasprintf.c72 goto err2;
100 err2:
/freebsd-current/stand/efi/include/
H A Defifpswa.h16 UINT64 err2; member in struct:_FPSWA_RET
/freebsd-current/contrib/cortex-strings/scripts/
H A Dplot-sizes.py69 err2 = min(vals) - mean
70 assert err2 <= 0
71 Yerr[0].append(abs(err2))
/freebsd-current/contrib/atf/atf-c/
H A Dcheck_test.c404 const char *err1, *err2; local
417 err2 = atf_check_result_stderr(&result2);
422 ATF_CHECK(strstr(err2, "check.XXXXXX") == NULL);
427 ATF_CHECK(strstr(err2, "/check") != NULL);
432 ATF_CHECK(strstr(err2, "/stderr") != NULL);
435 ATF_CHECK(strcmp(err1, err2) != 0);
449 CHECK_LINES(err2, "stderr", "result2");
H A Dcheck.c468 atf_error_t err2 = atf_fs_rmdir(&dir); local
469 INV(!atf_is_error(err2));
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Drping.c418 goto err2;
460 err2:
539 goto err2;
560 err2:
794 goto err2;
800 goto err2;
820 err2:
906 goto err2;
912 goto err2;
918 goto err2;
[all...]
H A Dudaddy.c303 goto err2;
307 goto err2;
311 goto err2;
318 goto err2;
324 err2:
H A Dcmatose.c281 goto err2;
285 goto err2;
290 goto err2;
294 err2:
/freebsd-current/contrib/atf/atf-c++/
H A Dcheck_test.cpp337 const std::string err2 = r2->stderr_path(); local
342 ATF_REQUIRE(err2.find("check.XXXXXX") == std::string::npos);
347 ATF_REQUIRE(err2.find("/check") != std::string::npos);
352 ATF_REQUIRE(err2.find("/stderr") != std::string::npos);
355 ATF_REQUIRE(err1 != err2);
360 check_lines(err2, "stderr", "result2");
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c136 goto err2;
139 err2:
H A Dib_sa_query.c952 goto err2;
956 err2:
1075 goto err2;
1079 err2:
1167 goto err2;
1171 err2:
1265 goto err2;
1269 err2:
1380 goto err2;
1384 err2
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_v3.c108 goto err2;
124 goto err2;
132 err2:
/freebsd-current/usr.bin/sort/
H A Dcoll.c1119 int err1, err2; local
1123 err1 = err2 = 0;
1151 err2 = errno;
1155 else if (err2 == 0) {
1199 err2 = errno;
1215 if (err1 == ERANGE || err2 == ERANGE) {
1218 if (huge_minus(d2, err2)) {
1227 } else if (huge_minus(d2, err2)) {
1240 if (huge_plus(d2, err2)) {
1248 } else if (huge_plus(d2, err2)) {
[all...]
/freebsd-current/contrib/nvi/vi/
H A Dv_search.c183 goto err2;
197 goto err2;
268 err2: vp->m_final.lno = s_lno;
/freebsd-current/lib/libc/iconv/
H A Dcitrus_esdb.c120 goto err2;
123 goto err2;
177 err2:
/freebsd-current/sys/kern/
H A Dsubr_firmware.c304 goto err2;
307 goto err2;
315 goto err2;
336 err2: /* cleanup in vn_open through vn_close */
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobj_dat.c186 goto err2;
189 goto err2;
192 goto err2;
195 goto err2;
211 err2:
/freebsd-current/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c373 goto err2;
401 err2:
/freebsd-current/contrib/ofed/libcxgb4/
H A Dverbs.c195 goto err2;
239 err2:
327 goto err2;
410 err2:
435 goto err2;
565 err2:
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping.c680 goto err2;
687 goto err2;
691 err2:
1457 goto err2;
1463 goto err2;
1475 err2:
1801 goto err2;
1840 goto err2;
1845 goto err2;
1853 goto err2;
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c843 int err2 = read_mac_metadata_blob(a, tar, entry, h, unconsumed); local
844 if (err2 < err)
845 err = err2;
1372 int err = ARCHIVE_OK, err2; local
1384 err2 = header_common(a, tar, entry, h);
1385 if (err > err2)
1386 err = err2;
1489 int err, err2; local
1510 err2 = pax_header(a, tar, entry, &tar->pax_header);
1511 err = err_combine(err, err2);
1598 int err, err2; local
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c493 uint8_t err2; local
526 &err2);
536 *err_cnt = (err1 + (err2 << 8) + (err3 << 16));
1271 uint8_t err1, err2; local
1282 err2 = (*err &
1286 if (err1 || err2) {
1288 __func__, err1, err2);
/freebsd-current/lib/libc/db/btree/
H A Dbt_split.c115 goto err2;
146 goto err2;
312 err2: mpool_put(t->bt_mp, l, 0);
/freebsd-current/sys/dev/dpaa/
H A Dfman.c323 goto err2;
329 goto err2;
349 err2:

Completed in 318 milliseconds

1234