../common/atparse.c:    error ("No memory for AT parse buffer");
../common/atparse.c:	error ("Raw numeric value encountered in AT command string: %s", s);
../common/atparse.c:	    error ("Expecting alphabetic char in %s", s);
../common/dialog.c:#include <syslog.h>
../common/dialog.c:      warn (atterr, "AT");
../common/dialog.c:	      error (atterr, "AT");
../common/dialog.c:	  error (atterr, *pp);
../common/dialog.c:	    syslog (LOG_DEBUG, "got ERROR from modem...");
../common/dialog.c:	      error ("Can't get modem's attention after ERROR.");
../common/dialog.c:		    syslog (LOG_DEBUG, "got ERROR from modem... (1)");
../common/dialog.c:		      error ("Can't get modem's attention after ERROR.");
../common/dialog.c:		error ("Modem rejects AT%s", *pp);
../common/dialog.c:		      error ("Can't get modem's attention after timeout");
../common/dialog.c:		warn ("Timeout waiting for OK after AT%s", *pp);
../common/dialog.c:		error ("Try taking %s out of init string.", *pp);
../common/dialog.c:    warn ("Modem rejected ganged commands; try reducing bs#");
../common/dialog.c:    error (atterr, *pp);
../common/dialog.c:    error ("Modem not responding after init string.");
../common/errwarn.c:/* errwarn.c
../common/errwarn.c:   Errors and warnings... */
../common/errwarn.c:#include <syslog.h>
../common/errwarn.c:/* Log an error message, then exit... */
../common/errwarn.c:int error (ANSI_DECL(char *) fmt, VA_DOTDOTDOT)
../common/errwarn.c:  syslog (LOG_ERR, mbuf);
../common/errwarn.c:/* Log a warning message... */
../common/errwarn.c:int warn (ANSI_DECL (char *) fmt, VA_DOTDOTDOT)
../common/errwarn.c:  syslog (LOG_ERR, mbuf);
../common/errwarn.c:/* Find %m in the input string and substitute an error message string. */
../common/errwarn.c:	      strcpy (p - 1, strerror (errno));
../common/lock.c:#include <syslog.h>
../common/lock.c:	error ("Can't open tty lock file %s for reading: %m.", lockbuf);
../common/lock.c:	error ("Can't read tty lock pid: %m.");
../common/lock.c:	error ("Short read on tty lock pid: %d bytes out of %d.",
../common/lock.c:	 an error other than ESRCH, the process is still running. */
../common/lock.c:	  error ("ttlock: %s was already locked.");
../common/lock.c:    error ("Can't write pid to tty lock file: %m");
../common/lock.c:    error ("Short write on lock pid: %d bytes instead of %d\n",
../common/lock.c:    warn ("Unable to release tty lock: %m");
../common/mcap.c:    error ("Can't open %s: %m", _PATH_MODEMCAP);
../common/mcap.c:	  error ("Can't grow modemcap input buffer to %d bytes",
../common/mcap.c:	    warn ("%s: no newline on last line.", _PATH_MODEMCAP);
../common/mcap.c:	    warn ("ibufix = %d; ibuf = %s", ibufix, ibuf);
../common/mcap.c:    warn ("Malformed modemcap string: %s");
../common/mcap.c:	error ("Out of memory while allocating modemcap node");
../common/mcap.c:      warn ("%s: no such entry.   Using default.", name);
../common/mcap.c:      warn ("Malformed capability string `%s' for modem %s\n",
../common/mcap.c:      warn ("Unparsable modemcap hunk `%s' for entry %s\n",
../common/mcap.c:	warn ("%s: %s value expected", str, tname); \
../common/mcap.c:	warn ("tc: string value expected");
../common/mcap.c:	    warn ("Recursion in modemcap entry %s", sval);
../common/mcap.c:	warn ("br: numeric value expected");
../common/mcap.c:	warn ("dv: string value expected");
../common/mcap.c:	    error ("Unable to allocate space for device list.");
../common/mcap.c:  warn ("Unknown capability `%s'.", string);
../common/ttio.c:#include <syslog.h>
../common/ttio.c:    warn ("Can't get group id of uucp!");
../common/ttio.c:	warn ("Can't set owner on %s: %m", nbuf);
../common/ttio.c:    error ("Can't open %s: %m", nbuf);
../common/ttio.c:    error ("Can't set FNDELAY on %s: %m");
../common/ttio.c:      warn ("Unknown parity: %s; assuming none.", modemcap.parity);
../common/ttio.c:    error ("Unable to redirect stdio to tty: %m");
../common/ttio.c:	error ("fork failed: %m");
../common/ttio.c:	error ("setsid failed with pid = %d, pgrp = %d: %m",
../common/ttio.c:      syslog (LOG_DEBUG, "Match buffer [%d:%d] contains ``%s''",
../common/ttio.c:	  syslog (LOG_DEBUG, "Matching against %s", string);
../common/ttio.c:	    warn ("Select failed: %m");
../common/ttio.c:	    error ("Unable to clear FNDELAY: %m");
../common/ttio.c:	error ("Unable to read from tty: %m");
../common/ttio.c:	  syslog (LOG_DEBUG, "ttmatch read %d bytes: ``%s''", status, ttcbuf);
../common/ttio.c:  syslog (LOG_DEBUG, "ttmatch timed out.");
../common/ttio.c:    error ("ttwait: select failed: %m");
../common/ttio.c:      error ("Can't drain tty: %m");
../common/ttio.c:    syslog (LOG_DEBUG, "ttdrain read ``%s''", ibuf);
../common/ttio.c:  syslog (LOG_DEBUG, "ttwrite: %d bytes ``%s''", len, s);
../common/ttio.c:	error ("Can't write to tty: %m");
../common/ttio.c:  syslog (LOG_DEBUG, "ttwriteslow: %d bytes ``%s''", len, s);
../common/ttio.c:	error ("Can't write to tty: %m");
connect.c:#include <syslog.h>
connect.c:	error ("Unable to translate %s into an internet address.",
connect.c:	error ("%s resolves to zero addresses.", modemcap.connect_addr);
connect.c:  syslog (LOG_INFO, "Connecting to %s, port %d\n",
connect.c:    error ("Can't create socket: %m");
connect.c:    error ("Can't set SO_LINGER option: %m");
connect.c:    error ("Connect failed: %m");
connect.c:	error ("Can't fork: %m");
connect.c:      syslog (LOG_INFO, "Child exited.");
connect.c:      syslog (LOG_INFO, "Modem hung up.");
login.c:#include <syslog.h>
login.c:	syslog (LOG_ERR, "Unable to open %s: %m", _PATH_LASTLOG);
login.c:	    syslog (LOG_ERR, "Unable to seek in %s: %m", _PATH_LASTLOG);
login.c:		syslog (LOG_ERR, "Unable to write lastlog entry: %m");
login.c:    syslog (LOG_ERR, "Unable to open %s: %m", _PATH_WTMP);
login.c:	syslog (LOG_ERR, "Can't write wtmp record: %m");
login.c:	syslog (LOG_ERR, "Short write on wtmp record.");
login.c:	warn ("Unable to locate tty slot for utmp.");
login.c:	warn ("Unable to open %s: %m", _PATH_UTMP);
login.c:	    warn ("Unable to seek to slot %d of %s: %m", slot, _PATH_UTMP);
login.c:		warn ("Unable to write utmp entry: %m");
login.c:		warn ("Short write on utmp entry.");
modemd.c:#include <syslog.h>
modemd.c:  syslog (LOG_DEBUG, "Log Mask is %x", LOG_UPTO (LOG_INFO));
modemd.c:    error ("Usage: %s [<modem type>] <modem device>", argv [0]);
modemd.c:    warn ("Unable to make dummy descriptors - log may be incomplete.");
modemd.c:    error ("Can't get modem's attention on startup.");
modemd.c:  extern char *atterr;	/* Attention deficit error message. */
modemd.c:  syslog (LOG_INFO, "Waiting for modem to ring.");
modemd.c:    error ("ttmatch returned without RING.");
modemd.c:    error (atterr, "ATA");
modemd.c:    error ("Phone rang, but no carrier was detected.");
modemd.c:    error ("No response from modem within connect timeout.");
modemd.c:    error ("Unknown result %s in answer attempt.", ttstring (tty));
modemd.c:  syslog (LOG_INFO, "Connected.");
modemd.c:	error ("Unknown user %s in modemcap entry %s\n",
modemd.c:    error ("Can't fork: %m");
modemd.c:	error ("No memory to build argument list.");
modemd.c:	      syslog (LOG_DEBUG, "argv [%d] = %s\n", argc - 1, av [argc - 1]);
modemd.c:      syslog (LOG_DEBUG, "lp = %s  av [0] = %s\n", lp, av [0]);
modemd.c:	    error ("Can't setgid to %d: %m", pw -> pw_gid);
modemd.c:	    error ("Can't setuid to %s (%d): %m",
modemd.c:      error ("Can't execve %s: %m", lp);
modemd.c:  /* If we get an error and nothing happened, the child has
modemd.c:	  warn ("Strange signal received while waiting for child.");
modemd.c:      syslog (LOG_INFO, "Received hangup signal.");
modemd.c:	syslog (LOG_INFO,
modemd.c:	  syslog (LOG_ERR,
modemd.c:	syslog (LOG_INFO,
../include/global.h:/* errwarn.c
../include/global.h:int error PROTO ((char *, ...));
../include/global.h:int warn PROTO ((char *, ...));
../include/tndefs.h:#include <syslog.h>
../include/tnext.h:	fatalperror P((int, char *)),
../include/ttio.h:			 (warn ("%d bits per word not supported - using 8.", \
../include/ttio.h:	 (warn ("Mark parity not supported - using none."), 0) :	\
../include/ttio.h:	  (warn ("Space parity not supported - using none."), 0) :	\
../include/ttio.h:	  (error ("Bad parity encountered in SET_PARITY - BUG!"))))))))
../include/ttio.h:      error ("Can't set controlling terminal: %m");			\
