OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrDefHeader
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c
796
const INT8 *
StrDefHeader
[] = {
829
for (Index = 0;
StrDefHeader
[Index] != NULL; Index++) {
830
fprintf (Fptr,
StrDefHeader
[Index], CopyBaseName);
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c
273
const INT8 *
StrDefHeader
[] = {
306
for (Index = 0;
StrDefHeader
[Index] != NULL; Index++) {
307
fprintf (Fptr,
StrDefHeader
[Index], CopyBaseName);
[
all
...]
Completed in 117 milliseconds