Home
last modified time | relevance | path

Searched refs:savefile (Results 1 – 21 of 21) 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 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/rpcapd/
Dfileconf.c142 int fileconf_save(const char *savefile) in fileconf_save() argument
146 if ((fp = fopen(savefile, "w")) != NULL) in fileconf_save()
Drpcapd.c162 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main() local
173 savefile[0] = 0; in main()
267 strlcpy(savefile, optarg, MAX_LINE); in main()
287 if (savefile[0] && fileconf_save(savefile)) in main()
Dfileconf.h37 int fileconf_save(const char *savefile);
/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/python/cpython2/Lib/lib-tk/
DFileDialog.py269 savefile = fd.go(key="test")
270 print loadfile, savefile
/external/libpcap/
DAndroid.bp51 "savefile.c",
DMakefile.in94 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \
225 pcap-savefile.manfile.in
DCHANGES333 Free any filter set on a savefile when the savefile is closed
733 - Fixed savefile bugs.
DINSTALL.md350 savefile.c - offline support
DCMakeLists.txt862 savefile.c
2133 set(MANFILE_EXPAND pcap-savefile.manfile.in)
Dconfigure11458 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
Dconfigure.ac2273 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py442 savefile = fd.go(key="test")
443 print(loadfile, savefile)
/external/selinux/sandbox/
Dsandbox111 def savefile(new, orig, X_ind):
494 savefile(dest, i, self.__options.X_ind)
/external/tcpdump/
DCONTRIBUTING71 packets, by running tcpdump against a savefile sample.pcap, created with -w
DCHANGES1317 - savefile.c: Remove hack that shouldn't have been exported. Add