Searched refs:err (Results 276 - 300 of 5557) sorted by relevance

<<11121314151617181920>>

/freebsd-current/crypto/openssl/ssl/
H A Dssl_mcnf.c27 int err = 1; local
36 goto err;
45 goto err;
50 goto err;
69 err = 0;
77 ++err;
80 ++err;
81 err:
84 return err == 0;
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/preprocessor/
H A DMakefile8 err.D_IDENT_UNDEF.afterprobe.d \
9 err.D_PRAGCTL_INVAL.tabdefine.d \
10 err.D_SYNTAX.withoutpound.d \
11 err.defincomp.d \
12 err.ifdefelsenotendif.d \
13 err.ifdefincomp.d \
14 err.ifdefnotendif.d \
15 err.incompelse.d \
16 err.mulelse.d \
/freebsd-current/contrib/atf/atf-c++/
H A Dcheck.cpp108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(), local
110 if (atf_is_error(err))
111 throw_atf_error(err);
122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(), local
124 if (atf_is_error(err))
125 throw_atf_error(err);
136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(), local
138 if (atf_is_error(err))
139 throw_atf_error(err);
149 atf_error_t err local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh53 int err;
57 /err == 0 && progenyof(\$pid) && !seen["provider"]/ \
62 exit(++err); \
80 /err == 0 && !seen["provider"]/ \
83 exit(++err); \
87 /err == 0/ \
107 /err == 0 && errstr != ""/
111 exit(++err);
124 exit(++err);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh40 self->err = 1;
45 /self->err && (int)arg0 == -1 && (int)arg1 == -1/
51 /self->err/
/freebsd-current/contrib/libucl/examples/
H A Ducl_cpp.cc7 std::string input, err; local
12 auto obj = ucl::Ucl::parse(input, err);
22 std::cerr << "Error: " << err << std::endl;
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.c34 #include <err.h>
64 err(1, "slave cmdbuf malloc failed");
68 err(1, "slave command type read failed");
74 err(1, "slave command len read failed");
79 err(1, "slave cmdbuf realloc to %d "
85 err(1, "slave command read failed");
92 err(1, "slave arg type read failed");
95 err(1, "slave arg len read failed");
101 err(1, "slave realloc of args array "
109 err(
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Drename2.sh54 #include <err.h>
74 err(1, "mkdir(%s)", dir1);
77 err(1, "chdir(%s)", dir1);
79 err(1, "chdir(%s)", "..");
86 err(1, "stat(%s)", dir1);
93 err(1, "stat(%s)", dir2);
100 err(1, "rmdir(%s)", dir1);
H A Drevoke.sh60 #include <err.h>
83 err(1, "fork");
95 err(1, "setsid");
100 err(1, "open(%s)", argv[1]);
104 err(1, "ioctl(TIOCSCTTY)");
108 err(1, "revoke(%s)", argv[1]);
112 err(1, "open(%s)", CTTY);
/freebsd-current/sbin/ipf/libipf/
H A Dipf_perror.c6 ipf_perror(int err, char *string) argument
8 if (err == 0)
11 fprintf(stderr, "%s: %s\n", string, ipf_strerror(err));
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dgetversion.c24 #include <err.h>
37 err(EXIT_FAILURE, "failed to open %s", argv[1]);
41 err(EXIT_FAILURE, "FS_IOC_GETVERSION failed");
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dpci.c32 int err; local
34 err = pci_disable_link_state(pdev, aspm_conf);
35 if (!err)
/freebsd-current/crypto/openssl/crypto/evp/
H A Dp_enc.c29 goto err;
34 goto err;
38 err:
H A Dp_dec.c29 goto err;
34 goto err;
38 err:
/freebsd-current/crypto/openssl/crypto/ec/
H A Decdh_ossl.c22 #include <openssl/err.h>
62 goto err;
67 goto err;
73 goto err;
86 goto err;
93 goto err;
98 goto err;
108 goto err;
119 goto err;
123 goto err;
[all...]
/freebsd-current/lib/libbsnmp/tests/
H A Dbsnmpd_test.c36 enum asn_err err; local
43 err = asn_get_header(&b, &type, &len);
44 ATF_CHECK_EQ(ASN_ERR_EOBUF, err);
/freebsd-current/bin/setfacl/
H A Dutil.c28 #include <err.h>
40 err(1, "calloc() failed");
51 err(1, "realloc() failed");
/freebsd-current/lib/libproc/tests/
H A Dtarget_prog.c28 #include <err.h>
74 err(1, "signal");
76 err(1, "kill");
/freebsd-current/share/examples/kld/syscall/test/
H A Dcall.c33 #include <err.h>
46 err(1, "modfind");
48 err(1, "modstat");
/freebsd-current/tests/sys/mqueue/
H A Dmqtest3.c5 #include <err.h>
43 err(1, "mq_open()");
46 err(1, "mq_getattr()");
60 err(1, "child process: mq_open");
69 err(1, "child process: select()");
72 err(2, "child process: mq_receive");
75 err(3, "message data corrupted");
77 err(4, "priority is incorrect: %d", prio);
84 err(1, "fork()");
101 err(
[all...]
/freebsd-current/usr.bin/perror/
H A Dperror.c34 #include <err.h>
56 err(1, NULL);
59 err(1, NULL);
/freebsd-current/tests/sys/kern/
H A Dcoredump_phnum_helper.c31 #include <err.h>
51 err(1, "mmap");
59 err(1, "mprotect");
/freebsd-current/tests/sys/kern/pipe/
H A Dpipe_reverse2_test.c29 #include <err.h>
44 err(1, "FAIL: pipe");
54 err(1, "FAIL: write reverse direction");
/freebsd-current/usr.sbin/accton/
H A Daccton.c33 #include <err.h>
58 err(1, NULL);
62 err(1, "%s", *argv);
/freebsd-current/usr.bin/dirname/
H A Ddirname.c33 #include <err.h>
48 err(1, "capsicum");
64 err(1, "%s", *argv);

Completed in 287 milliseconds

<<11121314151617181920>>