OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERATOR_FALSE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
40
#define
OPERATOR_FALSE
"FALSE"
DepexParser.c
713
if (strncmp (*Pindex,
OPERATOR_FALSE
, strlen (
OPERATOR_FALSE
)) == 0) {
714
*Pindex += strlen (
OPERATOR_FALSE
);
GenDepex.c
695
} else if (strncmp (Ptrx,
OPERATOR_FALSE
, strlen (
OPERATOR_FALSE
)) == 0) {
706
Ptrx += strlen (
OPERATOR_FALSE
);
Completed in 100 milliseconds