Home | History | Annotate | Download | only in src

Lines Matching defs:in

4  * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
321 cil_log(CIL_ERR, "Unknown operator in expression\n");
394 cil_log(CIL_ERR, "Unknown operand in expression\n");
403 cil_log(CIL_ERR, "Unknown flavor in expression\n");
606 struct cil_in *in = node->data;
607 cil_log(CIL_INFO, "IN: %s\n", in->block_str);