Home
last modified time | relevance | path

Searched refs:savefile (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/tnftp/src/
H A Dfetch.c498 char *volatile savefile; in fetch_url() local
519 savefile = NULL; in fetch_url()
550 savefile = outfile; in fetch_url()
559 if (EMPTYSTRING(savefile)) { in fetch_url()
574 if (stat(savefile, &sb) == 0) in fetch_url()
1105 if (outfile == savefile) { in fetch_url()
1133 url, savefile); in fetch_url()
1136 fout = fopen(savefile, "a"); in fetch_url()
1138 fout = fopen(savefile, "w"); in fetch_url()
1328 if (savefile != outfile) in fetch_url()
[all …]
/freebsd-13.1/contrib/libpcap/msdos/
H A Dmakefile26 savefile.c pcap.c msdos\ndis2.c msdos\pktdrvr.c \
117 savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
155 savefile.o32: savefile.c pcap-int.h pcap.h pcap-bpf.h
H A Dmakefile.wc31 $(OBJDIR)\savefile.obj $(OBJDIR)\ndis2.obj
107 $(OBJDIR)\savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
H A Dmakefile.dj27 savefile.c pcap.c sf-pcap.c sf-pcapng.c \
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Dfileconf.h37 int fileconf_save(const char *savefile);
H A Drpcapd.c163 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main() local
176 savefile[0] = 0; in main()
272 pcap_strlcpy(savefile, optarg, MAX_LINE); in main()
298 if (savefile[0] && fileconf_save(savefile)) in main()
H A Dfileconf.c484 int fileconf_save(const char *savefile) in fileconf_save() argument
488 if ((fp = fopen(savefile, "w")) != NULL) in fileconf_save()
/freebsd-13.1/lib/libpcap/
H A DMakefile24 savefile.c \
112 pcap-savefile.5 \
/freebsd-13.1/contrib/libpcap/
H A DMakefile.in94 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \
226 pcap-savefile.manfile.in
H A DCHANGES405 Free any filter set on a savefile when the savefile is closed
805 - Fixed savefile bugs.
H A DINSTALL.md349 savefile.c - offline support
H A DCMakeLists.txt830 savefile.c
2301 set(MANFILE_EXPAND pcap-savefile.manfile.in)
H A Dconfigure11841 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
H A Dconfigure.ac2457 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
/freebsd-13.1/contrib/tcpdump/
H A DCONTRIBUTING71 packets, by running tcpdump against a savefile sample.pcap, created with -w
H A DCHANGES1350 - savefile.c: Remove hack that shouldn't have been exported. Add
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dsniffer80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html