OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrList
(Results
1 - 7
of
7
) 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
602
StrList
= []
614
StrList
= StringDefClassObject.StringName.split('_')
616
if len(
StrList
) == 4 and
StrList
[0] == TAB_STR_TOKENCNAME and
StrList
[3] == TAB_STR_TOKENPROMPT:
620
if len(
StrList
) == 4 and
StrList
[0] == TAB_STR_TOKENCNAME and
StrList
[3] == TAB_STR_TOKENHELP:
624
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
...]
Completed in 127 milliseconds