Home | History | Annotate | Download | only in libpcap

Lines Matching refs:tmppath

1869 	char *scheme, *tmpuserinfo, *tmphost, *tmpport, *tmppath;
1881 &tmpport, &tmppath, errbuf) == -1) {
1892 if (name && tmppath)
1893 strlcpy(name, tmppath, PCAP_BUF_SIZE);
1896 free(tmppath);
1919 if (name && tmppath)
1920 strlcpy(name, tmppath, PCAP_BUF_SIZE);
1923 free(tmppath);
1935 if (name && tmppath)
1936 strlcpy(name, tmppath, PCAP_BUF_SIZE);
1939 free(tmppath);
1955 free(tmppath);