OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COND_ERR
(Results
1 - 3
of
3
) sorted by null
/external/checkpolicy/
policy_define.h
11
#define
COND_ERR
((avrule_t *)-1)
policy_parse.y
377
if ($$ ==
COND_ERR
) return -1; }
393
if ($$ ==
COND_ERR
) return -1;}
396
if ($$ ==
COND_ERR
) return -1;}
399
if ($$ ==
COND_ERR
) return -1;}
402
if ($$ ==
COND_ERR
) return -1;}
415
if ($$ ==
COND_ERR
) return -1; }
419
if ($$ ==
COND_ERR
) return -1; }
423
if ($$ ==
COND_ERR
) return -1; }
427
if ($$ ==
COND_ERR
) return -1; }
policy_define.c
1596
return
COND_ERR
;
[
all
...]
Completed in 152 milliseconds