OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERATOR_NOT
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.h
38
#define
OPERATOR_NOT
"NOT"
DepexParser.c
675
if (strncmp (*Pindex,
OPERATOR_NOT
, strlen (
OPERATOR_NOT
)) == 0) {
676
*Pindex += strlen (
OPERATOR_NOT
);
774
if (strncmp (*Pindex,
OPERATOR_NOT
, strlen (
OPERATOR_NOT
)) == 0) {
775
*Pindex += strlen (
OPERATOR_NOT
);
GenDepex.c
635
} else if (strncmp (Ptrx,
OPERATOR_NOT
, strlen (
OPERATOR_NOT
)) == 0) {
648
Ptrx += strlen (
OPERATOR_NOT
);
Completed in 49 milliseconds