Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/sockets/
Dgopher.py297 savefile = raw_input( \
302 savefile = string.strip(savefile)
303 if not savefile:
305 if savefile[0] == '|':
306 cmd = string.strip(savefile[1:])
314 if savefile[0] == '~':
315 savefile = os.path.expanduser(savefile)
317 f = open(savefile, 'w')
319 print repr(savefile), ':', msg
321 print 'Saving to', repr(savefile), '...'
/external/iptables/iptables/
Diptables-apply76 $PROGNAME [-hV] [-t timeout] [-w savefile] {[rulesfile]|-c [runcmd]}
85 Successfully applied rules can also be written to savefile and later used
98 -w savefile, --write savefile
99 Specify the savefile where successfully applied rules will be written to
/external/libpcap/msdos/
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
Dmakefile.wc31 $(OBJDIR)\savefile.obj $(OBJDIR)\ndis2.obj
107 $(OBJDIR)\savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
Dmakefile.dj27 savefile.c pcap.c sf-pcap.c sf-pcapng.c \
/external/libpcap/testprogs/
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()
/external/libpcap/rpcapd/
Drpcapd.c179 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main() local
195 savefile[0] = 0; in main()
299 pcap_strlcpy(savefile, optarg, sizeof (savefile)); in main()
349 if (savefile[0] && fileconf_save(savefile)) in main()
Dfileconf.h37 int fileconf_save(const char *savefile);
Dfileconf.c493 int fileconf_save(const char *savefile) in fileconf_save() argument
497 if ((fp = fopen(savefile, "w")) != NULL) in fileconf_save()
/external/python/cpython2/Tools/webchecker/
Dwebsucker.py69 self.savefile(text, path)
78 def savefile(self, text, path): member in Sucker
Dwsgui.py59 def savefile(self, text, path): member in SuckerThread
62 websucker.Sucker.savefile(self, text, path)
/external/libpcap/
D.gitignore39 pcap-savefile.manfile
DAndroid.bp68 "savefile.c",
DMakefile.in96 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \
239 pcap-savefile.manfile.in
DINSTALL.md275 savefile.c - offline support
DCHANGES833 Free any filter set on a savefile when the savefile is closed
1233 - Fixed savefile bugs.
DCMakeLists.txt1437 savefile.c
3176 pcap-savefile.manfile.in
Dconfigure14631 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
Dconfigure.ac3207 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
/external/python/cpython2/Lib/lib-tk/
DFileDialog.py269 savefile = fd.go(key="test")
270 print loadfile, savefile
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py455 savefile = fd.go(key="test")
456 print(loadfile, savefile)
/external/selinux/sandbox/
Dsandbox112 def savefile(new, orig, X_ind):
508 savefile(dest, i, self.__options.X_ind)
/external/tcpdump/
DCHANGES1590 - savefile.c: Remove hack that shouldn't have been exported. Add