OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERATOR_SOR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
41
#define
OPERATOR_SOR
"SOR"
DepexParser.c
879
} else if (strncmp (*Pindex,
OPERATOR_SOR
, strlen (
OPERATOR_SOR
)) == 0) {
880
(*Pindex) += strlen (
OPERATOR_SOR
);
GenDepex.c
498
} else if (strncmp (Ptrx,
OPERATOR_SOR
, strlen (
OPERATOR_SOR
)) == 0) {
528
// An
OPERATOR_SOR
has to be first - following the DEPENDENCY_START
532
Ptrx += strlen (
OPERATOR_SOR
);
Completed in 50 milliseconds