Home
last modified time | relevance | path

Searched refs:textfile (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/includes/
Demail-simple.py9 fp = open(textfile, 'rb')
16 msg['Subject'] = 'The contents of %s' % textfile
/external/python/cpython3/Doc/includes/
Demail-simple.py8 with open(textfile) as fp:
/external/tinyxml2/
Dxmltest.cpp1176 FILE* textfile = fopen( textFilePath, "w" ); in main() local
1177 XMLTest( "Entity transformation: open text file for writing", true, textfile != 0, true ); in main()
1178 if ( textfile ) in main()
1180 XMLPrinter streamer( textfile ); in main()
1182 fclose( textfile ); in main()
1186 textfile = fopen( textFilePath, "r" ); in main()
1187 XMLTest( "Entity transformation: open text file for reading", true, textfile != 0, true ); in main()
1188 if ( textfile ) in main()
1191 fgets( buf, 1024, textfile ); in main()
1196 fclose( textfile ); in main()
/external/curl/docs/cmdline-opts/
Dform.d121 -F '=)' -F '=@textfile.txt' ... smtp://example.com
/external/icu/icu4c/source/test/intltest/
DMakefile.in60 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \