Searched refs:savefile (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c498 char *volatile savefile; local
519 savefile = NULL;
550 savefile = outfile;
552 cp = strrchr(decodedpath, '/'); /* find savefile */
554 savefile = ftp_strdup(cp + 1);
556 savefile = ftp_strdup(decodedpath);
558 DPRINTF("fetch_url: savefile `%s'\n", savefile);
559 if (EMPTYSTRING(savefile)) {
574 if (stat(savefile,
[all...]
/freebsd-9.3-release/lib/libpcap/
H A DMakefile11 etherent.c savefile.c bpf_filter.c bpf_image.c bpf_dump.c \
71 pcap-savefile.5 \

Completed in 102 milliseconds