Searched refs:warnx (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/mdocml/
H A Dtest-err.c23 warnx("%d. warnx", 1);
/freebsd-11.0-release/usr.bin/chpass/
H A Dfield.c69 warnx("empty login field");
73 warnx("login names may not begin with a hyphen");
77 warnx("can't save entry");
81 warnx("\'.\' is dangerous in a login name");
84 warnx("upper-case letters are dangerous in a login name");
95 warnx("can't save password entry");
110 warnx("empty uid field");
114 warnx("illegal uid");
120 warnx("illegal uid");
136 warnx("empt
[all...]
/freebsd-11.0-release/usr.sbin/acpi/acpidump/
H A Dacpidump.c96 warnx("Need to specify -d or -t with DSDT input file");
99 warnx("Can't use -t with DSDT input file");
103 warnx("loading DSDT file: %s", dsdt_input_file);
107 warnx("loading RSD PTR from /dev/mem");
114 warnx("printing various SDT tables");
130 warnx("saving DSDT file: %s", dsdt_output_file);
137 warnx("disassembling DSDT, iasl messages follow");
140 warnx("iasl processing complete");
/freebsd-11.0-release/usr.sbin/mpsutil/
H A Dmps_flash.c56 warnx("missing argument: expecting 'firmware' or bios'");
63 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
68 warnx("save %s: extra arguments", argv[1]);
85 warnx("Fail to save %s", argv[1]);
130 warnx("missing argument: expecting 'firmware' or bios'");
137 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
142 warnx("update firmware: extra arguments");
147 warnx("no firmware specified");
182 warnx("could not get controller IOCFacts\n");
191 warnx("Invali
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dsanity.c47 warnx("%s", buf);
48 warnx("%s", "");
49 warnx("This is probably a bug in this application or one of the "
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dwarnx.c39 warnx(const char *fmt, ...) function
H A Dtest-readenv.c89 warnx("test 1: variable count %d != 3", count);
96 warnx("test 2: variable count %d != 1", count);
103 warnx("test 3: variable count %d != 0", count);
108 warnx("total variable count %d != 3", count);
/freebsd-11.0-release/usr.sbin/cpucontrol/
H A Dcpucontrol.h40 warnx(__VA_ARGS__); \
50 warnx(__VA_ARGS__);
/freebsd-11.0-release/contrib/elftoolchain/brandelf/
H A Dbrandelf.c113 warnx("ERROR: invalid argument to option "
133 warnx("ERROR: invalid ELF type '%s'", optarg);
151 warnx("no file(s) specified");
170 warnx("elf_begin failed: %s", elf_errmsg(-1));
177 warnx("file '%s' is an archive.", argv[0]);
179 warnx("file '%s' is not an ELF file.",
186 warnx("gelf_getehdr: %s", elf_errmsg(-1));
197 warnx("ELF ABI Brand '%u' is unknown",
207 warnx("elf_flagelf failed: %s",
218 warnx("gelf_update_ehd
[all...]
/freebsd-11.0-release/sbin/tunefs/
H A Dtunefs.c325 warnx("%s remains unchanged as enabled", name);
327 warnx("%s and NFSv4 ACLs are mutually "
331 warnx("%s set", name);
336 warnx("%s remains unchanged as disabled",
340 warnx("%s cleared", name);
347 warnx("%s remains unchanged as %d", name, evalue);
349 warnx("%s changes from %d to %d",
357 warnx("%s remains unchanged as %d", name, fvalue);
360 warnx("%s changes from %d to %d",
370 warnx("
[all...]
/freebsd-11.0-release/lib/libc/gen/
H A Dpw_scan.c100 warnx("no uid for user %s", pw->pw_name);
108 warnx("%s > max uid value (%u)", p, UID_MAX);
114 warnx("%s uid is incorrect", p);
119 warnx("root uid should be 0");
123 warnx("%s > recommended max uid value (%u)", p, USHRT_MAX);
135 warnx("no gid for user %s", pw->pw_name);
143 warnx("%s > max gid value (%u)", p, GID_MAX);
149 warnx("%s gid is incorrect", p);
153 warnx("%s > recommended max gid value (%u)", p, USHRT_MAX);
194 warnx("warnin
[all...]
H A Dgetbsize.c82 fmterr: warnx("%s: unknown blocksize", p);
89 warnx("maximum blocksize is %ldG", MAXB / GB);
93 underflow: warnx("minimum blocksize is 512");
/freebsd-11.0-release/tools/tools/ncpus/
H A Dbiosmptable.c93 warnx("MPTable: Found CPU APIC ID %d %s",
111 warnx("unknown mptable entry type (%d)", *entry_type_p);
194 warnx("unable to malloc space for MP Floating Pointer Structure");
208 warnx("bad mpfps length (%d)", mpfps->length);
214 warnx("bad mpfps checksum (%d)\n", sum);
233 warnx("bad mpcth address (0x%jx)\n", (intmax_t)addr);
239 warnx("unable to malloc space for MP Configuration Table Header");
246 warnx("bad mpcth signature");
252 warnx("unable to realloc space for mpcth (len %u)", table_length);
262 warnx("ba
[all...]
/freebsd-11.0-release/usr.sbin/mfiutil/
H A Dmfi_bbu.c131 warnx("start learn: unexpected arguments");
147 warnx("Failed to start BBU learn: %s", mfi_status(status));
168 warnx("bbu: property and value required");
184 warnx("Failed to get BBU properties: %s", mfi_status(status));
192 warnx("Invalid learn delay '%s'", av[2]);
208 warnx("Invalid mode '%s'", mode);
214 warnx("This BBU does not implement different modes");
222 warnx("Invalid mode '%s'", mode);
229 warnx("bbu: Invalid command '%s'", av[1]);
239 warnx("Faile
[all...]
/freebsd-11.0-release/lib/libprocstat/
H A Dzfs.c81 warnx("error getting sysctl");
86 warnx("error allocating memory for znode storage");
93 warnx("can't read znode at %p", (void *)vnodeptr);
110 warnx("can't read znode_phys at %p", zphys_addr);
117 warnx("can't read mount at %p", (void *)mountptr);
/freebsd-11.0-release/usr.sbin/chkgrp/
H A Dchkgrp.c94 warnx("%s: line %d: no newline character", gfn, n);
127 warnx("%s: line %d: missing field(s)", gfn, n);
136 warnx("%s: line %d: '%c' invalid character",
145 warnx("%s: line %d: '%c' invalid character",
153 warnx("%s: line %d: too many fields", gfn, n);
160 warnx("%s: line %d: field %d contains whitespace",
168 warnx("%s: line %d: group id is not numeric", gfn, n);
176 warnx("%s: line %d: strtoul failed", gfn, n);
178 warnx("%s: line %d: group id is too large (%ju > %ju)",
/freebsd-11.0-release/usr.sbin/ugidfw/
H A Dugidfw.c80 warnx("%s", errstr);
86 warnx("%s", errstr);
90 warnx("Added rule, but unable to print string.");
104 warnx("unable to get rule slots; mac_bsdextended.ko "
121 warnx("rule %d: %s", i, errstr);
128 warnx("unable to translate rule %d to string", i);
157 warnx("%s", errstr);
163 warnx("%s", errstr);
190 warnx("%s", errstr);
/freebsd-11.0-release/usr.bin/brandelf/
H A Dbrandelf.c77 warnx("invalid argument to option f: %s",
104 warnx("no file(s) specified");
110 warnx("invalid ELF type '%s'", strtype);
125 warnx("file '%s' too short", argv[0]);
131 warnx("file '%s' is not ELF format", argv[0]);
141 warnx("ELF ABI Brand '%u' is unknown",
/freebsd-11.0-release/libexec/mknetid/
H A Dmknetid.c191 warnx("bad passwd file entry: %s", readbuf);
197 warnx("bad passwd file entry: %s", readbuf);
204 warnx("bad passwd file entry: %s", readbuf);
211 warnx("bad passwd file entry: %s", readbuf);
222 warnx("duplicate netid '%s.%s@%s' -- skipping",
264 warnx("duplicate netid '%s' -- skipping",
285 warnx("bad netid entry: '%s'", readbuf);
293 warnx("duplicate netid '%s' -- skipping",
/freebsd-11.0-release/bin/stty/
H A Dutil.c63 warnx("stdout appears redirected, but stdin is the control descriptor");
/freebsd-11.0-release/usr.bin/cmp/
H A Dmisc.c51 warnx("EOF on %s", file);
/freebsd-11.0-release/usr.sbin/config/
H A Dmkheaders.c59 warnx("Error: device \"%s\" is unknown",
/freebsd-11.0-release/usr.sbin/yp_mkdb/
H A DMakefile9 CFLAGS+= -Dyp_error=warnx
/freebsd-11.0-release/release/picobsd/tinyware/passwd/
H A Dpw_copy.c106 warnx("%s: line too long", _PATH_MASTERPASSWD);
125 warnx("%s: corrupted entry", _PATH_MASTERPASSWD);
138 warnx("%s: entry for %s has changed",
158 warnx("%s: not found in %s -- permission denied",
230 warnx("no uid for user %s", pw->pw_name);
236 warnx("%s > max uid value (%lu)", p, ULONG_MAX);
240 warnx("root uid should be 0");
244 warnx("%s > recommended max uid value (%u)", p, USHRT_MAX);
254 warnx("%s > max gid value (%u)", p, ULONG_MAX);
258 warnx("
[all...]
/freebsd-11.0-release/usr.bin/hesinfo/
H A Dhesinfo.c63 warnx(
77 warnx("hesiod_to_bind: Unknown rhs-extension.");
96 warnx("hesiod_resolve: Hesiod name not found.");

Completed in 280 milliseconds

1234567891011>>