Searched refs:outfile (Results 1 – 6 of 6) sorted by relevance
787 CString outfile; in SetOutFile() local807 …outfile = m_output_filepath + requested_file + _T(".c"); /* output_file_list not 0 means we… in SetOutFile()815 outfile = requested_file; in SetOutFile()816 outfile += CString("_") + pCmdInfo->GetSpecificationFileName(); in SetOutFile()817 …outfile = m_output_filepath + outfile + _T(".c"); /* output_file_list not 0 means we are sp… in SetOutFile()822 if (outfile.GetAt(1) != ':') in SetOutFile()825 ConvertToProjectRelativePath(outfile); in SetOutFile()827 info.pathname = outfile; in SetOutFile()829 outfile = MakeAbsolutePathname(info); in SetOutFile()838 if (!outfile.Compare(pathname)) in SetOutFile()[all …]
179 CString outfile = m_project->mHeader.resource_path; in SetOutFile() local180 if (outfile.GetAt(outfile.GetLength() - 1) != '\\') in SetOutFile()182 outfile += '\\'; in SetOutFile()184 outfile += filename; in SetOutFile()186 if (outfile.GetAt(1) != ':') in SetOutFile()188 ConvertToProjectRelativePath(outfile); in SetOutFile()190 info.pathname = outfile; in SetOutFile()193 outfile = MakeAbsolutePathname(info); in SetOutFile()196 if (!CheckOutputFileSecurity(outfile, binary_mode)) in SetOutFile()207 if (!outfile.Compare(pathname)) in SetOutFile()[all …]
86 bool SetOutFile(CString &outfile);
43 void WriteToDosFile(CFile &outfile, CString &out);
392 void WriteToDosFile(CFile &outfile, CString &out) in WriteToDosFile() argument414 outfile.Write(dos.GetBuffer(), dos.GetLength()); in WriteToDosFile()
916 EXTERN(void) jpeg_stdio_dest(j_compress_ptr cinfo, FILE *outfile);