OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERATOR_AND
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
36
#define
OPERATOR_AND
"AND"
DepexParser.c
491
if (strncmp (*Pindex,
OPERATOR_AND
, strlen (
OPERATOR_AND
)) == 0) {
492
*Pindex += strlen (
OPERATOR_AND
);
576
if (strncmp (*Pindex,
OPERATOR_AND
, strlen (
OPERATOR_AND
)) == 0) {
577
*Pindex += strlen (
OPERATOR_AND
);
GenDepex.c
603
} else if (strncmp (Ptrx,
OPERATOR_AND
, strlen (
OPERATOR_AND
)) == 0) {
616
Ptrx += strlen (
OPERATOR_AND
);
Completed in 69 milliseconds