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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.c 156 STRING_LIST *StrList;
185 StrList = FSData->ExcludeDirs;
186 while (StrList != NULL) {
187 if (_stricmp (FSData->FindData.cFileName, StrList->Str) == 0) {
192 StrList = StrList->Next;
210 StrList = FSData->ExcludeFiles;
211 while (StrList != NULL) {
212 if (_stricmp (FSData->FindData.cFileName, StrList->Str) == 0) {
217 StrList = StrList->Next;
    [all...]
FileSearch.h 89 STRING_LIST *StrList
94 STRING_LIST *StrList
99 STRING_LIST *StrList
GuidChk.c 359 STRING_LIST *StrList;
427 StrList = malloc (sizeof (STRING_LIST));
428 if (StrList == NULL) {
433 memset ((char *) StrList, 0, sizeof (STRING_LIST));
434 StrList->Str = Argv[1];
435 StrList->Next = gOptions.ExcludeFiles;
436 gOptions.ExcludeFiles = StrList;
455 StrList = malloc (sizeof (STRING_LIST));
456 if (StrList == NULL) {
461 memset ((char *) StrList, 0, sizeof (STRING_LIST));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 1082 STRING_LIST *StrList;
1143 for (StrList = Lang->String; StrList != NULL; StrList = StrList->Next) {
1146 StrList->Flags,
1148 StrList->StringName,
1149 StrList->Scope,
1150 StrList->Str
1226 STRING_LIST *StrList;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 611 StrList = []
623 StrList = StringDefClassObject.StringName.split('_')
625 if len(StrList) == 4 and StrList[0] == TAB_STR_TOKENCNAME and StrList[3] == TAB_STR_TOKENPROMPT:
629 if len(StrList) == 4 and StrList[0] == TAB_STR_TOKENCNAME and StrList[3] == TAB_STR_TOKENHELP:
633 if len(StrList) == 4 and StrList[0] == TAB_STR_TOKENCNAME and StrList[2] == TAB_STR_TOKENERR:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 531 StrList = RespDict[Resp].split(' ')
534 for Str in StrList:
    [all...]

Completed in 1429 milliseconds