OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEXPR_NOT
(Results
1 - 5
of
5
) sorted by null
/external/libsepol/include/sepol/policydb/
constraint.h
31
#define
CEXPR_NOT
1 /* not expr */
/external/checkpolicy/
policy_parse.y
522
{ $$ = define_cexpr(
CEXPR_NOT
, $2, 0);
policy_define.c
[
all
...]
/external/libsepol/src/
services.c
462
case
CEXPR_NOT
:
[
all
...]
policydb.c
[
all
...]
Completed in 721 milliseconds