Lines Matching refs:ebuf
1422 get_substring(const char *p, size_t len, char *ebuf)
1428 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
1474 char **hostp, char **portp, char **pathp, char *ebuf)
1523 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
1548 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
1566 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
1581 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
1607 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
1620 authority = get_substring(colonp + 3, authority_len, ebuf);
1646 userinfo = get_substring(parsep, userinfo_len, ebuf);
1694 pcap_snprintf(ebuf, PCAP_ERRBUF_SIZE,
1707 pcap_snprintf(ebuf, PCAP_ERRBUF_SIZE,
1715 host = get_substring(parsep + 1, host_len, ebuf);
1733 host = get_substring(parsep, host_len, ebuf);
1757 port = get_substring(parsep, port_len, ebuf);
1785 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
2117 pcap_alloc_pcap_t(char *ebuf, size_t size)
2139 pcap_fmt_errmsg_for_errno(ebuf, PCAP_ERRBUF_SIZE,
2175 pcap_create_common(char *ebuf, size_t size)
2179 p = pcap_alloc_pcap_t(ebuf, size);
2549 pcap_open_offline_common(char *ebuf, size_t size)
2553 p = pcap_alloc_pcap_t(ebuf, size);
3277 static char ebuf[15+10+1];
3326 (void)pcap_snprintf(ebuf, sizeof ebuf, "Unknown error: %d", errnum);
3327 return(ebuf);