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

12

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_syscall.c16 warnx("attempt to set secflags with a NULL procset "
19 warnx("attempt to set secflags with a NULL procset succeeded");
25 warnx("attempt to set secflags with a bad procset "
28 warnx("attempt to set secflags with a bad procset succeeded");
34 warnx("attempt to set secflags with a NULL "
38 warnx("attempt to set secflags with a NULL delta succeeded");
44 warnx("attempt to set secflags with a bad "
48 warnx("attempt to set secflags with a bad delta succeeded");
53 warnx("attempt to set secflags of an lwpid set errno "
56 warnx("attemp
[all...]
/illumos-gate/usr/src/head/
H A Derr.h44 void warnx(const char *, ...);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h20 void warnx __P((const char *, ...));
22 void warnx();
/illumos-gate/usr/src/lib/libresolv2/include/
H A Derr.h58 void warnx __P((const char *, ...));
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_net.c72 warnx("can't get server address `%s': ", name);
78 warnx("address for `%s' is not in the AF_INET family", name);
84 warnx("address for `%s' has invalid length", name);
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c86 warnx("%s is not a regular file", filename);
92 warnx("%s is not an ELF file", filename);
104 warnx("%s is not an ELF file", filename);
131 warnx("could not exec mcs: %s", strerror(rc));
137 warnx("Removing CTF information from %s failed", filename);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c338 warnx("Failure while waiting on timer: %s", strerror(errno));
356 warnx("Unrecognized sockaddr with address family %d!",
378 warnx("Routing message version %d not understood",
384 warnx("Routing message couldn't be processed: %s",
463 warnx("An appropriate interface for the address %s "
468 warnx("Failed to send routing message: %s",
473 warnx("Failed to write all bytes to routing socket");
487 warnx("Failed to read from routing socket: %s",
516 warnx("Unable to find appropriate interface for address");
520 warnx("Th
[all...]
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c69 warnx("Specified interface should be the zeroth "
460 warnx("Child process %s exited with %d", path, status);
487 warnx("Failed to create etherstub for test network");
493 warnx("Failed to create source VNIC for test network");
498 warnx("Failed to plumb source VNIC for test network");
506 warnx("Failed to create destination VNIC for test network");
511 warnx("Failed to plumb destination VNIC for test network");
555 warnx("Failed to set hop limit on socket");
651 warnx("Failed to set up test network");
657 warnx("Faile
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c321 warnx("%s", spdsock_diag(msg->spd_msg_diagnostic));
390 warnx("%s", diag_buf);
571 warnx(gettext("Missing protocol number."));
576 warnx(gettext("Unknown protocol."));
581 warnx(gettext("Missing algorithm number."));
585 warnx(gettext("Missing key size(s)."));
589 warnx(gettext("Missing algorithm name(s)."));
593 warnx(gettext("Missing block/MAC lengths"));
597 warnx(gettext("Missing mechanism name."));
618 warnx(gettex
[all...]
H A Dipsecconf.c645 warnx(spdsock_diag_buf);
1019 warnx("%s %d", gettext("bad command:"), ipsec_cmd);
1283 warnx("%s: %s",
1519 warnx(gettext("Invalid index"));
1882 warnx(gettext("dump read: message corruption,"
1917 warnx(gettext("Error getting list of policies from kernel"));
1940 warnx("%s: %s", gettext("ruleset dump failed"),
1959 warnx("%s: %s", gettext("dump read: bad message"),
1969 warnx(spdsock_diag_buf);
1970 warnx("
[all...]
H A Dipseckey.c1069 warnx(gettext("Cannot flush SA type %d."), satype);
3568 warnx(gettext("Unknown command (%s).\n"),
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Derr.c115 extern void warnx(const char* fmt, ...) function
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c462 warnx(gettext("option string too long"));
556 warnx(gettext("unknown user '%s'"), optarg);
568 warnx(gettext("unknown group '%s'"), optarg);
598 warnx(gettext("unknown option %s"), subopt);
604 warnx(gettext("invalid value for %s"), subopt);
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c47 #define warnx1(a, b, c) warnx(a)
48 #define warnx2(a, b, c) warnx(a, b)
49 #define warnx3(a, b, c) warnx(a, b, c)
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c226 warnx("-I %s: Bad argument", optarg);
230 warnx("-I %s: Duplicate argument", optarg);
385 warnx("nothing appropriate");
675 warnx("outdated mandoc.db lacks %s(%s) entry, run %s %s",
718 warnx("No entry for %s in the manual.", *argv);
906 warnx("-K %s: Bad argument", arg);
925 warnx("-m %s: Bad argument", arg);
958 warnx("-T %s: Bad argument", arg);
999 warnx("-W %s: Bad argument", o);
H A Dterm_ps.c586 warnx("%s: Unknown paper", pp);
/illumos-gate/usr/src/cmd/od/
H A Dod.c599 warnx(_("invalid address base, "
678 warnx(_("invalid skip count '%s' specified"),
705 warnx(_("invalid byte count '%s' specified"),
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derr.c152 warnx(const char *fmt, ...) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c230 warnx("%s: %s", host, gai_strerror(error));
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c237 warnx("warning: %jd bytes discarded", (intmax_t)enomem);
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c288 warnx(gettext("cannot examine %s: %s"),
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c269 warnx("-w has no effect with -l");
840 warnx("can not swap %d port randomly",
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c225 warnx("Failed to generate lockfile name");
242 warnx("Failed to generate lockfile name");
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c88 warnx(dgettext(TEXT_DOMAIN, "Error: %s"), what);
112 warnx(dgettext(TEXT_DOMAIN,
115 warnx(dgettext(TEXT_DOMAIN, "ERROR: %s\n"), msgbuf);
681 warnx(dgettext(TEXT_DOMAIN,
3226 warnx(dgettext(TEXT_DOMAIN,
3229 warnx(dgettext(TEXT_DOMAIN,
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c826 warnx(_("%lu: %s: whitespace after %s"), linenum, fname, ctype);
929 warnx(_("%lu: %s: unused label '%s'"),

Completed in 176 milliseconds

12