| /mirbsd/src/usr.bin/chpass/ |
| D | field.c | 63 warnx("empty login field"); in p_login() 67 warnx("login names may not begin with a hyphen"); in p_login() 72 warnx("login %s already exists", p); in p_login() 76 warnx("can't save entry"); in p_login() 80 warnx("\'.\' is dangerous in a login name"); in p_login() 83 warnx("upper-case letters are dangerous in a login name"); in p_login() 96 warnx("can't save password entry"); in p_passwd() 111 warnx("empty uid field"); in p_uid() 116 warnx("uid is %s", errstr); in p_uid() 132 warnx("empty gid field"); in p_gid() [all …]
|
| D | edit.c | 73 warnx("no changes made"); 160 warnx("corrupted temporary file"); 171 warnx("line %u too long", line); 176 warnx("unrecognized field on line %u", line); 181 warnx( 187 warnx("line %u corrupted", line); 196 warnx( 238 warnx("entries too long");
|
| /mirbsd/src/sbin/tunefs/ |
| D | tunefs.c | 140 warnx("%s changes from %d to %d", in main() 153 warnx("%s changes from %dms to %dms", in main() 169 warnx("%s changes from %d to %d", in main() 184 warnx("%s changes from %d to %d", in main() 198 warnx("%s changes from %d%% to %d%%", in main() 203 warnx(OPTWARN, "time", ">=", MINFREE); in main() 206 warnx(OPTWARN, "space", "<", MINFREE); in main() 219 warnx("%s changes from %d to %d", in main() 244 warnx("%s remains unchanged as %s", in main() 248 warnx("%s changes from %s to %s", in main() [all …]
|
| /mirbsd/src/usr.bin/sudo/auth/ |
| D | securid5.c | 93 warnx("failed to initialise the ACE API library"); 121 warnx("unable to contact the SecurID server"); 130 warnx("invalid username length for SecurID"); 134 warnx("invalid Authentication Handle for SecurID"); 138 warnx("SecurID communication failed"); 142 warnx("User ID locked for SecurID Authentication"); 174 warnx("invalid passcode length for SecurID"); 179 warnx("invalid username length for SecurID"); 184 warnx("invalid Authentication Handle for SecurID");
|
| D | fwtk.c | 71 warnx("cannot read fwtk config"); 76 warnx("cannot connect to authentication server"); 82 warnx("lost connection to authentication server"); 86 warnx("authentication server error:\n%s", resp); 109 warnx("lost connection to authentication server"); 131 warnx("%s", resp); 143 warnx("lost connection to authentication server"); 155 warnx("%s", resp);
|
| /mirbsd/src/sbin/disklabel/ |
| D | disklabel.c | 390 warnx("DANGER! The disklabel was not found at the correct location!"); in writelabel() 392 warnx("To repair this situation, use 'disklabel %s > file' to", in writelabel() 394 warnx("save it, then use 'disklabel -R %s file' to replace it.", in writelabel() 397 warnx("A new disklabel is not being installed now."); in writelabel() 544 warnx("%s: No disk label on disk;\n" in l_perror() 548 warnx("%s: Label magic number or checksum is wrong!\n" in l_perror() 552 warnx("%s: Open partition would move or shrink", s); in l_perror() 555 warnx("%s: Labeled partition or 'a' partition must start " in l_perror() 667 warnx("warning, DOS partition table with" in readmbr() 724 warnx("no disklabel found. scanning."); in readlabel() [all …]
|
| /mirbsd/src/sbin/ccdconfig/ |
| D | ccdconfig.c | 219 warnx("invalid ccd name: %s", cp); in do_single() 239 warnx("%s: bad line: %d", ccdconf, lineno); in do_single() 249 warnx("invalid ccd name: %s", cp); in do_single() 258 warnx("invalid interleave factor: %s", cp); in do_single() 266 warnx("invalid flags argument: %s", cp); in do_single() 274 warnx("no memory to configure ccd"); in do_single() 282 warnx("%s: %s", cp, strerror(j)); in do_single() 356 warnx("no memory to configure ccds"); in do_all() 490 warnx("option not supported"); in dump_ccd() 496 warnx("%s", (str)); \ [all …]
|
| /mirbsd/src/bin/ps/ |
| D | nlist.c | 97 warnx("fscale: %s", kvm_geterr(kd)); in donlist() 101 warnx("physmem: %s", kvm_geterr(kd)); in donlist() 105 warnx("ccpu: %s", kvm_geterr(kd)); in donlist() 109 warnx("maxslp: %s", kvm_geterr(kd)); in donlist() 117 warnx("fscale: failed to get kern.fscale"); in donlist() 124 warnx("physmem: failed to get hw.physmem"); in donlist() 132 warnx("ccpu: failed to get kern.ccpu"); in donlist() 139 warnx("maxslp: failed to get vm.maxslp"); in donlist()
|
| /mirbsd/src/sbin/fsdb/ |
| D | fsdb.c | 279 warnx("unknown command `%s'", cmd_argv[0]); in cmdloop() 288 warnx("rval was %d", rval); in cmdloop() 438 warnx("name `%s' not found in current inode directory", name); in dolookup() 549 warnx("no %sth slot in current directory", argv[1]); in CMDFUNCSTART() 599 warnx("new name `%s' does not fit in slot %s", argv[2], argv[1]); in CMDFUNCSTART() 602 warnx("no %sth slot in current directory", argv[1]); in CMDFUNCSTART() 635 warnx("type `%s' not known", argv[1]); in CMDFUNCSTART() 636 warnx("try one of `file', `dir', `socket', `fifo'"); in CMDFUNCSTART() 657 warnx("bad modebits `%s'", argv[1]); in CMDFUNCSTART() 679 warnx("bad length '%s'", argv[1]); in CMDFUNCSTART() [all …]
|
| D | fsdbutil.c | 88 warnx("command `%s' takes %u arguments", cmdp->cmd, cmdp->minargc-1); in argcount() 90 warnx("command `%s' takes from %u to %u arguments", in argcount() 92 warnx("usage: %s: %s", cmdp->cmd, cmdp->helptxt); in argcount() 168 warnx("no current inode"); in checkactive() 178 warnx("no current inode"); in checkactivedir() 182 warnx("inode %d not a directory", curinum); in checkactivedir()
|
| /mirbsd/src/usr.bin/sudo/ |
| D | defaults.c | 235 warnx("unknown defaults entry `%s' referenced near line %d", 244 warnx("value `%s' is invalid for option `%s'", val, var); 246 warnx("no value specified for `%s' on line %d", 254 warnx("value `%s' is invalid for option `%s'", val, var); 256 warnx("no value specified for `%s' on line %d", 265 warnx("no value specified for `%s' on line %d", 271 warnx("values for `%s' must start with a '/'", var); 275 warnx("value `%s' is invalid for option `%s'", val, var); 283 warnx("no value specified for `%s' on line %d", 289 warnx("value `%s' is invalid for option `%s'", val, var); [all …]
|
| D | sudo_edit.c | 133 warnx("%s: not a regular file", *ap); 161 warnx("%s: short write", tf[i].tfile); 279 warnx("%s left unmodified", tf[i].ofile); 285 warnx("%s: not a regular file", tf[i].tfile); 286 warnx("%s left unmodified", tf[i].ofile); 302 warnx("%s unchanged", tf[i].ofile); 315 warnx("contents of edit session left in %s", tf[i].tfile); 324 warnx("%s: short write", tf[i].ofile); 333 warnx("contents of edit session left in %s", tf[i].tfile); 336 warnx("contents of edit session left in %s", tf[i].tfile);
|
| D | visudo.c | 262 warnx("specified editor (%s) doesn't exist!", UserEditor); 333 warnx("no editor found (editor path = %s)", def_editor); 370 warnx("cannot stat temporary file (%s), %s unchanged", 375 warnx("zero length temporary file (%s), %s unchanged", 387 warnx("can't re-open temporary file (%s), %s unchanged.", 405 warnx("unabled to parse temporary file (%s), unknown error", 411 warnx("editor (%s) failed, %s unchanged", Editor, sudoers); 446 warnx("sudoers file unchanged"); 472 warnx("%s and %s not on the same file system, using mv to rename", 486 warnx("command failed: '%s %s %s', %s unchanged", [all …]
|
| /mirbsd/src/libexec/login_chpass/ |
| D | login_chpass.c | 162 warnx("can't get local YP domain. Reason: %s", yperr_string(r)); in yp_chpass() 171 warnx("can't find the master YP server. Reason: %s", in yp_chpass() 179 warnx("master YP server not running yppasswd daemon."); in yp_chpass() 180 warnx("Can't change password."); in yp_chpass() 185 warnx("yppasswd daemon is on an invalid port."); in yp_chpass() 207 warnx("YP passwd database unchanged."); in yp_chpass() 224 warnx("cannot contact yppasswdd on %s: Reason: %s", in yp_chpass() 235 warnx("rpc to yppasswdd failed."); in yp_chpass()
|
| /mirbsd/src/usr.sbin/makefs/cd9660/ |
| D | cd9660_conversion.c | 214 warnx("error: The %s requires a 16 bytes 8.4.26 time argument", in cd9660_isthisa_time_8426_utc() 222 warnx("error: The %s must be composed of digits", in cd9660_isthisa_time_8426_utc() 235 warnx("error: The %s %s is invalid (%s)", fieldtitle, in cd9660_isthisa_time_8426_utc() 242 warnx("error: The %s %s is invalid (%s)", fieldtitle, in cd9660_isthisa_time_8426_utc() 249 warnx("error: The %s %s is invalid (%s)", fieldtitle, in cd9660_isthisa_time_8426_utc() 256 warnx("error: The %s %s is invalid (%s)", fieldtitle, in cd9660_isthisa_time_8426_utc() 263 warnx("error: The %s %s is invalid (%s)", fieldtitle, in cd9660_isthisa_time_8426_utc() 271 warnx("error: The %s %s is invalid (%s)", fieldtitle, in cd9660_isthisa_time_8426_utc()
|
| /mirbsd/src/sbin/bioctl/ |
| D | bioctl.c | 172 warnx("cookie = %p", bl.cookie); in main() 178 warnx("could not retrieve capabilities."); in main() 185 warnx("alarms are not supported."); in main() 194 warnx("blink is not supported."); in main() 200 warnx("ping not supported."); in main() 206 warnx("status function not supported."); in main() 216 warnx("start/stop unit not supported."); in main() 246 warnx("passthrough not supported."); in main() 388 warnx("Error calling bioc_ioctl() via bio_ioctl()"); in bio_get_capabilities() 445 warnx("invalid alarm function: %s", arg); in bio_alarm() [all …]
|
| /mirbsd/src/usr.bin/ipcrm/ |
| D | ipcrm.c | 138 warnx("%ss are not configured in the running kernel", in main() 147 warnx("can't remove private %ss", IPC_TO_STRING(c)); in main() 162 warnx("%ss are not configured in the running kernel", in main() 167 warnx("option -%c requires an argument", optopt); in main() 170 warnx("unrecognized option: -%c", optopt); in main() 176 warnx("unknown argument: %s", argv[optind]); in main()
|
| /mirbsd/src/sbin/brconfig/ |
| D | brconfig.c | 128 warnx("%s is not a bridge", brdg); in main() 136 warnx("%s is not a bridge", brdg); in main() 149 warnx("add requires an argument"); in main() 159 warnx("delete requires an argument"); in main() 168 warnx("addspan requires an argument"); in main() 177 warnx("delspan requires an argument"); in main() 194 warnx("discover requires an argument"); in main() 204 warnx("-discover requires an argument"); in main() 214 warnx("blocknonip requires an argument"); in main() 224 warnx("-blocknonip requires an argument"); in main() [all …]
|
| /mirbsd/src/lib/libutil/ |
| D | passwd.c | 133 warnx("%s is zero length", pw_lck); in pw_mkdb() 321 warnx("%s: line too long", master); in pw_copy() 331 warnx("%s: corrupted entry", master); in pw_copy() 348 warnx("%s: inconsistent entry", master); in pw_copy() 397 warnx("root uid should be 0"); in pw_scan() 401 warnx("illegal uid field"); in pw_scan() 406 warnx("uid greater than %u", UID_MAX-1); in pw_scan() 417 warnx("illegal gid field"); in pw_scan() 422 warnx("gid greater than %u", UID_MAX-1); in pw_scan() 449 warnx("warning, unknown root shell"); in pw_scan() [all …]
|
| /mirbsd/src/usr.sbin/kvm_mkdb/ |
| D | kvm_mkdb.c | 129 warnx("can't open %s", _PATH_KSYMS); in main() 131 warnx("will try again using %s instead", _PATH_UNIX); in main() 152 warnx("Directory name too long"); in kvm_mkdb() 158 warnx("Directory name too long"); in kvm_mkdb() 165 warnx("%s already up to date", dbname); in kvm_mkdb() 168 warnx("rebuilding %s", dbname); in kvm_mkdb()
|
| /mirbsd/src/usr.bin/ftp/ |
| D | ruserpass.c | 90 warnx("%s/.netrc: %s", hdir, strerror(ENAMETOOLONG)); in ruserpass() 160 warnx("Error: .netrc file is readable by others."); in ruserpass() 161 warnx("Remove password or make file unreadable by others."); in ruserpass() 174 warnx("Error: .netrc file is readable by others."); in ruserpass() 175 warnx("Remove account or make file unreadable by others."); in ruserpass() 256 warnx("Unknown .netrc keyword %s", tokval); in ruserpass() 292 warnx("Token in .netrc too long"); in token() 304 warnx("Token in .netrc too long"); in token()
|
| /mirbsd/src/usr.sbin/ppp/pppctl/ |
| D | pppctl.c | 304 warnx("%s: path too long", argv[arg]); in main() 311 warnx("cannot create local domain socket"); in main() 318 warnx("cannot connect to socket %s", argv[arg]); in main() 337 warnx("%s: mismatched '['", addr); in main() 343 warnx("%s: missing port", addr); in main() 351 warnx("%s: missing port", addr); in main() 361 warnx("%s: %s", addr, gai_strerror(gai)); in main() 367 warnx("cannot create socket"); in main() 390 warnx("timeout: cannot connect to %s", caddr); in main() 395 warnx("cannot connect to %s", caddr); in main() [all …]
|
| /mirbsd/src/usr.sbin/edquota/ |
| D | edquota.c | 208 warnx("%s: no such user", name); in getentry() 220 warnx("%s: no such group", name); in getentry() 223 warnx("%d: unknown quota type", quotatype); in getentry() 374 warnx("you have too many processes"); in editit() 451 warnx("can't re-read temp file!!"); in readprivs() 461 warnx("%s: bad format", line1); in readprivs() 465 warnx("%s: %s: bad format", fsp, &fsp[strlen(fsp) + 1]); in readprivs() 473 warnx("%s:%s: bad format", fsp, cp); in readprivs() 483 warnx("%s: %s: bad format", fsp, line2); in readprivs() 491 warnx("%s: %s: bad format", fsp, line2); in readprivs() [all …]
|
| /mirbsd/src/bin/mt/ |
| D | mtrmt.c | 109 warnx("Lost connection to remote host."); in sigrmtconnaborted() 185 warnx("invalid user name: %s", cp0); in okname() 257 warnx("%s: %s", cmd, emsg); in rmtreply() 270 warnx("Protocol to remote tape server botched (code \"%s\").", in rmtreply() 303 warnx("Protocol to remote tape server botched."); in rmtgets() 304 warnx("(rmtgets got \"%s\").", line); in rmtgets()
|
| /mirbsd/src/usr.sbin/eeprom/ |
| D | eehandlers.c | 82 warnx("%s", err_str); \ 83 warnx("failed to read field `%s'", (kt)->kt_keyword); \ 89 warnx("%s", err_str); \ 90 warnx("failed to update field `%s'", (kt)->kt_keyword); \ 105 warnx("can't get current time"); in ee_hwupdate() 209 warnx("unknown %s value %d", ktent->kt_keyword, in ee_screensize() 248 warnx("unknown truth value 0x%x for %s", truth, in ee_truefalse() 384 warnx("unknown type 0x%x for %s", cons, in ee_constype() 458 warnx("field `%s' not yet supported", ktent->kt_keyword); in ee_notsupp() 465 warnx("inappropriate value `%s' for field `%s'", arg, in badval() [all …]
|