Home
last modified time | relevance | path

Searched refs:warnx (Results 1 – 25 of 78) sorted by relevance

1234

/original-bsd/usr.bin/chpass/
H A Dfield.c35 warnx("empty login field");
43 warnx("can't save entry");
84 warnx("empty uid field");
88 warnx("illegal uid");
94 warnx("illegal uid");
113 warnx("empty gid field");
127 warnx("illegal gid");
144 warnx("can't save entry");
187 warnx("can't save entry");
205 warnx("can't save entry");
[all …]
H A Dedit.c45 warnx("no changes made");
126 warnx("corrupted temporary file");
133 warnx("line too long");
139 warnx("unrecognized field");
144 warnx(
150 warnx("line corrupted");
155 warnx(
183 warnx("entries too long");
H A Dpw_copy.c43 warnx("%s: line too long", _PATH_MASTERPASSWD);
53 warnx("%s: corrupted entry", _PATH_MASTERPASSWD);
/original-bsd/usr.bin/passwd/
H A Dkrb_passwd.c77 warnx("couldn't find entry for service %s/%s", in krb_passwd()
83 warnx("couldn't get local Kerberos realm: %s", in krb_passwd()
89 warnx("couldn't get Kerberos host: %s", in krb_passwd()
95 warnx("couldn't get host entry for krb host %s", in krb_passwd()
143 warnx("error reading old Kerberos password"); in krb_passwd()
161 warnx("timed out (aborted)"); in krb_passwd()
165 warnx("select failed (aborted)"); in krb_passwd()
210 warnx("password mismatch (aborted)"); in krb_passwd()
229 warnx("timed out reading ACK (aborted)"); in krb_passwd()
233 warnx("select failed (aborted)"); in krb_passwd()
[all …]
/original-bsd/usr.sbin/pwd_mkdb/
H A Dpw_scan.c50 warnx("root uid should be 0");
54 warnx("%s > max uid value (%d)", p, USHRT_MAX);
63 warnx("%s > max gid value (%d)", p, USHRT_MAX);
84 warnx("warning, unknown root shell");
92 fmt: warnx("corrupted entry");
/original-bsd/bin/ps/
H A Dnlist.c73 warnx("fscale: %s", kvm_geterr(kd)); in donlist()
78 warnx("avail_start: %s", kvm_geterr(kd)); in donlist()
82 warnx("avail_end: %s", kvm_geterr(kd)); in donlist()
88 warnx("ecmx: %s", kvm_geterr(kd)); in donlist()
93 warnx("ccpu: %s", kvm_geterr(kd)); in donlist()
/original-bsd/sbin/tunefs/
H A Dtunefs.c110 warnx("%s changes from %d to %d",
122 warnx("%s changes from %dms to %dms",
137 warnx("%s changes from %d to %d",
150 warnx("%s changes from %d%% to %d%%",
155 warnx(OPTWARN, "time", ">=", MINFREE);
158 warnx(OPTWARN, "space", "<", MINFREE);
174 warnx("%s remains unchanged as %s",
178 warnx("%s changes from %s to %s",
183 warnx(OPTWARN, "time", ">=", MINFREE);
186 warnx(OPTWARN, "space", "<", MINFREE);
[all …]
/original-bsd/usr.bin/printf/
H A Dprintf.c39 #define warnx(a, b, c) { \ macro
120 warnx("missing format character",
163 warnx("missing format character", NULL, NULL);
204 warnx("illegal format character", NULL, NULL);
315 warnx("%s: %s", *gargv, strerror(ERANGE));
337 warnx("%s: illegal number", *gargv, NULL);
342 warnx("%s: %s", *gargv, strerror(ERANGE));
346 warnx("%s: %s", *gargv, strerror(ERANGE));
/original-bsd/usr.bin/ar/
H A Dar.c136 warnx("one of options -dmpqrtx is required");
141 warnx("only one of -a and -[bi] options allowed");
147 warnx("no position operand specified");
175 warnx("no archive specified");
181 warnx("no archive members specified");
193 warnx("illegal option combination for %s", arg);
/original-bsd/lib/libc/gen/
H A Dgetbsize.c59 fmterr: warnx("%s: unknown blocksize", p);
65 warnx("maximum blocksize is %dG", MAXB / GB);
69 underflow: warnx("minimum blocksize is 512");
/original-bsd/bin/stty/
H A Dcchar.c88 warnx("option requires an argument -- %s", name);
98 warnx("value of %ld would disable the option -- %s",
103 warnx("maximum option value is %d -- %s",
108 warnx("option requires a numeric argument -- %s", name);
/original-bsd/usr.bin/su/
H A Dsu.c262 warnx("kerberos: not in %s's ACL.", user);
294 warnx("kerberos: principal unknown: %s.%s@%s",
299 warnx("kerberos: unable to su: %s", krb_err_txt[kerno]);
326 warnx("Warning: TGT not verified.");
332 warnx("Unable to use TGT: %s", krb_err_txt[kerno]);
339 warnx("can't get addr of %s", hostname);
347 warnx("kerberos: unable to verify rcmd ticket: %s\n",
/original-bsd/usr.bin/cap_mkdb/
H A Dcap_mkdb.c150 warnx("no name field: %.*s", MIN(len, 20), bp);
161 warnx("Record not tc expanded: %.*s", p - bp, bp);
178 warnx("ignored duplicate: %.*s",
204 warnx("ignored duplicate: %.*s",
/original-bsd/bin/date/
H A Dnetdate.c55 warnx("udp/timed: unknown service");
83 warnx("all ports in use");
145 warnx("wrong ack received from timed: %s",
152 warnx("can't reach time daemon, time set locally");
/original-bsd/usr.bin/login/
H A Dklogin.c83 warnx("setuid");
127 warnx("unable to use TGT: (%s)", krb_err_txt[kerror]);
157 warnx("unable to verify %s ticket: (%s)", VERIFY_SERVICE,
/original-bsd/usr.bin/ktrace/
H A Dktrace.c79 warnx("unknown facility in %s", optarg);
131 warnx("only one -g or -p flag is permitted.");
135 warnx("illegal process id.");
/original-bsd/usr.bin/ftp/
H A Druserpass.c124 warnx("Error: .netrc file is readable by others.");
125 warnx("Remove password or make file unreadable by others.");
136 warnx("Error: .netrc file is readable by others.");
137 warnx("Remove account or make file unreadable by others.");
205 warnx("Unknown .netrc keyword %s", tokval);
/original-bsd/bin/cp/
H A Dcp.c236 warnx("%s: %s",
241 warnx("%s: directory causes a cycle", curr->fts_path);
255 warnx("%s/%s: name too long (not copied)",
311 warnx("%s and %s are identical (not copied).",
320 warnx("cannot overwrite directory %s with non-directory %s",
335 warnx("%s is a directory (not copied).",
/original-bsd/bin/kill/
H A Dkill.c70 warnx("option requires an argument -- s");
101 warnx("illegal process id: %s", *argv);
132 warnx("unknown signal %s; valid signals:", name);
/original-bsd/bin/rm/
H A Drm.c133 warnx("%s: %s",
148 warnx("%s: %s",
228 warnx("%s: %s", f, strerror(EEXIST));
234 warnx("%s: is a directory", f);
361 warnx("\".\" and \"..\" may not be removed");
/original-bsd/usr.sbin/vipw/
H A Dpw_util.c120 warnx("rebuilding the database..."); in pw_mkdb()
129 warnx("done"); in pw_mkdb()
191 warnx("%s: unchanged", _PATH_MASTERPASSWD);
/original-bsd/sbin/umount/
H A Dumount.c157 warnx("%s: unknown mount type", fs->fs_vfstype);
201 warnx("%s: not currently mounted", name);
206 warnx("%s: not currently mounted", name);
212 warnx("%s: not currently mounted", mntpt);
216 warnx("%s: not a directory or special device", name);
/original-bsd/sbin/nfsiod/
H A Dnfsiod.c72 warnx("nfsiod count %d; reset to %d",
93 warnx("nfsiod count %d; reset to %d", DEFNFSDCNT);
/original-bsd/usr.bin/find/
H A Dfind.c149 warnx("%s: %s",
161 warnx("%s: illegal path", entry->fts_path);
/original-bsd/bin/rcp/
H A Dutil.c76 bad: warnx("%s: invalid user name", cp0);
139 warnx("lost connection");

1234