OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERATOR_OR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
37
#define
OPERATOR_OR
"OR"
DepexParser.c
515
if (strncmp (*Pindex,
OPERATOR_OR
, strlen (
OPERATOR_OR
)) == 0) {
516
*Pindex += strlen (
OPERATOR_OR
);
595
if (strncmp (*Pindex,
OPERATOR_OR
, strlen (
OPERATOR_OR
)) == 0) {
596
*Pindex += strlen (
OPERATOR_OR
);
GenDepex.c
619
} else if (strncmp (Ptrx,
OPERATOR_OR
, strlen (
OPERATOR_OR
)) == 0) {
632
Ptrx += strlen (
OPERATOR_OR
);
Completed in 370 milliseconds