/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
D | FindFiles.c | 98 strcat (FullPath, "\\"); in FindFiles() 101 strcat (FullPath, RootDirectory); in FindFiles() 145 strcat (TempName, "\\"); in ProcessDirectory() 146 strcat (TempName, FileMask); in ProcessDirectory() 153 strcat (TempName, "\\"); in ProcessDirectory() 154 strcat (TempName, FindData.cFileName); in ProcessDirectory() 171 strcat (TempName, "\\*.*"); in ProcessDirectory() 189 strcat (TempName, "\\"); in ProcessDirectory() 190 strcat (TempName, FindData.cFileName); in ProcessDirectory()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrCompiler.cpp | 86 strcat (mOptions.OutputDirectory, "\\"); in OptionInitialization() 173 strcat (IncludePaths, mOptions.IncludePaths); in AppendIncludePath() 175 strcat (IncludePaths, " -I "); in AppendIncludePath() 176 strcat (IncludePaths, PathStr); in AppendIncludePath() 202 strcat (Opt, mOptions.CPreprocessorOptions); in AppendCPreprocessorOptions() 204 strcat (Opt, " "); in AppendCPreprocessorOptions() 205 strcat (Opt, Options); in AppendCPreprocessorOptions() 256 strcat (mOptions.PkgOutputFileName, mOptions.VfrBaseFileName); in SetPkgOutputFileName() 257 strcat (mOptions.PkgOutputFileName, VFR_PACKAGE_FILENAME_EXTENSION); in SetPkgOutputFileName() 272 strcat (mOptions.COutputFileName, mOptions.VfrBaseFileName); in SetCOutputFileName() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrCompiler.cpp | 137 strcat (mOptions.OutputDirectory, "/"); in OptionInitialization() 139 strcat (mOptions.OutputDirectory, "\\"); in OptionInitialization() 290 strcat (IncludePaths, mOptions.IncludePaths); in AppendIncludePath() 292 strcat (IncludePaths, " -I "); in AppendIncludePath() 293 strcat (IncludePaths, PathStr); in AppendIncludePath() 319 strcat (Opt, mOptions.CPreprocessorOptions); in AppendCPreprocessorOptions() 321 strcat (Opt, " "); in AppendCPreprocessorOptions() 322 strcat (Opt, Options); in AppendCPreprocessorOptions() 400 strcat (mOptions.PkgOutputFileName, mOptions.VfrBaseFileName); in SetPkgOutputFileName() 401 strcat (mOptions.PkgOutputFileName, VFR_PACKAGE_FILENAME_EXTENSION); in SetPkgOutputFileName() [all …]
|
D | VfrUtilityLib.cpp | 2741 strcat (VarIdStr[0], ".Year"); in RegisterNewDateQuestion() 2746 strcat (VarIdStr[1], ".Month"); in RegisterNewDateQuestion() 2751 strcat (VarIdStr[2], ".Day"); in RegisterNewDateQuestion() 2759 strcat (VarIdStr[0], ".Year"); in RegisterNewDateQuestion() 2764 strcat (VarIdStr[1], ".Month"); in RegisterNewDateQuestion() 2769 strcat (VarIdStr[2], ".Day"); in RegisterNewDateQuestion() 2917 strcat (VarIdStr[0], ".Hour"); in RegisterNewTimeQuestion() 2922 strcat (VarIdStr[1], ".Minute"); in RegisterNewTimeQuestion() 2927 strcat (VarIdStr[2], ".Second"); in RegisterNewTimeQuestion() 2935 strcat (VarIdStr[0], ".Hour"); in RegisterNewTimeQuestion() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | StringFuncs.c | 376 strcat (NewString, "["); in StringListToString() 379 strcat (NewString, ", "); in StringListToString() 381 strcat (NewString, "\""); in StringListToString() 382 strcat (NewString, StringList->Strings[Count]); in StringListToString() 383 strcat (NewString, "\""); in StringListToString() 385 strcat (NewString, "]"); in StringListToString()
|
D | CommonLib.c | 641 strcat (mCommonLibFullPath, RootPath); in LongFilePath() 646 strcat (mCommonLibFullPath, "\\"); in LongFilePath() 676 strcat (mCommonLibFullPath, PathPointer + 3); in LongFilePath() 684 strcat (mCommonLibFullPath, PathPointer + 2); in LongFilePath() 692 strcat (mCommonLibFullPath, PathPointer + 2); in LongFilePath() 709 strcat (mCommonLibFullPath, NextPointer); in LongFilePath()
|
D | EfiUtilityMsgs.c | 468 strcat (Line, Line2); in PrintMessage() 482 strcat (Line, Line2); in PrintMessage() 509 strcat (Line, Line2); in PrintMessage()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | getpath.c | 161 strcat(filename, Py_OptimizeFlag ? "o" : "c"); in ismodule() 623 strcat(buf, delimiter); in calculate_path() 629 strcat(buf, zip_path); in calculate_path() 630 strcat(buf, delimiter); in calculate_path() 640 strcat(buf, prefix); in calculate_path() 641 strcat(buf, separator); in calculate_path() 651 strcat(buf, defpath); in calculate_path() 656 strcat(buf, delimiter); in calculate_path() 659 strcat(buf, exec_prefix); in calculate_path()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/ |
D | ModifyInf.c | 223 strcat (Line, Pattern1); in ApplyPattern() 224 strcat (Line, "\r\n"); in ApplyPattern() 239 strcat (Line, Pattern2); in ApplyPattern() 240 strcat (Line, "\r\n"); in ApplyPattern()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | getpath.c | 554 strcat(buf, delimiter); in calculate_path() 560 strcat(buf, zip_path); in calculate_path() 561 strcat(buf, delimiter); in calculate_path() 571 strcat(buf, prefix); in calculate_path() 572 strcat(buf, separator); in calculate_path() 582 strcat(buf, defpath); in calculate_path() 587 strcat(buf, delimiter); in calculate_path() 590 strcat(buf, exec_prefix); in calculate_path()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getpath.c | 164 strcat(filename, Py_OptimizeFlag ? "o" : "c"); in ismodule() 590 strcat(buf, delimiter); in calculate_path() 596 strcat(buf, zip_path); in calculate_path() 597 strcat(buf, delimiter); in calculate_path() 607 strcat(buf, prefix); in calculate_path() 608 strcat(buf, separator); in calculate_path() 618 strcat(buf, defpath); in calculate_path() 623 strcat(buf, delimiter); in calculate_path() 626 strcat(buf, exec_prefix); in calculate_path()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/ |
D | splitfile.c | 112 strcat (OutName1, "1"); in main() 113 strcat (OutName2, "2"); in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/ |
D | MakeDeps.c | 400 strcat (SumDepsFile, FileName); in ProcessFile() 409 strcat (SumDepsFile, ".dep"); in ProcessFile() 636 strcat (MacroIncludeFileName, Cptr); in ProcessFile() 637 strcat (MacroIncludeFileName, "\\"); in ProcessFile() 638 strcat (MacroIncludeFileName, Cptr); in ProcessFile() 639 strcat (MacroIncludeFileName, ".h"); in ProcessFile() 980 strcat (FullFileName, FileName); in FindFile() 1022 strcat (FullFileName, FileName); in FindFile() 1044 strcat (FullFileName, SubDir->Str); in FindFile() 1045 strcat (FullFileName, FileName); in FindFile() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
D | genmk_old.c | 208 strcat(strcat(cfiles," "), t); 267 strcat(ATOKENBUFFER_O, OBJ_FILE_SUFFIX); 270 strcat(APARSER_O, OBJ_FILE_SUFFIX); 274 strcat(ASTBASE_O, OBJ_FILE_SUFFIX); 278 strcat(PCCTSAST_O, OBJ_FILE_SUFFIX); 282 strcat(LIST_O, OBJ_FILE_SUFFIX); 286 strcat(DLEXERBASE_O, OBJ_FILE_SUFFIX);
|
D | genmk.c | 389 strcat(ATOKENBUFFER_O, OBJ_FILE_SUFFIX); 392 strcat(APARSER_O, OBJ_FILE_SUFFIX); 396 strcat(ASTBASE_O, OBJ_FILE_SUFFIX); 400 strcat(PCCTSAST_O, OBJ_FILE_SUFFIX); 404 strcat(LIST_O, OBJ_FILE_SUFFIX); 408 strcat(DLEXERBASE_O, OBJ_FILE_SUFFIX);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/ |
D | LzmaCompress.c | 56 strcat(buffer, in PrintHelp() 74 strcat(buffer, "\nError: "); in PrintError() 75 strcat(buffer, message); in PrintError() 76 strcat(buffer, "\n"); in PrintError()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
D | GenFfsFile.c | 477 strcat (String, " "); in FindSectionInPackage() 480 strcat (String, NewString); in FindSectionInPackage() 2193 strcat (InputString, ".SEC"); in MainEntry() 2199 strcat (InputString, ".PEI"); in MainEntry() 2204 strcat (InputString, ".DXE"); in MainEntry() 2208 strcat (InputString, ".APP"); in MainEntry() 2212 strcat (InputString, ".FVI"); in MainEntry() 2216 strcat (InputString, ".RAW"); in MainEntry() 2224 strcat (InputString, ".FFS"); in MainEntry() 2230 strcat (InputString, ".ORG"); in MainEntry() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | support.c | 234 strcat(newname, dir_sym); 237 strcat(newname, p);
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Concatenation.c | 29 strcat(char * __restrict s1, const char * __restrict s2) in strcat() function
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
D | FWVolume.c | 631 strcat (FVDir, "\\"); in CFVWriteInfFiles() 704 strcat (Str, FVPtr->FVFileName); in CFVWriteInfFiles() 705 strcat (Str, ".inf"); in CFVWriteInfFiles() 839 strcat (Str, FVPtr->FVFileName); in CFVWriteInfFiles() 840 strcat (Str, ".apr"); in CFVWriteInfFiles() 1203 strcat (FVDir, "\\"); in NonFFSFVWriteInfFiles() 1261 strcat (Str, FVPtr->FVFileName); in NonFFSFVWriteInfFiles() 1262 strcat (Str, ".inf"); in NonFFSFVWriteInfFiles()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/ |
D | UtilsMsgs.c | 378 strcat (Line, Line2); in PrintMessage() 385 strcat (Line, Line2); in PrintMessage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
D | StrGather.c | 1756 strcat (FoundFileName, FileName); in FindFile() 1876 strcat (NewList->Str, "\\"); in ProcessArgs() 2537 strcat (BaseName, Cptr); in PreprocessSourceFile() 2545 strcat (mGlobals.PreprocessFileName, PREPROCESS_OUTPUT_FILE_EXTENSION); in PreprocessSourceFile() 2548 strcat (TempFileName, PREPROCESS_TEMP_FILE_EXTENSION); in PreprocessSourceFile() 2612 strcat (PreProcessCmd, " "); in PreprocessSourceFile() 2613 strcat (PreProcessCmd, PREPROCESSOR_OPTIONS); in PreprocessSourceFile() 2614 strcat (PreProcessCmd, " "); in PreprocessSourceFile() 2617 strcat (PreProcessCmd, "-I "); in PreprocessSourceFile() 2618 strcat (PreProcessCmd, SourceFileDir); in PreprocessSourceFile() [all …]
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_interface.h | 163 #define strlcat(X,Y,Z) strcat(X,Y)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | minigzip.c | 202 strcat(outfile, GZ_SUFFIX); 241 strcat(infile, GZ_SUFFIX);
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 210 char *strcat (char *, const char *); 277 #define strcat(strDest,strSource) AsciiStrCatS(strDest,MAX_STRING_SIZE,strSource) macro
|