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

/macosx-10.9.5/rsync-42/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.9.5/Libc-997.90.3/gen/
H A Dwordexp.c337 char err_buf[1024]; local
338 size_t err_sz = fread(err_buf, 1, sizeof(err_buf) -1, err);
339 err_buf[err_sz] = '\0';
341 fputs(err_buf, stderr);
354 if (regexec(&re_subcmd_syntax_err_kludge, err_buf, 0, NULL, 0) == 0
361 if (strstr(err_buf, " unbound variable")) {
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-dos.c112 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf);
907 static int init_watt32 (struct pcap *pcap, const char *dev_name, char *err_buf) argument
959 sprintf (err_buf, "sock_init() failed, code %d", rc);

Completed in 125 milliseconds