Searched refs:errmsg (Results 26 - 50 of 155) sorted by relevance

1234567

/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dh_cwd.c58 dochdir(const char *path, const char *errmsg) argument
62 err(EXIT_FAILURE, "%s", errmsg);
66 dofchdir(const char *path, const char *errmsg) argument
72 err(EXIT_FAILURE, "open %s", errmsg);
74 err(EXIT_FAILURE, "fchdir %s", errmsg);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl91 sub errmsg subroutine
156 errmsg($msg);
271 errmsg("ERROR: $file is not a valid test file name\n");
292 errmsg(
309 errmsg("ERROR: failed to fork to run test $file: $!\n");
349 errmsg("ERROR: timed out waiting for $file\n");
410 errmsg("ERROR: failed to fork to run " .
434 errmsg("ERROR: timed out waiting for $file\n");
604 errmsg("ERROR: failed to fork to run badioctl: $!\n");
636 errmsg("ERRO
[all...]
/freebsd-11-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c133 char source [MAXPATHLEN], target[MAXPATHLEN], errmsg[255]; local
140 memset(errmsg, 0, sizeof(errmsg));
190 build_iovec(&iov, &iovlen, "errmsg", errmsg, sizeof(errmsg));
193 err(EX_OSERR, "%s: %s", source, errmsg);
/freebsd-11-stable/contrib/dtc/
H A Dutil.h211 * @param errmsg If non-NULL, an error message to display
217 void util_usage(const char *errmsg, const char *synopsis,
227 * @param errmsg If non-NULL, an error message to display
229 #define usage(errmsg) \
230 util_usage(errmsg, usage_synopsis, usage_short_opts, \
/freebsd-11-stable/contrib/flex/
H A Dmisc.c394 char errmsg[MAXLINE]; local
396 snprintf (errmsg, sizeof(errmsg), msg, arg);
397 flexerror (errmsg);
406 char errmsg[MAXLINE]; local
408 snprintf (errmsg, sizeof(errmsg)-1, msg, arg);
409 errmsg[sizeof(errmsg)-1] = 0; /* ensure NULL termination */
410 flexerror (errmsg);
419 char errmsg[MAXLINE]; local
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.cc60 string errmsg("Attempts to delete ");
61 errmsg += plural ? "nodes" : "node";
62 errmsg += " that ";
63 errmsg += plural ? "were" : "was";
64 errmsg += " not added in merge: ";
67 errmsg += d;
69 report_error(errmsg.c_str());
149 checker::report_error(const char *errmsg) argument
151 fprintf(stderr, "Error: %s, while checking node: ", errmsg);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c337 const char **errmsg)
386 *errmsg = _("unable to fit different valued constants into instruction");
395 *errmsg = _("auxiliary register not allowed here");
401 *errmsg = _("attempt to set readonly register");
406 *errmsg = _("attempt to read writeonly register");
418 *errmsg = _("attempt to set readonly register");
423 *errmsg = _("attempt to read writeonly register");
429 *errmsg = buf;
466 const char **errmsg ATTRIBUTE_UNUSED)
483 const char **errmsg ATTRIBUTE_UNUSE
330 insert_reg(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
557 insert_base(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
608 insert_offset(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, long value, const char **errmsg) argument
752 insert_st_syntax(arc_insn insn, const struct arc_operand *operand ATTRIBUTE_UNUSED, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value ATTRIBUTE_UNUSED, const char **errmsg) argument
827 insert_ld_syntax(arc_insn insn, const struct arc_operand *operand ATTRIBUTE_UNUSED, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value ATTRIBUTE_UNUSED, const char **errmsg) argument
933 insert_jumpflags(arc_insn insn, const struct arc_operand *operand, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value, const char **errmsg) argument
978 insert_reladdr(arc_insn insn, const struct arc_operand *operand, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value, const char **errmsg) argument
1006 insert_absaddr(arc_insn insn, const struct arc_operand *operand ATTRIBUTE_UNUSED, int mods ATTRIBUTE_UNUSED, const struct arc_operand_value *reg ATTRIBUTE_UNUSED, long value ATTRIBUTE_UNUSED, const char **errmsg) argument
[all...]
/freebsd-11-stable/bin/ed/
H A Dglbl.c50 errmsg = "invalid pattern delimiter";
108 errmsg = "unexpected end-of-file";
114 errmsg = "no previous command";
158 errmsg = "out of memory";
167 errmsg = "out of memory";
H A Dio.c44 errmsg = "cannot open input file";
49 errmsg = "error reading input file";
53 errmsg = "cannot close input file";
133 errmsg = "cannot read input file";
155 errmsg = "cannot open output file";
160 errmsg = "error writing output file";
164 errmsg = "cannot close output file";
210 errmsg = "cannot write file";
241 errmsg = "unexpected end-of-file";
282 errmsg
[all...]
H A Dundo.c49 errmsg = "out of memory";
64 errmsg = "out of memory";
92 errmsg = "nothing to undo";
H A Ded.h108 errmsg = "number out of range"; \
124 errmsg = "out of memory"; \
131 errmsg = "out of memory"; \
149 errmsg = "out of memory"; \
274 extern const char *errmsg;
/freebsd-11-stable/contrib/dma/
H A Dnet.c360 snprintf(errmsg, sizeof(errmsg), "can not seek: %s", strerror(errno));
373 snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \
430 snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host);
458 snprintf(errmsg, sizeof(errmsg), "corrupted queue file");
512 snprintf(errmsg, sizeof(errmsg), "Interna
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1127 char errmsg[128]; local
1129 errmsg, sizeof (errmsg));
1131 fnvlist_add_string(outnvl, ZCP_RET_ERROR, errmsg);
1215 char errmsg[512]; local
1216 size_t len = sizeof (errmsg);
1221 VERIFY3U(len, >, vsnprintf(errmsg, len, fmt, argp));
1229 msglen = strlen(errmsg);
1249 (void) luaL_error(state, errmsg);
1251 VERIFY3U(len, >, strlcat(errmsg, "
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh32 errmsg = "could not dump field"; \
59 printf("error: %s\n", errmsg);
/freebsd-11-stable/lib/libradius/
H A Dradlib_private.h83 char errmsg[ERRSIZE]; /* Most recent error message */ member in struct:rad_handle
/freebsd-11-stable/crypto/openssh/regress/
H A Dcheck-perm.c162 char errmsg[256]; local
198 errmsg, sizeof(errmsg)) != 0)
199 fatal("Unsafe %s: %s", path, errmsg);
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c264 const char *errmsg, *key; local
280 errmsg = ucl_parser_get_error(parser);
281 if (errmsg != NULL)
282 errx(1, "Could not parse '%s': %s", filename, errmsg);
377 const char *errmsg, *key; local
390 errmsg = ucl_parser_get_error(parser);
391 if (errmsg != NULL)
392 errx(1, "Could not parse '%s': %s", filename, errmsg);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.c479 const char *errmsg = NULL;
504 errmsg = CGEN_PARSE_FN (cd, insn) (cd, insn, & str, fields);
505 if (errmsg != NULL)
508 errmsg = CGEN_INSERT_FN (cd, insn) (cd, insn, fields, buf,
510 if (errmsg != NULL)
613 char *errmsg;
621 &errmsg);
624 as_bad ("%s", errmsg);
643 char * errmsg;
657 &errmsg);
477 const char *errmsg = NULL; local
611 char *errmsg; local
641 char * errmsg; local
744 char *errmsg; local
809 char * errmsg; local
913 char * errmsg; local
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c239 char errmsg[255]; local
248 errmsg[0] = '\0';
385 build_iovec(&iov, &iovlen, "errmsg", errmsg,
386 sizeof(errmsg));
395 snapname, strerror(errno), errmsg);
598 char errmsg[255]; local
605 errmsg[0] = '\0';
617 build_iovec(&iov, &iovlen, "errmsg", errmsg,
[all...]
/freebsd-11-stable/sys/net/
H A Dnetmap_user.h622 char errmsg[MAXERRMSG] = ""; local
633 snprintf(errmsg, MAXERRMSG,
639 snprintf(errmsg, MAXERRMSG, "invalid bridge name");
654 snprintf(errmsg, MAXERRMSG, "invalid bridge port name");
660 snprintf(errmsg, MAXERRMSG, "name too long");
699 snprintf(errmsg, MAXERRMSG, "unknown modifier: '%c'", *port);
713 snprintf(errmsg, MAXERRMSG, "unexpected character: '%c'", *port);
721 snprintf(errmsg, MAXERRMSG, "'%ld' out of range [0, %d)",
755 snprintf(errmsg, MAXERRMSG, "unrecognized flag: '%c'", *port);
763 snprintf(errmsg, MAXERRMS
818 char errmsg[MAXERRMSG] = ""; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c372 const char *errmsg; local
406 errmsg = NULL;
420 errmsg = _("illegal operand");
424 errmsg = _("missing operand");
443 errmsg = weak_operand_overflow_check (& exp, operand);
445 if (! errmsg)
506 * resultP = errmsg
518 return errmsg;
890 const char *errmsg; local
936 errmsg
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-unix.c340 const char *errmsg, int err)
347 writeerr (errmsg);
362 int toclose, const char **errmsg, int *err)
386 *errmsg = VFORK_STRING;
447 *errmsg = "close";
456 *errmsg = "close";
465 *errmsg = "close";
478 struct pex_time *time, int done, const char **errmsg,
489 *errmsg = "wait";
339 pex_child_error(struct pex_obj *obj, const char *executable, const char *errmsg, int err) argument
359 pex_unix_exec_child(struct pex_obj *obj, int flags, const char *executable, char * const * argv, char * const * env, int in, int out, int errdes, int toclose, const char **errmsg, int *err) argument
477 pex_unix_wait(struct pex_obj *obj, long pid, int *status, struct pex_time *time, int done, const char **errmsg, int *err) argument
/freebsd-11-stable/etc/rc.d/
H A Dsyscons148 errmsg=`kbdcontrol < ${kbddev} -l ${keymap} 2>&1`
149 if [ -n "${errmsg}" -a "${_sc_console}" = "vt" ]; then
150 _sc_keymap_msg="${errmsg}"
153 errmsg=`kbdcontrol < ${kbddev} -l ${keymap_vt} 2>&1`
154 if [ -z "${errmsg}" ]; then
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c78 char errmsg[255] = {0}; local
218 build_iovec(&iov, &iovlen, "errmsg", errmsg, sizeof(errmsg));
225 if (errmsg[0])
226 err(1, "%s: %s", dev, errmsg);
/freebsd-11-stable/contrib/ntp/include/
H A Dntpsim.h141 void abortsim (char *errmsg);

Completed in 299 milliseconds

1234567