Home
last modified time | relevance | path

Searched refs:errx (Results 1 – 25 of 91) sorted by relevance

1234

/original-bsd/sbin/mount_umap/
H A Dmount_umap.c116 errx(1, "%s does not belong to root%s", mapfile, not);
120 errx(1, "%s: nentries not found%s", mapfile, not);
122 errx(1,
133 errx(1, "%s: unexpected end-of-file%s",
135 errx(1, "%s: illegal format (line %d)%s",
141 errx(1, "mapping id 0 not permitted (line %d)%s",
163 errx(1, "%s does not belong to root%s", gmapfile, not);
167 errx(1, "nentries not found%s", gmapfile, not);
169 errx(1,
181 errx(1, "%s: unexpected end-of-file%s",
[all …]
/original-bsd/bin/dd/
H A Dargs.c77 errx(1, "unknown operand %s", oper);
80 errx(1, "no value specified for %s", oper);
85 errx(1, "unknown operand %s", tmp.name);
115 errx(1, "record operations require cbs");
117 errx(1, "cbs cannot be zero");
131 errx(1, "cbs cannot be zero");
136 errx(1, "buffer sizes cannot be zero");
274 errx(1, "unknown conversion %s", tmp.name);
313 errx(1, "%s: illegal numeric value", oper);
354 erange: errx(1, "%s: %s", oper, strerror(ERANGE));
[all …]
/original-bsd/sbin/tunefs/
H A Dtunefs.c104 errx(10, "-a: missing %s", name);
108 errx(10, "%s must be >= 1 (was %s)",
119 errx(10, "-d: missing %s", name);
131 errx(10, "-e: missing %s", name);
135 errx(10, "%s must be >= 1 (was %s)",
145 errx(10, "-m: missing %s", name);
149 errx(10, "bad %s (%s)", name, *argv);
164 errx(10, "-o: missing %s", name);
171 errx(10, "bad %s (options are `space' or `time')",
192 errx(10, "-t: missing %s", name);
[all …]
/original-bsd/games/primes/
H A Dprimes.c114 errx(1, "negative numbers aren't permitted.");
121 errx(1, "%s: illegal numeric format.", argv[0]);
128 errx(1, "%s: illegal numeric format.", argv[1]);
133 errx(1, "negative numbers aren't permitted.");
140 errx(1, "%s: illegal numeric format.", argv[0]);
150 errx(1, "start value must be less than stop value.");
175 errx(1, "negative numbers aren't permitted."); in read_num_buf()
181 errx(1, "%s: illegal numeric format.", buf); in read_num_buf()
/original-bsd/usr.bin/join/
H A Djoin.c107 errx(1, "-1 option field number less than 1");
109 errx(1, "illegal field number -- %s", optarg);
129 errx(1, "-a option file number not 1 or 2");
133 errx(1, "illegal file number -- %s", optarg);
166 errx(1, "-v option file number not 1 or 2");
170 errx(1, "illegal file number -- %s", optarg);
197 errx(1, "only one input file may be stdin");
458 errx(1, "malformed -o option field");
461 errx(1, "malformed -o option field");
463 errx(1, "field numbers are 1 based");
[all …]
/original-bsd/usr.bin/tput/
H A Dtput.c56 errx(2, "no terminal type specified and no TERM environmental variable.");
140 errx(2, erresc, *cp, cap);
152 errx(2, errfew, 1, cap);
159 errx(2, errfew, 2, cap);
163 errx(2, errfew, 2, cap);
170 errx(2, errmany, arg_need, cap);
/original-bsd/games/factor/
H A Dfactor.c92 errx(1, "negative numbers aren't permitted.");
98 errx(1, "%s: illegal numeric format.", buf);
105 errx(1, "negative numbers aren't permitted.");
111 errx(1, "%s: illegal numeric format.", argv[0]);
/original-bsd/usr.bin/find/
H A Doperator.c79 errx(1, "(): empty inner expression");
121 errx(1, "): no beginning '('");
172 errx(1, "!: no following expression");
174 errx(1, "!: nothing between ! and -o");
226 errx(1, "-o: no expression before -o");
230 errx(1, "-o: no expression after -o");
/original-bsd/usr.bin/write/
H A Dwrite.c55 errx(1, "can't find your tty");
57 errx(1, "can't find your tty's name");
63 errx(1, "you have write permission turned off");
77 errx(1, "%s is not logged in on %s",
82 errx(1, "%s has messages disabled on %s",
166 errx(1, "%s is not logged in", user);
172 errx(1, "%s has messages disabled", user);
/original-bsd/sbin/restore/
H A Dmain.c75 errx(1, "illegal blocksize -- %s", optarg);
77 errx(1, "block size must be greater than 0");
97 errx(1,
112 errx(1, "illegal dump number -- %s", optarg);
114 errx(1, "dump number must be greater than 0");
129 errx(1, "none of i, R, r, t or x options specified");
/original-bsd/sbin/dmesg/
H A Ddmesg.c81 errx(1, "kvm_nlist: %s", kvm_geterr(kd));
83 errx(1, "%s: msgbufp not found", nlistf ? nlistf : "namelist");
85 errx(1, "kvm_read: %s", kvm_geterr(kd));
88 errx(1, "magic number incorrect");
/original-bsd/usr.bin/chpass/
H A Dchpass.c82 errx(1, "unknown user: uid %u", uid);
86 errx(1, "unknown user: %s", *argv);
157 errx(1, "%s", strerror(EACCES)); in baduser()
/original-bsd/sbin/clri/
H A Dclri.c62 errx(1, "%s: can't read superblock", fs);
66 errx(1, "%s: superblock magic number 0x%x, not 0x%x",
74 errx(1, "%s is not a valid inode number", *argv);
/original-bsd/usr.bin/split/
H A Dsplit.c66 errx(1,
78 errx(1, "%s: illegal byte count.", optarg);
88 errx(1, "%s: illegal line count.", optarg);
245 errx(1, "too many files."); in newfile()
/original-bsd/bin/chmod/
H A Dchmod.c101 errx(1,
120 errx(1, "invalid file mode: %s", mode);
125 errx(1, "invalid file mode: %s", mode);
/original-bsd/contrib/sort/
H A Dinit.c93 errx(2, "field numbers must be positive");
96 errx(2, "cannot indent end of line");
103 errx(2, "illegal offset");
125 errx(2, "too many sort keys. (Limit is %d)", ND-1);
133 errx(2, "illegal field descriptor");
161 errx(2, "fields out of order");
/original-bsd/usr.sbin/iostat/
H A Diostat.c123 errx(1, "repetition count <= 0.");
133 errx(1, "interval <= 0.");
151 errx(1, "kvm_openfiles: %s", errbuf);
153 errx(1, "kvm_nlist: %s", kvm_geterr(kd));
155 errx(1, "dk_ndrive not found in namelist");
158 errx(1, "invalid dk_ndrive %d\n", dk_ndrive);
/original-bsd/sbin/mount_nfs/
H A Dmount_nfs.c199 errx(1, "illegal -a value -- %s", optarg);
212 errx(1, "illegal -D value -- %s", optarg);
222 errx(1, "illegal -g value -- %s", optarg);
230 errx(1, "illegal -I value -- %s", optarg);
245 errx(1, "illegal -L value -- %s", optarg);
308 errx(1, "illegal -R value -- %s", optarg);
314 errx(1, "illegal -r value -- %s", optarg);
328 errx(1, "illegal -t value -- %s", optarg);
335 errx(1, "illegal -w value -- %s", optarg);
342 errx(1, "illegal -x value -- %s", optarg);
/original-bsd/games/number/
H A Dnumber.c85 errx(1, "line too long.");
129 badnum: errx(1, "illegal number: %s", line);
137 errx(1, "number too large, max %d digits.", MAXNUM);
/original-bsd/usr.bin/apply/
H A Dapply.c44 errx(1,
54 errx(1,
152 errx(1, "expecting additional argument%s after \"%s\"",
/original-bsd/usr.bin/su/
H A Dsu.c106 errx(1, "who are you?");
134 errx(1,
157 errx(1, "permission denied (shell).");
179 errx(1, "initgroups failed");
191 errx(1, "no directory");
/original-bsd/usr.bin/kdump/
H A Dkdump.c80 errx(1, "unknown trace point in %s", optarg);
93 errx(1, "%s", strerror(ENOMEM));
100 errx(1, "bogus length 0x%x", ktrlen);
104 errx(1, "%s", strerror(ENOMEM));
108 errx(1, "data too short");
/original-bsd/usr.sbin/chown/
H A Dchown.c101 errx(1,
206 errx(1, "%s: illegal %s name", name, type);
232 errx(1, "you are not a member of group %s", gname);
/original-bsd/usr.bin/passwd/
H A Dlocal_passwd.c105 errx(1, "unknown user %s", uname);
109 errx(1, "%s", strerror(EACCES));
/original-bsd/bin/mkdir/
H A Dmkdir.c66 errx(1, "invalid file mode: %s", mode);
70 errx(1, "invalid file mode: %s", mode);

1234