Searched refs:zmsg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dsync.c13 fsysdep_sync (e, zmsg)
15 const char *zmsg;
22 ulog (LOG_ERROR, "%s: fflush: %s", zmsg, strerror (errno));
36 ulog (LOG_ERROR, "%s: fsync: %s", zmsg, strerror (errno));
/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Derrstr.c51 const char *zmsg;
102 zmsg = "no error";
105 zmsg = "not found";
108 zmsg = "fopen";
111 zmsg = "fseek";
114 zmsg = "malloc";
117 zmsg = "syntax error";
120 zmsg = zeprint_num (abmsg, sizeof abmsg, UUCONF_ERROR_VALUE (ierr));
121 zmsg -= sizeof "error " - 1;
122 memcpy ((pointer) zmsg, (pointe
49 const char *zmsg; local
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dlog.c245 ulog (enum tlog ttype, const char *zmsg, ...)
248 ulog (ttype, zmsg, a, b, c, d, f, g, h, i, j)
250 const char *zmsg;
266 message out with zmsg == NULL. */
422 if (zmsg == NULL)
549 zformat = zbufalc (2 * strlen (zprefix) + strlen (zmsg) + 2);
562 zset = zstpcpy (zset, zmsg);
571 va_start (parg, zmsg);
576 va_start (parg, zmsg);
241 ulog(enum tlog ttype, const char *zmsg, ...) argument
H A Dsystem.h477 the zmsg parameter, and return FALSE. This is controlled by the
479 extern boolean fsysdep_sync P((openfile_t e, const char *zmsg));

Completed in 269 milliseconds