Home
last modified time | relevance | path

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

/freebsd/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()
554 savefile = ftp_strdup(cp + 1); in fetch_url()
556 savefile = ftp_strdup(decodedpath); in fetch_url()
558 DPRINTF("fetch_url: savefile `%s'\n", savefile); 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()
1106 if (strcmp(savefile, "-") == 0) { in fetch_url()
[all …]
/freebsd/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/contrib/libpcap/testprogs/
H A Dwritecaptest.c233 char *cp, *cmdbuf = NULL, *device, *end, *savefile = NULL; in main() local
284 savefile = optarg; in main()
354 if (savefile == NULL) in main()
421 pdd = pcap_dump_open(pd, savefile); in main()
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c177 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main() local
193 savefile[0] = 0; in main()
297 pcapint_strlcpy(savefile, optarg, sizeof (savefile)); in main()
347 if (savefile[0] && fileconf_save(savefile)) in main()
H A Dfileconf.h37 int fileconf_save(const char *savefile);
H A Dfileconf.c491 int fileconf_save(const char *savefile) in fileconf_save() argument
495 if ((fp = fopen(savefile, "w")) != NULL) in fileconf_save()
/freebsd/lib/libpcap/
H A DMakefile24 savefile.c \
112 pcap-savefile.5 \
/freebsd/contrib/libpcap/
H A DMakefile.in94 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \
237 pcap-savefile.manfile.in
H A DCHANGES154 Update pcap-savefile man page to match the Internet-Draft for
1012 Free any filter set on a savefile when the savefile is closed
1412 - Fixed savefile bugs.
H A DINSTALL.md338 savefile.c - offline support
H A DCMakeLists.txt1760 savefile.c
3399 pcap-savefile.manfile.in
H A Dconfigure14665 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
H A Dconfigure.ac3226 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html
/freebsd/contrib/tcpdump/
H A DCHANGES1732 - savefile.c: Remove hack that shouldn't have been exported. Add