/dflybsd-src/usr.bin/chpass/ |
H A D | field.c | 60 warnx("empty login field"); in p_login() 64 warnx("login names may not begin with a hyphen"); in p_login() 68 warnx("can't save entry"); in p_login() 72 warnx("\'.\' is dangerous in a login name"); in p_login() 75 warnx("upper-case letters are dangerous in a login name"); in p_login() 86 warnx("can't save password entry"); in p_passwd() 101 warnx("empty uid field"); in p_uid() 105 warnx("illegal uid"); in p_uid() 111 warnx("illegal uid"); in p_uid() 127 warnx("empty gid field"); in p_gid() [all …]
|
/dflybsd-src/sbin/tunefs/ |
H A D | tunefs.c | 135 warnx("%s changes from %d to %d", in main() 147 warnx("%s changes from %dms to %dms", in main() 162 warnx("%s changes from %d to %d", in main() 176 warnx("%s remains unchanged as %d", in main() 179 warnx("%s changes from %d to %d", in main() 193 warnx("%s changes from %d%% to %d%%", in main() 198 warnx(OPTWARN, "time", ">=", MINFREE); in main() 201 warnx(OPTWARN, "space", "<", MINFREE); in main() 219 warnx("%s %s", name, action); in main() 237 warnx("%s remains unchanged as %s", in main() [all …]
|
/dflybsd-src/usr.sbin/mpsutil/ |
H A D | mps_flash.c | 56 warnx("missing argument: expecting 'firmware' or bios'"); in flash_save() 63 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'", in flash_save() 68 warnx("save %s: extra arguments", argv[1]); in flash_save() 85 warnx("Fail to save %s", argv[1]); in flash_save() 130 warnx("missing argument: expecting 'firmware' or bios'"); in flash_update() 137 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'", in flash_update() 142 warnx("update firmware: extra arguments"); in flash_update() 147 warnx("no firmware specified"); in flash_update() 182 warnx("could not get controller IOCFacts\n"); in flash_update() 191 warnx("Invalid bios: no boot record magic number"); in flash_update() [all …]
|
/dflybsd-src/sbin/gpt/ |
H A D | recover.c | 62 warnx("%s: error: device contains a MBR", device_name); in recover() 72 warnx("%s: no primary or secondary GPT headers, can't recover", in recover() 77 warnx("%s: no primary or secondary GPT tables, can't recover", in recover() 88 warnx("%s: adding secondary GPT table failed", in recover() 93 warnx("%s: recovered secondary GPT table from primary", in recover() 99 warnx("%s: adding primary GPT table failed", in recover() 104 warnx("%s: recovered primary GPT table from secondary", in recover() 112 warnx("%s: adding secondary GPT header failed", in recover() 124 warnx("%s: recovered secondary GPT header from primary", in recover() 130 warnx("%s: adding primary GPT header failed", in recover() [all …]
|
/dflybsd-src/share/examples/scsi_target/ |
H A D | scsi_target.c | 160 warnx("Width %s not supported", optarg); in main() 183 warnx("Incomplete target path specified"); in main() 232 warnx("aio support tested ok"); in main() 278 warnx("main loop beginning"); in main() 290 warnx("cleanup called"); in cleanup() 382 warnx("EINTR, looping"); in request_loop() 400 warnx("read ready"); in request_loop() 408 warnx("aio ready"); in request_loop() 422 warnx("signal ready, setting quit"); in request_loop() 426 warnx("unknown event %#x", events[i].filter); in request_loop() [all …]
|
H A D | scsi_cmds.c | 128 warnx("tcmd_handle atio %p ctio %p atioflags %#x", atio, ctio, in tcmd_handle() 146 warnx("no done func for %#x???", a_descr->cdb[0]); in tcmd_handle() 150 warnx("cdb %#x not handled", a_descr->cdb[0]); in tcmd_handle() 217 warnx("illegal init_id %d, max %d", init_id, MAX_INITIATORS - 1); in tcmd_get_istate() 341 warnx("Not sure SIM supports Addr16 but enabling it anyway"); in init_inquiry() 374 warnx("Sending sense: %#x %#x %#x", sense->flags, in tcmd_req_sense() 380 warnx("REQUEST SENSE from %u but no pending CA!", in tcmd_req_sense() 430 warnx("Calling rdwr_decode"); in tcmd_rdwr() 443 warnx("Starting DIR_IN @%lld:%u", c_descr->offset, in tcmd_rdwr() 448 warnx("Starting DIR_OUT @%lld:%u", c_descr->offset, in tcmd_rdwr() [all …]
|
/dflybsd-src/lib/libc/rpc/ |
H A D | svc_generic.c | 89 warnx("svc_create: unknown protocol"); in svc_create() 100 warnx( in svc_create() 115 warnx("svc_create: no memory"); in svc_create() 149 warnx( in svc_tp_create() 161 warnx( in svc_tp_create() 196 warnx("svc_tli_create: invalid netconfig"); in svc_tli_create() 201 warnx( in svc_tli_create() 213 warnx( in svc_tli_create() 230 warnx( in svc_tli_create() 240 warnx( in svc_tli_create() [all …]
|
H A D | svc_simple.c | 111 warnx("%s can't reassign procedure number %u", rpc_reg_msg, in rpc_reg() 119 warnx(rpc_reg_err, rpc_reg_msg, __reg_err1); in rpc_reg() 153 warnx(rpc_reg_err, rpc_reg_msg, __reg_err2); in rpc_reg() 159 warnx(rpc_reg_err, rpc_reg_msg, __reg_err3); in rpc_reg() 165 warnx(rpc_reg_err, rpc_reg_msg, __no_mem_str); in rpc_reg() 192 warnx("%s couldn't register prog %u vers %u for %s", in rpc_reg() 205 warnx(rpc_reg_err, rpc_reg_msg, __no_mem_str); in rpc_reg() 231 warnx("%s can't find suitable transport for %s", in rpc_reg() 259 warnx("svc_sendreply failed"); in universal() 293 warnx( in universal() [all …]
|
/dflybsd-src/usr.bin/printf/ |
H A D | printf.c | 176 warnx("missing format character"); in main() 246 warnx("incomplete use of n$"); in printf_doformat() 256 warnx("incomplete use of n$"); in printf_doformat() 290 warnx("incomplete use of n$"); in printf_doformat() 300 warnx("incomplete use of n$"); in printf_doformat() 323 warnx("missing format character"); in printf_doformat() 343 warnx("bad modifier L for %%%c", *fmt); in printf_doformat() 368 warnx("%s", strerror(ENOMEM)); in printf_doformat() 427 warnx("illegal format character %c", convch); in printf_doformat() 447 warnx("%s", strerror(ENOMEM)); in mknum() [all …]
|
/dflybsd-src/sbin/ccdconfig/ |
H A D | ccdconfig.c | 216 warnx("invalid ccd name: %s", cp); in do_single() 236 warnx("%s: bad line: %d", ccdconf, lineno); in do_single() 246 warnx("invalid ccd name: %s", cp); in do_single() 255 warnx("invalid interleave factor: %s", cp); in do_single() 263 warnx("invalid flags argument: %s", cp); in do_single() 271 warnx("no memory to configure ccd"); in do_single() 279 warnx("%s: %s", cp, strerror(j)); in do_single() 353 warnx("no memory to configure ccds"); in do_all() 465 warnx("%s", (str)); \ 466 warnx("%s", kvm_geterr((kd))); \ [all …]
|
/dflybsd-src/usr.sbin/mfiutil/ |
H A D | mfi_config.c | 141 warnx("The current mfi(4) driver does not support " in clear_config() 156 warnx("Volume %s is busy and cannot be deleted", in clear_config() 273 warnx("Invalid drive list '%s'", array_str); in parse_array() 281 warnx("Too many drives for a single array: max is %zu", in parse_array() 289 warnx("RAID1 and RAID10 require an even number of " in parse_array() 297 warnx("RAID5 and RAID50 require at least 3 drives in " in parse_array() 305 warnx("RAID6 and RAID60 require at least 4 drives in " in parse_array() 315 warnx("malloc failed"); in parse_array() 337 warnx("Drive %u is not available", device_id); in parse_array() 344 warnx("Drive %u is foreign", device_id); in parse_array() [all …]
|
/dflybsd-src/sbin/fdisk/ |
H A D | fdisk.c | 592 warnx("ERROR: failed to adjust; setting sysid to 0"); in change_part() 814 warnx("can't get file status of %s", disk); in open_disk() 818 warnx("device %s is not character special", disk); in open_disk() 824 warnx("can't open device %s", disk); in open_disk() 828 warnx("can't get disk parameters on %s", disk); in open_disk() 882 warnx("can't get disk parameters on %s; supplying dummy ones", in get_params() 910 warnx("unable to allocate buffer to read fdisk " in read_s0() 915 warnx("can't read fdisk partition table"); in read_s0() 919 warnx("invalid fdisk partition table found"); in read_s0() 1100 warnx( in process_geometry() [all …]
|
/dflybsd-src/contrib/mdocml/ |
H A D | dbm_map.c | 70 warnx("dbm_map(%s): File too short", fname); in dbm_map() 84 warnx("dbm_map(%s): " in dbm_map() 88 warnx("dbm_map(%s): " in dbm_map() 96 warnx("dbm_map(%s): Bad version number %d (expected %d)", in dbm_map() 103 warnx("dbm_map(%s): Inconsistent file size %lld (expected %d)", in dbm_map() 113 warnx("dbm_map(%s): Bad final magic %x (expected %x)", in dbm_map() 147 warnx("dbm_get: Database corrupt: offset %d", offset); in dbm_get() 151 warnx("dbm_get: Database corrupt: offset %d > %d", in dbm_get()
|
/dflybsd-src/sbin/fsdb/ |
H A D | fsdb.c | 248 warnx("`%s' requires write access", cmd_argv[0]), in cmdloop() 260 warnx("unknown command `%s'", cmd_argv[0]), rval = 1; in cmdloop() 267 warnx("rval was %d", rval); in cmdloop() 429 warnx("name `%s' not found in current inode directory", name); in dolookup() 539 warnx("no %sth slot in current directory", argv[1]); in CMDFUNCSTART() 589 warnx("new name `%s' does not fit in slot %s\n", argv[2], argv[1]); in CMDFUNCSTART() 592 warnx("no %sth slot in current directory", argv[1]); in CMDFUNCSTART() 623 warnx("type `%s' not known", argv[1]); in CMDFUNCSTART() 624 warnx("try one of `file', `dir', `socket', `fifo'"); in CMDFUNCSTART() 645 warnx("bad length `%s'", argv[1]); in CMDFUNCSTART() [all …]
|
/dflybsd-src/usr.sbin/rpc.umntall/ |
H A D | rpc.umntall.c | 100 warnx("no mounttab entries (%s does not exist)", in main() 113 warnx("remove expired entry %s:%s", in main() 122 warnx("skip entry %s:%s", in main() 128 warnx("umount RPC for %s:%s succeeded", in main() 144 warnx("umntall RPC for %s succeeded", host); in main() 152 warnx("umount RPC for %s:%s succeeded", host, in main() 182 warnx("%s: %s", hostname, clnt_spcreateerror("RPCPROG_MNT")); in do_umntall() 190 warnx("%s: %s", hostname, clnt_sperror(clp, "RPCMNT_UMNTALL")); in do_umntall() 210 warnx("%s: %s", hostname, clnt_spcreateerror("RPCPROG_MNT")); in do_umount() 217 warnx("%s: %s", hostname, clnt_sperror(clp, "RPCMNT_UMOUNT")); in do_umount()
|
/dflybsd-src/sbin/camcontrol/ |
H A D | camcontrol.c | 376 warnx("can't malloc memory for matches"); in getdevtree() 403 warnx("got CAM error %#x, CDM error %d\n", in getdevtree() 713 warnx("couldn't allocate CCB"); in scsiinquiry() 726 warnx("can't malloc memory for inquiry\n"); in scsiinquiry() 829 warnx("couldn't allocate CCB"); in scsiserial() 842 warnx("can't malloc memory for serial number"); in scsiserial() 919 warnx("couldn't allocate CCB"); in scsixferrate() 936 warnx(error_string); in scsixferrate() 1083 warnx(must, rescan? "rescan" : "reset"); in dorescan_or_reset() 1096 warnx(must, rescan? "rescan" : "reset"); in dorescan_or_reset() [all …]
|
/dflybsd-src/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 260 warnx("Cannot specify both block size and sectors per cluster"); in mkfs_msdos() 264 warnx("%s: bad OEM string", o.OEM_string); in mkfs_msdos() 269 warnx("create (-C) is incompatible with -N"); in mkfs_msdos() 274 warnx("failed to create %s", fname); in mkfs_msdos() 278 warnx("failed to initialize %jd bytes", (intmax_t)o.create_size); in mkfs_msdos() 291 warnx("warning, %s is not a regular file", fname); in mkfs_msdos() 297 warnx("warning, %s is not a character device", fname); in mkfs_msdos() 306 warnx("cannot seek to %jd", (intmax_t)o.offset); in mkfs_msdos() 349 warnx("Invalid bytes/sector (%u): must be 512, 1024, 2048 or 4096", in mkfs_msdos() 355 warnx("%s: bad volume label", o.volume_label); in mkfs_msdos() [all …]
|
/dflybsd-src/usr.bin/calendar/ |
H A D | io.c | 162 warnx("Cannot open calendar file: '%s'", file); in cal_fopen() 186 warnx("Expecting arguments after #include"); in process_token() 190 warnx("Expecting '<' or '\"' after #include"); in process_token() 200 warnx("Unterminated include expecting '\"'"); in process_token() 206 warnx("Unterminated include expecting '>'"); in process_token() 211 warnx("Unterminated include expecting '%c'", in process_token() 223 warnx("Failed to parse calendar files"); in process_token() 235 warnx("Expecting arguments after #define"); in process_token() 248 warnx("Expecting arguments after #ifndef"); in process_token() 258 warnx("Unknown token line: |%s|", line); in process_token() [all …]
|
/dflybsd-src/usr.sbin/chkgrp/ |
H A D | chkgrp.c | 83 warnx("%s: line %d: no newline character", gfn, n); in main() 114 warnx("%s: line %d: missing field(s)", gfn, n); in main() 123 warnx("%s: line %d: '%c' invalid character", gfn, n, *cp); in main() 130 warnx("%s: line %d: '%c' invalid character", gfn, n, *cp); in main() 137 warnx("%s: line %d: too many fields", gfn, n); in main() 143 warnx("%s: line %d: field %d contains whitespace", in main() 151 warnx("%s: line %d: GID is not numeric", gfn, n); in main()
|
/dflybsd-src/usr.sbin/fstyp/ |
H A D | hammer2.c | 45 warnx("hammer2: failed to seek media end"); in get_file_size() 51 warnx("hammer2: failed to tell media end"); in get_file_size() 84 warnx("hammer2: failed to read volume data"); in test_voldata() 138 warnx("hammer2: blockref has no data"); in read_media() 151 warnx("hammer2: invalid I/O bytes"); in read_media() 161 warnx("hammer2: failed to get media size"); in read_media() 165 warnx("hammer2: XXX read beyond HAMMER2 root volume limit unsupported"); in read_media() 170 warnx("hammer2: failed to seek media"); in read_media() 175 warnx("hammer2: failed to read media"); in read_media() 300 warnx("hammer2: failed to read volume data"); in read_label() [all …]
|
/dflybsd-src/lib/libc/gen/ |
H A D | pw_scan.c | 79 warnx("no uid for user %s", pw->pw_name); in __pw_scan() 86 warnx("%s uid is incorrect: %s", p, ep); in __pw_scan() 91 warnx("root uid should be 0"); in __pw_scan() 103 warnx("no gid for user %s", pw->pw_name); in __pw_scan() 110 warnx("%s gid is incorrect: %s", p, ep); in __pw_scan() 151 warnx("warning, unknown root shell"); in __pw_scan() 165 warnx("corrupted entry"); in __pw_scan()
|
/dflybsd-src/sbin/ifconfig/ |
H A D | regdomain.c | 111 warnx("no mode for netband at line %ld", in start_element() 131 warnx("unknown netband mode \"%s\" at line %ld", in start_element() 138 warnx("ignore \"%s\" of unknown netband at line %ld", in start_element() 144 warnx("band without enclosing netband at line %ld", in start_element() 155 warnx("duplicate freqband at line %ld ignored", in start_element() 237 warnx("unknown flag \"%.*s\" at line %ld ignored", in decode_flag() 277 warnx("flags without freqband or netband at line %ld ignored", in end_element() 326 warnx("unexpected XML token \"%s\" data \"%s\" at line %ld", in end_element() 345 warnx("no freqbands for band at line %ld", in end_element() 349 warnx("no maxpower for band at line %ld", in end_element() [all …]
|
/dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
H A D | kgdb.c | 381 warnx("option %c: can only be specified once", in main() 397 warnx("option %c: invalid kernel dump number", in main() 409 warnx("option %c: can only be specified once", in main() 436 warnx("options -c, -n and -r are mutually exclusive"); in main() 442 warnx("using %s as the crash directory", crashdir); in main() 448 warnx("options -n and -r do not take a core file. Ignored"); in main() 465 warnx("multiple core files specified. Ignored"); in main() 473 warnx("core file: %s", vmcore); in main() 475 warnx("device file: %s", remote); in main() 477 warnx("kernel image: %s", kernel); in main() [all …]
|
/dflybsd-src/libexec/mknetid/ |
H A D | mknetid.c | 189 warnx("bad passwd file entry: %s", readbuf); in main() 195 warnx("bad passwd file entry: %s", readbuf); in main() 202 warnx("bad passwd file entry: %s", readbuf); in main() 209 warnx("bad passwd file entry: %s", readbuf); in main() 220 warnx("duplicate netid '%s.%s@%s' -- skipping", in main() 262 warnx("duplicate netid '%s' -- skipping", in main() 283 warnx("bad netid entry: '%s'", readbuf); in main() 291 warnx("duplicate netid '%s' -- skipping", in main()
|
/dflybsd-src/usr.sbin/lpr/chkprintcap/ |
H A D | skimprintcap.c | 176 warnx("Warning: blanks after trailing '\\'," in skim_printcap() 193 warnx("Warning: No newline at end of line %d%s", in skim_printcap() 209 warnx("Warning: No ':' to terminate name-field" in skim_printcap() 225 warnx("Warning: values-line after line with" in skim_printcap() 234 warnx("Warning: new entry starts after line" in skim_printcap() 251 warnx("%4d warnings from skimming %s", skinf->warnings, in skim_printcap() 255 warnx("%4d lines (%d comments), %d entries for %s", in skim_printcap()
|