HomeSort by relevance Sort by last modified time
    Searched refs:Cptr (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 881 INT8 *Cptr;
894 Cptr = Line;
895 Cptr += SkipWhiteSpace (Line);
896 if (strncmp (Cptr, "FFS_FILEGUID", 12) == 0) {
897 Cptr += 12;
898 Cptr += SkipWhiteSpace (Cptr);
899 if (*Cptr == '=') {
900 Cptr++;
901 Cptr += SkipWhiteSpace (Cptr + 1);
    [all...]
UtilsMsgs.c 362 INT8 *Cptr;
368 Cptr = FileName;
370 Cptr = mUtilityName;
372 Cptr = "Unknown utility";
375 strcpy (Line, Cptr);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 914 INT8 *Cptr;
929 Cptr = StripLine (Line2);
930 if (*Cptr) {
979 INT8 *Cptr;
1018 Cptr = ArgLine;
1019 while (!isspace (*Cptr) && *Cptr) {
1020 Cptr++;
1023 End = Cptr;
1024 if (*Cptr) {
    [all...]
FWVolume.c 206 char *Cptr;
229 Cptr = Value;
240 CSave = *Cptr;
241 *Cptr = 0;
246 *Cptr = CSave;
259 for (Cptr = Value; *Cptr && *Cptr != '\"'; Cptr++)
262 for (Cptr = Value; *Cptr && !isspace (*Cptr); Cptr++)
    [all...]
DscFile.c 86 char *Cptr;
102 Cptr = DSC->CurrentLine->Line + 1;
104 Cptr = DSC->CurrentLine->Line;
107 strncpy (Line, Cptr, LineLen);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 225 INT8 *Cptr;
261 for (Cptr = TargetFileName + strlen (TargetFileName) - 1;
262 (*Cptr != '\\') && (Cptr > TargetFileName) && (*Cptr != '.');
263 Cptr--
266 if (Cptr == TargetFileName) {
273 strcpy (Cptr, ".obj");
371 INT8 *Cptr;
401 for (Cptr = SumDepsFile + strlen (SumDepsFile) - 1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 197 INT8 *Cptr;
280 for (Cptr = gOptions.IfrOutputFileName + strlen (gOptions.IfrOutputFileName) - 1;
281 (*Cptr != '.') && (Cptr > gOptions.IfrOutputFileName) && (*Cptr != '\\');
282 Cptr--) {
287 if (*Cptr == '.') {
288 strcpy (Cptr, ".hpk");
VfrCompile.g 125 char *Cptr;
313 char *Cptr;
428 Cptr = CopyStr + strlen (CopyStr) - 1;
429 for (;(Cptr > CopyStr) && (*Cptr != '\\') && (*Cptr != ':'); Cptr--);
430 if (Cptr == CopyStr) {
431 strcpy (gOptions.VfrBaseFileName, Cptr);
433 strcpy (gOptions.VfrBaseFileName, Cptr+1);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 428 CHAR8 *Cptr;
443 Cptr = FileName;
445 Cptr = NULL;
462 if (Cptr != NULL) {
463 sprintf (Line, ": %s", Cptr);
473 if (Cptr != NULL) {
477 sprintf (Line, "%s", Cptr);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.c 463 INT8 *Cptr;
469 Cptr = FileName;
471 Cptr = mUtilityName;
473 Cptr = "Unknown utility";
476 strcpy (Line, Cptr);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c 735 CHAR8 *Cptr, *Cptr2;
772 Cptr = PeMapFileName;
773 while (*Cptr != '\0') {
774 if (*Cptr == '\\') {
775 *Cptr = FILE_SEP_CHAR;
777 Cptr ++;
783 Cptr = PeMapFileName + strlen (PeMapFileName);
784 while ((*Cptr != '.') && (Cptr >= PeMapFileName)) {
785 Cptr --;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
AArch64.h 31 // Coprocessor Trap Register (CPTR)
218 IN UINT64 Cptr

Completed in 297 milliseconds