Home
last modified time | relevance | path

Searched refs:START_COMMENT (Results 1 – 1 of 1) sorted by relevance

/linux/security/ipe/
H A Dpolicy_parser.c16 #define START_COMMENT '#' macro
50 * remove_comment() - Truncate all chars following START_COMMENT in a string.
56 line = strchr(line, START_COMMENT); in remove_comment()