OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERATOR_BEFORE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
34
#define
OPERATOR_BEFORE
"BEFORE"
DepexParser.c
871
if (strncmp (*Pindex,
OPERATOR_BEFORE
, strlen (
OPERATOR_BEFORE
)) == 0) {
872
(*Pindex) += strlen (
OPERATOR_BEFORE
);
GenDepex.c
536
} else if (strncmp (Ptrx,
OPERATOR_BEFORE
, strlen (
OPERATOR_BEFORE
)) == 0) {
566
Ptrx += strlen (
OPERATOR_BEFORE
);
Completed in 51 milliseconds