Home
last modified time | relevance | path

Searched refs:filestr (Results 51 – 75 of 249) sorted by relevance

12345678910

/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Ddwgbuffer.h86 duint64 size(){return filestr->size();} in size()
136 bool isGood(){return filestr->good();} in isGood()
138 int numRemainingBytes(){return (maxSize- filestr->getPos());} in numRemainingBytes()
147 std::unique_ptr<dwgBasicStream> filestr;
H A Ddxfwriter.h20 dxfWriter(std::ofstream *stream){filestr = stream; /*count =0;*/} in dxfWriter()
35 std::ofstream *filestr;
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Ddwgbuffer.h85 duint64 size(){return filestr->size();} in size()
135 bool isGood(){return filestr->good();} in isGood()
137 int numRemainingBytes(){return (maxSize- filestr->getPos());} in numRemainingBytes()
146 dwgBasicStream *filestr;
H A Ddxfwriter.h20 dxfWriter(std::ostream *stream){filestr = stream; /*count =0;*/} in dxfWriter()
35 std::ostream *filestr;
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Ddwgbuffer.h89 duint64 size() {return filestr->size();} in size()
139 bool isGood() {return filestr->good();} in isGood()
141 int numRemainingBytes() {return ( maxSize - filestr->getPos() );} in numRemainingBytes()
150 dwgBasicStream *filestr = nullptr;
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/intern/
H A Ddwgbuffer.h87 duint64 size() {return filestr->size();} in size()
137 bool isGood() {return filestr->good();} in isGood()
139 int numRemainingBytes() {return ( maxSize - filestr->getPos() );} in numRemainingBytes()
148 std::unique_ptr<dwgBasicStream> filestr;
H A Ddxfwriter.h20 dxfWriter(std::ofstream *stream){filestr = stream; /*count =0;*/} in dxfWriter()
35 std::ofstream *filestr;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/io/streams/test/
H A Dtest-streams.cc127 std::stringstream filestr; in main() local
129 filestr << Parameter :: commonOutputPath() << "/test." << MPIManager :: rank() << "."; in main()
131 std::string filename( filestr.str() + "ascii" ); in main()
145 std::string filename( filestr.str() + "binary" ); in main()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapefile.cc125 string filestr("<PATCH>/"); // Always write to 'patch'. in flush() local
126 filestr += basename; in flush()
129 write_file(filestr.c_str(), shapes.data(), nshapes, !ifile->is_flex()); in flush()
131 EStudio::Alert("Error writing '%s'", filestr.c_str()); in flush()
456 string filestr("<PATCH>/"); // Always write to 'patch'. in flush() local
457 filestr += basename; in flush()
458 OFileDataSource ds(filestr.c_str()); // Throws exception on failure in flush()
/dports/devel/shmap/shmap-0.3.2/mm-1.1.3/
H A Dshtool1164 filestr=`echo $file |\
1191 echo >>$file "#ifdef _${filestr}_AS_HEADER_"
1193 echo >>$file "#ifndef _${filestr}_"
1194 echo >>$file "#define _${filestr}_"
1211 echo >>$file "#endif /* _${filestr}_ */"
1213 echo >>$file "#else /* _${filestr}_AS_HEADER_ */"
1215 echo >>$file "#define _${filestr}_AS_HEADER_"
1217 echo >>$file "#undef _${filestr}_AS_HEADER_"
1230 echo >>$file "#endif /* _${filestr}_AS_HEADER_ */"
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestLeaseRecovery2.java144 String filestr = "/foo" + AppendTestUtil.nextInt(); in createFile() local
145 System.out.println("filestr=" + filestr); in createFile()
146 Path filepath = new Path(filestr); in createFile()
149 assertTrue(dfs.dfs.exists(filestr)); in createFile()
/dports/devel/libght/libght-0.1.0/test/
H A Dcu_ght_tree.c45 char *filestr = file_to_str(fname); in tsv_file_to_tree() local
49 if ( ! filestr ) return NULL; in tsv_file_to_tree()
53 ptr_start = ptr_end = filestr; in tsv_file_to_tree()
H A Dcu_ght_attribute.c43 char *filestr = file_to_str(fname); in tsv_file_to_node_list() local
47 if ( ! filestr ) return NULL; in tsv_file_to_node_list()
51 ptr_start = ptr_end = filestr; in tsv_file_to_node_list()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/server/datanode/
H A DTestInterDatanodeProtocol.java158 String filestr = "/foo"; in checkBlockMetaDataInfo() local
159 Path filepath = new Path(filestr); in checkBlockMetaDataInfo()
161 assertTrue(dfs.getClient().exists(filestr)); in checkBlockMetaDataInfo()
164 LocatedBlock locatedblock = getLastLocatedBlock(dfs.getClient().namenode, filestr); in checkBlockMetaDataInfo()
/dports/textproc/py-xlrd/xlrd-2.0.1/xlrd/
H A Dbook.py539 if hasattr(self.filestr, "close"):
540 self.filestr.close()
541 self.filestr = None
596 self.filestr = b''
626 self.filestr = f.read()
629 self.filestr = file_contents
633 if self.filestr[:8] != compdoc.SIGNATURE:
635 self.mem = self.filestr
647 if self.mem is not self.filestr:
649 self.filestr.close()
[all …]
/dports/devel/cvs-syncmail/cvs-syncmail-2.1/
H A Dsyncmail147 filestr = filestr.replace('\\', '\\\\')
/dports/devel/str/str-0.9.12/
H A Dshtool1389 filestr=`echo $file |\
1416 echo >>$file "#ifdef _${filestr}_AS_HEADER_"
1418 echo >>$file "#ifndef _${filestr}_"
1419 echo >>$file "#define _${filestr}_"
1436 echo >>$file "#endif /* _${filestr}_ */"
1438 echo >>$file "#else /* _${filestr}_AS_HEADER_ */"
1440 echo >>$file "#define _${filestr}_AS_HEADER_"
1442 echo >>$file "#undef _${filestr}_AS_HEADER_"
1455 echo >>$file "#endif /* _${filestr}_AS_HEADER_ */"
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/
H A Dshtool1389 filestr=`echo $file |\
1416 echo >>$file "#ifdef _${filestr}_AS_HEADER_"
1418 echo >>$file "#ifndef _${filestr}_"
1419 echo >>$file "#define _${filestr}_"
1436 echo >>$file "#endif /* _${filestr}_ */"
1438 echo >>$file "#else /* _${filestr}_AS_HEADER_ */"
1440 echo >>$file "#define _${filestr}_AS_HEADER_"
1442 echo >>$file "#undef _${filestr}_AS_HEADER_"
1455 echo >>$file "#endif /* _${filestr}_AS_HEADER_ */"
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dshtool1389 filestr=`echo $file |\
1416 echo >>$file "#ifdef _${filestr}_AS_HEADER_"
1418 echo >>$file "#ifndef _${filestr}_"
1419 echo >>$file "#define _${filestr}_"
1436 echo >>$file "#endif /* _${filestr}_ */"
1438 echo >>$file "#else /* _${filestr}_AS_HEADER_ */"
1440 echo >>$file "#define _${filestr}_AS_HEADER_"
1442 echo >>$file "#undef _${filestr}_AS_HEADER_"
1455 echo >>$file "#endif /* _${filestr}_AS_HEADER_ */"
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dshtool1389 filestr=`echo $file |\
1416 echo >>$file "#ifdef _${filestr}_AS_HEADER_"
1418 echo >>$file "#ifndef _${filestr}_"
1419 echo >>$file "#define _${filestr}_"
1436 echo >>$file "#endif /* _${filestr}_ */"
1438 echo >>$file "#else /* _${filestr}_AS_HEADER_ */"
1440 echo >>$file "#define _${filestr}_AS_HEADER_"
1442 echo >>$file "#undef _${filestr}_AS_HEADER_"
1455 echo >>$file "#endif /* _${filestr}_AS_HEADER_ */"
/dports/devel/z88dk/z88dk/include/
H A Dstdio.h87 struct filestr { struct
137 typedef struct filestr FILE;
161 extern struct filestr _sgoioblk[10];
162 extern struct filestr _sgoioblk_end;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DTestInterDatanodeProtocol.java171 String filestr = "/foo"; in checkBlockMetaDataInfo() local
172 Path filepath = new Path(filestr); in checkBlockMetaDataInfo()
178 DFSClientAdapter.getDFSClient(dfs).getNamenode(), filestr); in checkBlockMetaDataInfo()
334 String filestr = "/foo"; in testUpdateReplicaUnderRecovery() local
335 Path filepath = new Path(filestr); in testUpdateReplicaUnderRecovery()
340 DFSClientAdapter.getDFSClient(dfs).getNamenode(), filestr); in testUpdateReplicaUnderRecovery()
/dports/games/omega/omega/
H A Dfile.c565 void displayfile(filestr) in displayfile() argument
566 char *filestr; in displayfile()
568 FILE *fd = checkfopen(filestr,"r");
600 void displaycryptfile(filestr) in displaycryptfile() argument
601 char *filestr; in displaycryptfile()
603 FILE *fd = checkfopen(filestr,"rb");
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-input/src/main/java/de/lmu/ifi/dbs/elki/datasource/
H A DConcatenateFilesDatabaseConnection.java88 String filestr = file.getPath(); in loadData() local
123 o[0] = filestr; in loadData()
133 throw new AbortException("Loading file " + filestr + " failed: " + e.toString(), e); in loadData()
/dports/graphics/comical/comical-0.8/unrar/
H A Dmakefile.unix88 UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
89 LIB_OBJ=filestr.o scantree.o dll.o

12345678910