Searched refs:EXIT_FAILURE (Results 51 - 75 of 1183) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/nbsvtool/
H A Dnbsvtool.c79 err(EXIT_FAILURE, "Failed to open signature output file: %s",
84 err(EXIT_FAILURE, "Failed to input file: %s", infile);
89 errx(EXIT_FAILURE, "Failed to create signature structure");
126 err(EXIT_FAILURE, "Failed to open input data file: %s", infile);
130 err(EXIT_FAILURE, "Failed to open signature input file: %s",
135 errx(EXIT_FAILURE, "Failed to parse the signature file %s",
140 errx(EXIT_FAILURE, "Failed to verify signature");
144 errx(EXIT_FAILURE, "Failed to get signers");
147 errx(EXIT_FAILURE, "No signers ?");
157 errx(EXIT_FAILURE,
[all...]
/netbsd-current/usr.sbin/wgconfig/
H A Dwgconfig.c75 exit(EXIT_FAILURE);
90 errx(EXIT_FAILURE, "invalid key");
95 errx(EXIT_FAILURE, "invalid key len: %zu", key_len);
98 errx(EXIT_FAILURE, "b64_ntop failed");
114 errx(EXIT_FAILURE, "invalid endpoint");
123 err(EXIT_FAILURE, "sockaddr_snprintf failed");
141 errx(EXIT_FAILURE, "invalid allowedips");
195 errx(EXIT_FAILURE, "inet_ntop failed");
216 err(EXIT_FAILURE, "socket");
219 errx(EXIT_FAILURE, "mallo
[all...]
/netbsd-current/usr.sbin/rpc.yppasswdd/
H A Drpc.yppasswdd.c76 err(EXIT_FAILURE,NULL);
95 errx(EXIT_FAILURE, "%s", strerror(E2BIG));
105 err(EXIT_FAILURE, "can't detach");
114 errx(EXIT_FAILURE, "cannot create UDP service");
118 errx(EXIT_FAILURE,
123 errx(EXIT_FAILURE, "cannot create TCP service");
127 errx(EXIT_FAILURE,
131 errx(EXIT_FAILURE, "svc_run returned");
162 errx(EXIT_FAILURE, "unable to free arguments");
175 exit(EXIT_FAILURE);
[all...]
/netbsd-current/usr.bin/split/
H A Dsplit.c98 errx(EXIT_FAILURE, "%s: illegal line count.", p);
105 errx(EXIT_FAILURE, "%s: illegal suffix length.", optarg);
112 errx(EXIT_FAILURE, "%s: illegal byte count.", optarg);
124 errx(EXIT_FAILURE, "%s: illegal line count.", optarg);
130 errx(EXIT_FAILURE, "%s: illegal number of chunks.", optarg);
141 err(EXIT_FAILURE, "%s", *argv);
148 err(EXIT_FAILURE, NULL);
193 err(EXIT_FAILURE, "read");
207 err(EXIT_FAILURE, "write");
219 err(EXIT_FAILURE, "writ
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dapitest.c92 return EXIT_FAILURE;
101 return EXIT_FAILURE;
158 return EXIT_FAILURE;
164 return EXIT_FAILURE;
170 return EXIT_FAILURE;
176 return EXIT_FAILURE;
182 return EXIT_FAILURE;
188 return EXIT_FAILURE;
194 return EXIT_FAILURE;
212 return EXIT_FAILURE;
[all...]
/netbsd-current/usr.bin/btkey/
H A Dbtkey.c70 errx(EXIT_FAILURE, "%s: %s",
90 errx(EXIT_FAILURE, "%s: %s",
99 errx(EXIT_FAILURE, "invalid key '%s'", optarg);
140 errx(EXIT_FAILURE, "list is exclusive of other options");
143 errx(EXIT_FAILURE, "too many key sources");
160 err(EXIT_FAILURE, "list file");
163 err(EXIT_FAILURE, "list device");
170 err(EXIT_FAILURE, "file key");
177 err(EXIT_FAILURE, "device key");
187 err(EXIT_FAILURE, "writ
[all...]
/netbsd-current/tests/net/if/
H A Difconf.c47 exit(EXIT_FAILURE);
58 err(EXIT_FAILURE, "socket");
65 err(EXIT_FAILURE, "ioctl");
89 errx(EXIT_FAILURE, "nifreqs=%d", nifreqs);
93 err(EXIT_FAILURE, "malloc(sizeof(ifreq) * %d)", nifreqs);
97 err(EXIT_FAILURE, "socket");
104 err(EXIT_FAILURE, "ioctl");
/netbsd-current/usr.sbin/mdconfig/
H A Dmdconfig.c70 return EXIT_FAILURE;
79 bad_num: err(EXIT_FAILURE, "blocks: `%s'", argv[2]);
85 err(EXIT_FAILURE, "Can't open `%s'", argv[1]);
90 err(EXIT_FAILURE, "mmap");
95 err(EXIT_FAILURE, "ioctl");
/netbsd-current/tests/lib/libc/gen/posix_spawn/
H A Dh_spawnattr.c58 res = EXIT_FAILURE;
62 res = EXIT_FAILURE;
66 res = EXIT_FAILURE;
71 res = EXIT_FAILURE;
86 res = EXIT_FAILURE;
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_result_test.c128 generate_wait_exitstatus(EXIT_FAILURE), false,
143 generate_wait_exitstatus(EXIT_FAILURE), false,
149 generate_wait_exitstatus(EXIT_FAILURE), false,
162 generate_wait_exitstatus(EXIT_FAILURE), false,
182 generate_wait_exitstatus(EXIT_FAILURE), false,
201 generate_wait_exitstatus(EXIT_FAILURE), false,
211 generate_wait_exitstatus(EXIT_FAILURE), false,
217 generate_wait_exitstatus(EXIT_FAILURE), false,
274 generate_wait_exitstatus(EXIT_FAILURE), false,
280 generate_wait_exitstatus(EXIT_FAILURE), fals
[all...]
/netbsd-current/usr.bin/talk/
H A Dget_addrs.c63 errx(EXIT_FAILURE, "%s: %s", my_machine_name,
68 errx(EXIT_FAILURE, "%s: %s", his_machine_name,
78 errx(EXIT_FAILURE, "%s/%s: service is not registered.",
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dcloseout.c34 #ifndef EXIT_FAILURE
35 # define EXIT_FAILURE 1 macro
52 static int default_exit_status = EXIT_FAILURE;
118 /* Close standard output, exiting with status EXIT_FAILURE on failure. */
/netbsd-current/tests/lib/libc/db/
H A Dh_lfsr.c79 err(EXIT_FAILURE, "dbopen");
93 err(EXIT_FAILURE, "put error %zu %zu %#x",
96 errx(EXIT_FAILURE, "put overwrite %zu %zu %#x",
115 err(EXIT_FAILURE, "get %zu %zu %#x",
118 errx(EXIT_FAILURE, "get not found %zu %zu %#x",
124 errx(EXIT_FAILURE, "get badkey %zu %zu %#x",
127 errx(EXIT_FAILURE, "get badvallen %zu %zu %#x",
130 errx(EXIT_FAILURE, "get badval %zu %zu %#x",
146 err(EXIT_FAILURE, "del %zu %zu %#x", key.size,
149 errx(EXIT_FAILURE, "de
[all...]
/netbsd-current/usr.sbin/btdevctl/
H A Dbtdevctl.c91 errx(EXIT_FAILURE, "%s: %s",
104 err(EXIT_FAILURE, "%s", optarg);
118 errx(EXIT_FAILURE, "%s: unknown mode", optarg);
164 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVmode);
174 errx(EXIT_FAILURE, "service store failed");
178 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVladdr);
182 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVraddr);
186 errx(EXIT_FAILURE, "proplib failure (%s)", BTDEVservice);
217 exit(EXIT_FAILURE);
227 err(EXIT_FAILURE, "strdu
[all...]
/netbsd-current/sbin/wsconsctl/
H A Dmap_scan.l83 errx(EXIT_FAILURE, "%s: not a keysym", yytext);
99 errx(EXIT_FAILURE, "%c: illegal character in input",
102 errx(EXIT_FAILURE, "%03o: illegal character in input",
/netbsd-current/usr.sbin/btattach/
H A Dinit_unistone.c66 errx(EXIT_FAILURE, "Manufacturer mode %s failed",
93 errx(EXIT_FAILURE, "invalid speed for infineon unistone: %u",
98 err(EXIT_FAILURE, "can't get baud rate");
109 errx(EXIT_FAILURE, "Set_UART_Baudrate failed");
113 err(EXIT_FAILURE, "can't change baud rate");
119 errx(EXIT_FAILURE, "Set_UART_Baudrate not complete");
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcopy-file.c60 error (EXIT_FAILURE, errno, _("error while opening \"%s\" for reading"),
67 error (EXIT_FAILURE, errno, _("cannot open backup file \"%s\" for writing"),
75 error (EXIT_FAILURE, errno, _("error reading \"%s\""), src_filename);
80 error (EXIT_FAILURE, errno, _("error writing \"%s\""), dest_filename);
84 error (EXIT_FAILURE, errno, _("error writing \"%s\""), dest_filename);
86 error (EXIT_FAILURE, errno, _("error after reading \"%s\""), src_filename);
/netbsd-current/usr.bin/expand/
H A Dexpand.c92 err(EXIT_FAILURE, "Cannot open `%s'", argv[0]);
161 errx(EXIT_FAILURE, "Too large tab stop spec `%d'", i);
163 errx(EXIT_FAILURE, "Out of order tabstop spec `%d'", i);
165 errx(EXIT_FAILURE, "Too many tabstops");
170 errx(EXIT_FAILURE, "Illegal tab stop spec `%s'", spec);
181 exit(EXIT_FAILURE);
/netbsd-current/usr.sbin/cpuctl/
H A Dcpuctl.c108 err(EXIT_FAILURE, _PATH_CPUCTL);
123 errx(EXIT_FAILURE, "unknown command ``%s''", argv[0]);
142 exit(EXIT_FAILURE);
154 err(EXIT_FAILURE, "IOC_CPU_GETSTATE");
157 err(EXIT_FAILURE, "IOC_CPU_SETSTATE");
169 err(EXIT_FAILURE, "IOC_CPU_GETSTATE");
172 err(EXIT_FAILURE, "IOC_CPU_SETSTATE");
184 err(EXIT_FAILURE, "IOC_CPU_GETSTATE");
187 err(EXIT_FAILURE, "IOC_CPU_SETSTATE");
199 err(EXIT_FAILURE, "IOC_CPU_GETSTAT
[all...]
/netbsd-current/bin/dd/
H A Dposition.c75 err(EXIT_FAILURE, "%s", in.name);
104 errx(EXIT_FAILURE, "skip reached end of input");
122 err(EXIT_FAILURE, "%s", in.name);
142 err(EXIT_FAILURE, "%s", out.name);
153 err(EXIT_FAILURE, "%s", out.name);
164 err(EXIT_FAILURE, "%s", out.name);
175 err(EXIT_FAILURE, "%s", out.name);
181 err(EXIT_FAILURE, "%s", out.name);
/netbsd-current/external/bsd/libproc/dist/tests/
H A Dtarget_prog.c59 return (saw == 1 ? EXIT_SUCCESS : EXIT_FAILURE);
61 return (EXIT_FAILURE);
/netbsd-current/usr.sbin/crash/arch/
H A Dsparc.c60 errx(EXIT_FAILURE, "kvm_nlist: %s", kvm_geterr(kd));
64 errx(EXIT_FAILURE, "cannot read dumppcb: %s", kvm_geterr(kd));
/netbsd-current/tests/kernel/
H A Dh_getprocpath.c49 return EXIT_FAILURE;
56 err(EXIT_FAILURE, "sysctl: %d", pid);
/netbsd-current/tests/net/net/
H A Dtest.h31 # define FAIL(msg, ...) err(EXIT_FAILURE, msg, ## __VA_ARGS__)
35 errx(EXIT_FAILURE, "%s: " # a "(%ju) != " # b "(%ju)", \
/netbsd-current/tests/fs/tmpfs/
H A Dh_tools.c72 return EXIT_FAILURE;
81 return EXIT_FAILURE;
97 return EXIT_FAILURE;
105 return EXIT_FAILURE;
123 return EXIT_FAILURE;
130 errx(EXIT_FAILURE, "not enough memory");
137 err(EXIT_FAILURE, "cannot open %s", argv[i]);
148 err(EXIT_FAILURE, "kqueue");
169 err(EXIT_FAILURE, "kevent");
207 return EXIT_FAILURE;
[all...]

Completed in 235 milliseconds

1234567891011>>