Home
last modified time | relevance | path

Searched refs:commentFile (Results 1 – 8 of 8) sorted by relevance

/dports/cad/magic/magic-8.3.245/utils/
H A Dniceabort.c68 FILE *commentFile, *crashFile; in DumpCore() local
137 commentFile = fopen(tempName, "w"); in DumpCore()
138 if (commentFile == (FILE *) NULL) return; in DumpCore()
142 fprintf(commentFile, "~s -- Magic crashed %24.24s --\n", ctime(&now)); in DumpCore()
143 fputs(MagicVersion, commentFile); in DumpCore()
144 fprintf(commentFile, "%s\n", AbortMessage); in DumpCore()
154 fprintf(commentFile, "%s\n", line); in DumpCore()
156 fclose(commentFile); in DumpCore()
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/
H A Dcomment_processor.go70 commentFile, err := os.Create(filePath)
76 _ = commentFile.Close()
84 _, err = fmt.Fprintf(commentFile, "%s\n", cmdstr)
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DimportImages.php174 $commentFile = $this->getOption( 'comment-file' );
175 if ( $commentFile !== null ) {
176 $comment = file_get_contents( $commentFile );
178 $this->fatalError( "failed to read comment file: {$commentFile}\n" );
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DimportImages.php173 $commentFile = $this->getOption( 'comment-file' );
174 if ( $commentFile !== null ) {
175 $comment = file_get_contents( $commentFile );
177 $this->fatalError( "failed to read comment file: {$commentFile}\n" );
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DimportImages.php174 $commentFile = $this->getOption( 'comment-file' );
175 if ( $commentFile !== null ) {
176 $comment = file_get_contents( $commentFile );
178 $this->fatalError( "failed to read comment file: {$commentFile}\n" );
/dports/editors/calligra/calligra-3.2.1/filters/words/docx/import/
H A DDocxImport.cpp274 QString commentPath, commentFile; in parseParts() local
275 MSOOXML::Utils::splitPathAndFile(commentPathAndFile, &commentPath, &commentFile); in parseParts()
276 … DocxXmlDocumentReaderContext context(*this, commentPath, commentFile, *relationships, &themes); in parseParts()
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dtbl2asn.c127 CharPtr commentFile; member
7703 if (StringDoesHaveText (tbl->commentFile)) { in ProcessOneRecord()
7704 str = StringSave (tbl->commentFile); in ProcessOneRecord()
9102 tbl.commentFile = ReadCommentFile ((CharPtr) myargs [Y_argCommentFile].strvalue); in Main()
9306 if (StringHasNoText (tbl.commentFile)) { in Main()
9307 tbl.commentFile = NULL; in Main()
H A Dreblobber.c118 CharPtr commentFile; member