Searched refs:err_buf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/
H A Doptions.c621 static char err_buf[200]; variable
631 if (!err_buf[0]) {
632 strlcpy(err_buf, "Error parsing options: option may "
634 sizeof err_buf);
637 rprintf(FERROR, RSYNC_NAME ": %s", err_buf);
785 int n = snprintf(err_buf, sizeof err_buf,
789 snprintf(err_buf + n, sizeof err_buf - n,
801 * @retval 0 on error, with err_buf containin
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dwordexp.c422 char err_buf[1024]; local
423 ssize_t err_sz = read(perr[0], err_buf, sizeof(err_buf) - 1);
425 err_buf[err_sz] = '\0';
427 fputs(err_buf, stderr);
453 const char *cs = strstr(err_buf, command_substitution_str);
455 return (strstr(err_buf, unbound_variable_str) ? WRDE_BADVAL : WRDE_SYNTAX);
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-dos.c112 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf);
926 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf) argument
978 sprintf (err_buf, "sock_init() failed, code %d", rc);

Completed in 128 milliseconds