Searched refs:savefile (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/tnftp/src/ |
H A D | fetch.c | 498 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 D | makefile | 26 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 D | makefile.wc | 31 $(OBJDIR)\savefile.obj $(OBJDIR)\ndis2.obj 107 $(OBJDIR)\savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
|
H A D | makefile.dj | 27 savefile.c pcap.c sf-pcap.c sf-pcapng.c \
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | writecaptest.c | 233 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 D | rpcapd.c | 177 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 D | fileconf.h | 37 int fileconf_save(const char *savefile);
|
H A D | fileconf.c | 491 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 D | Makefile | 24 savefile.c \ 112 pcap-savefile.5 \
|
/freebsd/contrib/libpcap/ |
H A D | Makefile.in | 94 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \ 237 pcap-savefile.manfile.in
|
H A D | CHANGES | 154 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 D | INSTALL.md | 338 savefile.c - offline support
|
H A D | CMakeLists.txt | 1760 savefile.c 3399 pcap-savefile.manfile.in
|
H A D | configure | 14665 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
|
H A D | configure.ac | 3226 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sniffer | 80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1732 - savefile.c: Remove hack that shouldn't have been exported. Add
|