Searched refs:EXIT_FAILURE (Results 76 - 100 of 1183) sorted by relevance

1234567891011>>

/netbsd-current/sbin/modunload/
H A Dmain.c59 err(EXIT_FAILURE, "%s", argv[i]);
71 exit(EXIT_FAILURE);
/netbsd-current/usr.sbin/wsconscfg/
H A Dwsconscfg.c127 err(EXIT_FAILURE, "Cannot open `%s'", wsdev);
132 err(EXIT_FAILURE, "Cannot switch to %d", idx);
135 err(EXIT_FAILURE, "Cannot get current screen");
142 err(EXIT_FAILURE, "WSMUX_REMOVE_DEVICE");
145 err(EXIT_FAILURE, "WSMUX_ADD_DEVICE");
150 err(EXIT_FAILURE, "WSDISPLAYIO_DELSCREEN");
155 errx(EXIT_FAILURE,
158 err(EXIT_FAILURE, "WSDISPLAYIO_ADDSCREEN");
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A DlinkDR.c13 if (!rt_init()) return EXIT_FAILURE;
26 if (!rt_term()) return EXIT_FAILURE;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A DlinkDR.c13 if (!rt_init()) return EXIT_FAILURE;
26 if (!rt_term()) return EXIT_FAILURE;
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dgpgsig.c86 err(EXIT_FAILURE, "cannot read keyring");
89 errx(EXIT_FAILURE, "unable to verify signature: %s",
110 errx(EXIT_FAILURE, "GPG variable not set");
113 err(EXIT_FAILURE, "cannot create input pipes");
115 err(EXIT_FAILURE, "cannot create output pipes");
119 err(EXIT_FAILURE, "cannot fork GPG process");
165 errx(EXIT_FAILURE, "Short read from GPG");
187 errx(EXIT_FAILURE, "GPG could not create signature");
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Detest.c84 return( EXIT_FAILURE );
94 return( EXIT_FAILURE );
107 return( EXIT_FAILURE );
112 return( EXIT_FAILURE );
118 return( EXIT_FAILURE );
169 return( EXIT_FAILURE );
176 return( EXIT_FAILURE );
181 return( EXIT_FAILURE );
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dmemleaktest.c45 int exitcode = EXIT_FAILURE;
51 return EXIT_FAILURE;
/netbsd-current/usr.bin/btpin/
H A Dbtpin.c75 errx(EXIT_FAILURE, "%s: %s", optarg,
84 err(EXIT_FAILURE, "%s", optarg);
91 errx(EXIT_FAILURE, "Invalid PIN length");
144 err(EXIT_FAILURE, "socket");
147 err(EXIT_FAILURE, "connect(\"%s\")", un.sun_path);
150 err(EXIT_FAILURE, "send");
159 err(EXIT_FAILURE, "socket");
163 err(EXIT_FAILURE, "SO_L2CAP_LM");
170 err(EXIT_FAILURE, "bind");
179 exit(EXIT_FAILURE);
[all...]
/netbsd-current/usr.bin/tabs/
H A Dtabs.c78 exit(EXIT_FAILURE);
105 errx(EXIT_FAILURE,
131 errx(EXIT_FAILURE,
158 errx(EXIT_FAILURE,
163 errx(EXIT_FAILURE, "%s: invalid tab stop", token);
167 errx(EXIT_FAILURE,
172 errx(EXIT_FAILURE, "tab stops may not go backwards");
177 errx(EXIT_FAILURE, "no value for $TERM and -T not given");
179 err(EXIT_FAILURE, "setupterm:");
184 errx(EXIT_FAILURE, "termina
[all...]
/netbsd-current/tests/lib/libutil/
H A Dt_pidfile.c79 errx(EXIT_FAILURE, "Cannot open expected pidfile '%s'", path);
82 errx(EXIT_FAILURE, "Failed to read pid from pidfile '%s'",
87 errx(EXIT_FAILURE, "Pid in pidfile (%d) does not match "
99 errx(EXIT_FAILURE, "The pidfile %s was not deleted",
137 errx(EXIT_FAILURE, "Cannot allocate memory for path");
150 errx(EXIT_FAILURE, "Failed to create pidfile with default "
177 errx(EXIT_FAILURE, "Failed to create pidfile with custom "
204 errx(EXIT_FAILURE, "Failed to create pidfile '%s'", path);
229 errx(EXIT_FAILURE, "Failed to create pidfile with default "
233 errx(EXIT_FAILURE, "Faile
[all...]
/netbsd-current/sbin/drvctl/
H A Ddrvctl.c62 exit(EXIT_FAILURE);
117 err(EXIT_FAILURE, "open %s", DRVCTLDEV);
127 err(EXIT_FAILURE, "DRVRESUMEDEV");
133 err(EXIT_FAILURE, "DRVSUSPENDDEV");
139 err(EXIT_FAILURE, "DRVDETACHDEV");
152 err(EXIT_FAILURE, "malloc int[%d]", argc - 1);
160 err(EXIT_FAILURE, "DRVRESCANBUS");
177 errc(EXIT_FAILURE, res, "DRVCTLCOMMAND");
182 errc(EXIT_FAILURE, drvctl_error, "get-properties");
188 errx(EXIT_FAILURE,
[all...]
/netbsd-current/usr.sbin/quotarestore/
H A Dquotarestore.c68 err(EXIT_FAILURE, "malloc");
97 err(EXIT_FAILURE, "realloc");
159 err(EXIT_FAILURE, "malloc");
165 err(EXIT_FAILURE, "strdup");
172 err(EXIT_FAILURE, "malloc");
178 err(EXIT_FAILURE, "strdup");
324 err(EXIT_FAILURE, "quota_opencursor");
335 err(EXIT_FAILURE, "quotacursor_getn");
354 err(EXIT_FAILURE, "quota_delete");
379 errx(EXIT_FAILURE, "
[all...]
/netbsd-current/libexec/rexecd/
H A Drexecd.c124 err(EXIT_FAILURE, "getpeername");
137 return EXIT_FAILURE;
175 exit(EXIT_FAILURE);
185 exit(EXIT_FAILURE);
196 exit(EXIT_FAILURE);
208 exit(EXIT_FAILURE);
213 exit(EXIT_FAILURE);
226 rexecd_errx(EXIT_FAILURE, "Login incorrect.");
235 rexecd_errx(EXIT_FAILURE, "Try again.");
242 rexecd_errx(EXIT_FAILURE, "Passwor
[all...]
/netbsd-current/external/bsd/pkg_install/dist/admin/
H A Daudit.c146 err(EXIT_FAILURE, "Failed to open input file %s",
193 errx(EXIT_FAILURE, "PKG_VULNERABILITIES is not set");
198 errx(EXIT_FAILURE,
201 errx(EXIT_FAILURE, "pkg-vulnerabilities not readable");
239 exit(rv ? EXIT_FAILURE : EXIT_SUCCESS);
259 exit(rv ? EXIT_FAILURE : EXIT_SUCCESS);
278 exit(rv ? EXIT_FAILURE : EXIT_SUCCESS);
316 errx(EXIT_FAILURE,
344 errx(EXIT_FAILURE, "Could not fetch vulnerability file: %s",
348 errx(EXIT_FAILURE, "pk
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_helpers.c51 return EXIT_FAILURE;
60 return EXIT_FAILURE;
88 exit(EXIT_FAILURE);
113 exitcode = EXIT_FAILURE;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dprocess_helpers.c51 return EXIT_FAILURE;
60 return EXIT_FAILURE;
88 exit(EXIT_FAILURE);
113 exitcode = EXIT_FAILURE;
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_case_plain_helpers.cpp61 std::exit(EXIT_FAILURE);
167 return EXIT_FAILURE;
173 return EXIT_FAILURE;
191 return EXIT_FAILURE;
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A Dfail.c75 exit( EXIT_FAILURE );
/netbsd-current/regress/sys/arch/i386/iopl/
H A Diopl.c81 errx(EXIT_FAILURE, "%s: unexpected success of inb",
87 errx(EXIT_FAILURE, "%s: got signal %d\n", msg, sig);
103 err(EXIT_FAILURE, "iopl 1");
112 err(EXIT_FAILURE, "iopl 2");
/netbsd-current/regress/sys/kern/sa/sa1/
H A Dsa1.c53 exit(EXIT_FAILURE);
/netbsd-current/usr.bin/yes/
H A Dyes.c58 return EXIT_FAILURE;
/netbsd-current/usr.sbin/btpand/
H A Dclient.c60 exit(EXIT_FAILURE);
69 exit(EXIT_FAILURE);
75 exit(EXIT_FAILURE);
82 exit(EXIT_FAILURE);
92 exit(EXIT_FAILURE);
98 exit(EXIT_FAILURE);
102 exit(EXIT_FAILURE);
108 exit(EXIT_FAILURE);
119 exit(EXIT_FAILURE);
123 exit(EXIT_FAILURE);
[all...]
/netbsd-current/distrib/utils/libhack/
H A Dwrap.c58 exit(EXIT_FAILURE);
/netbsd-current/tests/lib/libc/stdio/
H A Dh_makenumbers.c12 errx(EXIT_FAILURE, "missing argument");
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dftest.c48 return EXIT_FAILURE;
102 return EXIT_FAILURE;
108 return EXIT_FAILURE;
114 return EXIT_FAILURE;

Completed in 326 milliseconds

1234567891011>>