Lines Matching refs:errmsg

124  * Flags for the errmsg() function
306 errmsg(int flags, char *fmt, ...)
339 errmsg(ERR_NONAME,
357 errmsg(ERR_FATAL, "out of memory");
374 errmsg(ERR_FATAL, "out of memory");
390 errmsg(ERR_FATAL, "out of memory");
405 errmsg(ERR_FATAL + ERR_PERROR, "failed to open %s:", file);
422 errmsg(ERR_NOFLAGS,
495 errmsg(ERR_NOFLAGS, "a line in %s exceeds %d characters",
498 errmsg(ERR_NOFLAGS,
501 errmsg(ERR_NOFLAGS,
504 errmsg(ERR_NOFLAGS,
574 errmsg(ERR_FATAL + ERR_USAGE,
607 errmsg(ERR_FATAL + ERR_USAGE,
614 errmsg(ERR_USAGE, "unknown option: %c", optopt);
622 errmsg(ERR_FATAL, "-o and -g options are incompatible");
624 errmsg(ERR_FATAL, "-o and -l options are incompatible");
626 errmsg(ERR_FATAL, "-o and -n options are incompatible");
628 errmsg(ERR_FATAL, "-o and -h options are incompatible");
769 errmsg(ERR_PERROR, "cannot canonicalize %s:", dir);
847 errmsg(ERR_NOFLAGS,
928 errmsg(ERR_PERROR, "cannot fork process:");
933 errmsg(ERR_NOFLAGS,
937 errmsg(ERR_PERROR, "cannot execute %s:", cmd_path);
951 errmsg(ERR_PERROR, "waitpid error:");
987 errmsg(ERR_NOFLAGS,
1010 errmsg(ERR_NOFLAGS,
1023 errmsg(ERR_NOFLAGS,
1730 errmsg(ERR_NOFLAGS, "a line in %s exceeds %d characters",
1733 errmsg(ERR_NOFLAGS, "a line in %s has too many fields", file);
1735 errmsg(ERR_NOFLAGS, "a line in %s has too few fields", file);
1737 errmsg(ERR_NOFLAGS, "error while reading %s: %d", file, status);
1764 errmsg(ERR_NOFLAGS,
1823 errmsg(ERR_FATAL,
1905 errmsg(ERR_NOFLAGS,
2040 errmsg(ERR_NOFLAGS,
2081 errmsg(ERR_PERROR,
2100 errmsg(ERR_NOFLAGS,
2140 errmsg(ERR_NONAME, "Usage: %s name ...", DEVNM_CMD);
2149 errmsg(ERR_PERROR, "%s: ", file);
2159 errmsg(ERR_NOFLAGS,