OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:version_identifier
(Results
1 - 2
of
2
) sorted by null
/external/checkpolicy/
policy_parse.y
142
%token MODULE
VERSION_IDENTIFIER
REQUIRE OPTIONAL
823
module_def : MODULE identifier
version_identifier
';'
826
version_identifier
:
VERSION_IDENTIFIER
label
policy_scan.l
247
{digit}+(\.({alnum}|[_.])*)? { return(
VERSION_IDENTIFIER
); }
Completed in 141 milliseconds