Home
last modified time | relevance | path

Searched refs:savefile (Results 1 – 17 of 17) 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/libpcap/msdos/
Dmakefile26 savefile.c pcap.c inet.c msdos\ndis2.c msdos\pktdrvr.c \
117 savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
157 savefile.o32: savefile.c pcap-int.h pcap.h pcap-bpf.h
Dmakefile.wc31 $(OBJDIR)\savefile.obj $(OBJDIR)\inet.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-pcap-ng.c inet.c \
/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/
DAndroid.mk19 etherent.c savefile.c sf-pcap.c sf-pcap-ng.c pcap-common.c \
DMakefile.in86 etherent.c savefile.c sf-pcap.c sf-pcap-ng.c pcap-common.c \
226 pcap-savefile.manfile.in
DCHANGES254 Free any filter set on a savefile when the savefile is closed
654 - Fixed savefile bugs.
DCMakeLists.txt181 savefile.c
DINSTALL.txt371 savefile.c - offline support
Dconfigure9749 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
Dconfigure.ac1815 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/selinux/sandbox/
Dsandbox111 def savefile(new, orig, X_ind):
494 savefile(dest, i, self.__options.X_ind)
/external/tcpdump/
DCONTRIBUTING30 packets, by running tcpdump against a savefile sample.pcap, created with -w
DCHANGES1191 - savefile.c: Remove hack that shouldn't have been exported. Add