/external/python/cpython2/Demo/sockets/ |
D | gopher.py | 297 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/ |
D | iptables-apply | 76 $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/ |
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
|
D | makefile.wc | 31 $(OBJDIR)\savefile.obj $(OBJDIR)\ndis2.obj 107 $(OBJDIR)\savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
|
D | makefile.dj | 27 savefile.c pcap.c sf-pcap.c sf-pcapng.c \
|
/external/libpcap/testprogs/ |
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()
|
/external/libpcap/rpcapd/ |
D | rpcapd.c | 179 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()
|
D | fileconf.h | 37 int fileconf_save(const char *savefile);
|
D | fileconf.c | 493 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/ |
D | websucker.py | 69 self.savefile(text, path) 78 def savefile(self, text, path): member in Sucker
|
D | wsgui.py | 59 def savefile(self, text, path): member in SuckerThread 62 websucker.Sucker.savefile(self, text, path)
|
/external/libpcap/ |
D | .gitignore | 39 pcap-savefile.manfile
|
D | Android.bp | 68 "savefile.c",
|
D | Makefile.in | 96 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \ 239 pcap-savefile.manfile.in
|
D | INSTALL.md | 275 savefile.c - offline support
|
D | CHANGES | 833 Free any filter set on a savefile when the savefile is closed 1233 - Fixed savefile bugs.
|
D | CMakeLists.txt | 1437 savefile.c 3176 pcap-savefile.manfile.in
|
D | configure | 14631 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
|
D | configure.ac | 3207 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
|
/external/python/cpython2/Lib/lib-tk/ |
D | FileDialog.py | 269 savefile = fd.go(key="test") 270 print loadfile, savefile
|
/external/python/cpython3/Lib/tkinter/ |
D | filedialog.py | 455 savefile = fd.go(key="test") 456 print(loadfile, savefile)
|
/external/selinux/sandbox/ |
D | sandbox | 112 def savefile(new, orig, X_ind): 508 savefile(dest, i, self.__options.X_ind)
|
/external/tcpdump/ |
D | CHANGES | 1590 - savefile.c: Remove hack that shouldn't have been exported. Add
|