Home
last modified time | relevance | path

Searched refs:line (Results 1 - 25 of 3808) sorted by relevance

12345678910>>...153

/third_party/unity/src/
H A Dunity_internals.h574 void UnityPrintF(const UNITY_LINE_TYPE line, const char* format, ...);
593 * convention and will pull in file and line information
666 UNITY_NORETURN void UnityFail(const char* message, const UNITY_LINE_TYPE line);
667 UNITY_NORETURN void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
669 void UnityFail(const char* message, const UNITY_LINE_TYPE line);
670 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
673 void UnityMessage(const char* message, const UNITY_LINE_TYPE line);
800 /* This tricky series of macros gives us an optional line argument to treat it as RUN_TEST(func, num=__LINE__) */
804 #define RUN_TEST_AT_LINE(func, line, ...) UnityDefaultTestRun(func, #func, line)
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h456 * convention and will pull in file and line information
519 void UnityFail(const char* message, const UNITY_LINE_TYPE line);
521 void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
595 /* This tricky series of macros gives us an optional line argument to treat it as RUN_TEST(func, num=__LINE__) */
608 /* If we can't do the tricky version, we'll just have to require them to always include the line number */
645 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line))
646 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line))
652 #define UNITY_TEST_ASSERT(condition, line, messag
[all...]
/third_party/node/test/fixtures/source-map/
H A Dinline-base64-json-error.js1 var cov_263bu3eqm8=function(){var path= "./branches.js";var hash="424788076537d051b5bf0e2564aef393124eabc7";var global=new Function("return this")();var gcv="__coverage__";var coverageData={path: "./branches.js",statementMap:{"0":{start:{line:1,column:0},end:{line:7,column:1}},"1":{start:{line:2,column:2},end:{line:2,column:29}},"2":{start:{line:3,column:7},end:{line:7,column:1}},"3":{start:{line:4,column:2},end:{line:4,column:27}},"4":{start:{line:6,column:2},end:{line
[all...]
H A Dinline-base64-type-error.js1 var cov_263bu3eqm8=function(){var path= "./branches.js";var hash="424788076537d051b5bf0e2564aef393124eabc7";var global=new Function("return this")();var gcv="__coverage__";var coverageData={path: "./branches.js",statementMap:{"0":{start:{line:1,column:0},end:{line:7,column:1}},"1":{start:{line:2,column:2},end:{line:2,column:29}},"2":{start:{line:3,column:7},end:{line:7,column:1}},"3":{start:{line:4,column:2},end:{line:4,column:27}},"4":{start:{line:6,column:2},end:{line
[all...]
H A Dinline-base64.js1 var cov_263bu3eqm8=function(){var path= "./branches.js";var hash="424788076537d051b5bf0e2564aef393124eabc7";var global=new Function("return this")();var gcv="__coverage__";var coverageData={path: "./branches.js",statementMap:{"0":{start:{line:1,column:0},end:{line:7,column:1}},"1":{start:{line:2,column:2},end:{line:2,column:29}},"2":{start:{line:3,column:7},end:{line:7,column:1}},"3":{start:{line:4,column:2},end:{line:4,column:27}},"4":{start:{line:6,column:2},end:{line
[all...]
/third_party/python/Lib/lib2to3/pgen2/
H A Dconv.py69 for line in f:
71 mo = re.match(r"^#define\s+(\w+)\s+(\d+)$", line)
72 if not mo and line.strip():
74 line.strip()))
121 lineno, line = lineno+1, next(f)
122 assert line == '#include "pgenheaders.h"\n', (lineno, line)
123 lineno, line = lineno+1, next(f)
124 assert line == '#include "grammar.h"\n', (lineno, line)
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c82 replacestr(char *line, const char *find, const char *replace) in replacestr() argument
86 if (!(s = strstr(line, find))) in replacestr()
87 return line; in replacestr()
92 asprintf(&newline, "%.*s%s%s", (int)(s - line), line, replace, tail); in replacestr()
93 free(line); in replacestr()
135 const char *line = popline(); in popline_ascii85() local
138 * amount, and to terminate at the end of the line. So just eat in popline_ascii85()
141 assert(*line == ' '); in popline_ascii85()
142 while (*line in popline_ascii85()
169 startswith(const char *line, const char *start) startswith() argument
175 parseline(const char *line, const char *fmt, ...) parseline() argument
740 const char *line; decode() local
[all...]
/third_party/python/Lib/distutils/
H A Dtext_file.py13 line-by-line syntax: strip comments (as long as "#" is your
15 escaping the newline (ie. backslash at end of line), strip
20 report physical line number, even if the logical line in question
22 implementing line-at-a-time lookahead.
38 strip from "#" to end-of-line, as well as any whitespace
41 strip leading whitespace from each line before returning it
43 strip trailing whitespace (including line terminator!) from
44 each line befor
[all...]
/third_party/curl/tests/unit/
H A Dunit3200.c68 /* First line should be read */
72 /* First and third line should be read */
91 char *line; variable
104 line = Curl_get_line(buf, len, fp);
105 fail_unless(line && !strcmp("LINE1\n", line),
106 "First line failed (1)");
107 line = Curl_get_line(buf, len, fp);
108 fail_unless(line && !strcmp("LINE2 NEWLINE\n", line),
[all...]
/third_party/toybox/toys/posix/
H A Dsed.c22 Stream editor. Apply one or more editing SCRIPTs to each line of input
32 -z Use \0 rather than \n as the input line separator
40 apply only to the specified line(s). Commands without an address apply to
41 every line. Addresses are of the form:
45 The ADDRESS may be a decimal line number (starting at 1), a /regular
47 matches the last line of input. (In -s or -i mode this matches the last
48 line of each file, otherwise just the last line of the last file.) A single
49 address matches one line, a pair of comma separated addresses match
62 Sed mostly operates on individual lines one at a time. It reads each line,
208 emit(char *line, long len, int eol) emit() argument
262 char *line = TT.nextline; sed_line() local
751 char *line, *reg, c, *errstart; parse_pattern() local
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_build_ast.c64 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; in test_cil_parse_to_list() local
67 gen_test_tree(&test_tree, line); in test_cil_parse_to_list()
95 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; in test_cil_parse_to_list_currnull_neg() local
98 gen_test_tree(&test_tree, line); in test_cil_parse_to_list_currnull_neg()
126 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; in test_cil_parse_to_list_listnull_neg() local
129 gen_test_tree(&test_tree, line); in test_cil_parse_to_list_listnull_neg()
155 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", ")", NULL}; in test_cil_set_to_list() local
161 gen_test_tree(&test_tree, line); in test_cil_set_to_list()
181 char *line[] = {"(", "foo", "bar", ")", NULL}; in test_cil_set_to_list_cl_head_null_neg() local
187 gen_test_tree(&test_tree, line); in test_cil_set_to_list_cl_head_null_neg()
196 char *line[] = {"(", "foo1", "foo2", "foo3", ")", NULL}; test_cil_set_to_list_listnull_neg() local
207 char *line[] = {"(", "block", "a", "(", "type", "log", ")", ")", NULL}; test_cil_gen_block() local
229 char *line[] = {"(", "block", ")", NULL}; test_cil_gen_block_justblock_neg() local
248 char *line[] = {"(", "block", "(", "type", "log", ")", ")", NULL}; test_cil_gen_block_noname_neg() local
267 char *line[] = {"(", "block", "foo", "(", "type", "log", ")", ")", NULL}; test_cil_gen_block_dbnull_neg() local
282 char *line[] = {"(", "block", "foo", "(", "type", "log", ")", ")", NULL}; test_cil_gen_block_treenull_neg() local
303 char *line[] = {"(", "block", "foo", "(", "type", "log", ")", ")", NULL}; test_cil_gen_block_nodenull_neg() local
318 char *line[] = {"(", "block", "foo", "(", "type", "log", ")", ")", NULL}; test_cil_gen_block_nodeparentnull_neg() local
337 char *line[] = {"(", "block", "a", "(", "type", "log", ")", ")", NULL}; test_cil_destroy_block() local
358 char *line[] = {"(", "blockinherit", "foo", ")", NULL}; test_cil_gen_blockinherit() local
377 char *line[] = {"(", "blockinherit", "(", "foo", ")", ")", NULL}; test_cil_gen_blockinherit_namelist_neg() local
396 char *line[] = {"(", "blockinherit", ")", NULL}; test_cil_gen_blockinherit_namenull_neg() local
415 char *line[] = {"(", "blockinherit", "foo", "extra", ")", NULL}; test_cil_gen_blockinherit_extra_neg() local
434 char *line[] = {"(", "blockinherit", "foo", "extra", ")", NULL}; test_cil_gen_blockinherit_dbnull_neg() local
449 char *line[] = {"(", ")", NULL}; test_cil_gen_blockinherit_currnull_neg() local
468 char *line[] = {"(", "blockinherit", "foo", "extra", ")", NULL}; test_cil_gen_blockinherit_astnull_neg() local
483 char *line[] = {"(", "class", "foo", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm() local
514 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm_dbnull_neg() local
538 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm_currnull_neg() local
565 char *line[] = {"(", "class", "foo", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm_astnull_neg() local
588 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm_nodenull_neg() local
612 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", ")", NULL}; test_cil_gen_permset() local
631 char *line[] = {"(", "permissionset", ")", NULL}; test_cil_gen_permset_noname_neg() local
650 char *line[] = {"(", "permissionset", "(", "foo", ")", "(", "read", "write", ")", ")", NULL}; test_cil_gen_permset_nameinparens_neg() local
669 char *line[] = {"(", "permissionset", "foo", ")", NULL}; test_cil_gen_permset_noperms_neg() local
688 char *line[] = {"(", "permissionset", "foo", "(", ")", ")", NULL}; test_cil_gen_permset_emptyperms_neg() local
707 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", "extra", ")", NULL}; test_cil_gen_permset_extra_neg() local
726 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", ")", NULL}; test_cil_gen_permset_dbnull_neg() local
741 char *line[] = {"(", ")", NULL}; test_cil_gen_permset_currnull_neg() local
760 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", ")", NULL}; test_cil_gen_permset_astnull_neg() local
775 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm_nodes() local
803 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_perm_nodes_failgen_neg() local
833 char *line[] = {"(", "class", "file", "(", "read", "(", "write", "open", ")", ")", NULL}; test_cil_gen_perm_nodes_inval_perm_neg() local
861 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", ")", NULL}; test_cil_fill_permset() local
877 char *line[] = {"(", "permissionset", "foo", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_fill_permset_sublist_neg() local
893 char *line[] = {"(", "permissionset", "foo", "(", ")", ")", NULL}; test_cil_fill_permset_startpermnull_neg() local
909 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", ")", NULL}; test_cil_fill_permset_permsetnull_neg() local
924 char *line[] = {"(", "in", "foo", "(", "allow", "test", "baz", "(", "char", "(", "read", ")", ")", ")", ")", NULL}; test_cil_gen_in() local
943 char *line[] = {"(", "in", ")", NULL}; test_cil_gen_in_blockstrnull_neg() local
962 char *line[] = {"(", "in", "foo", "(", "allow", "test", "baz", "(", "char", "(", "read", ")", ")", ")", "extra", ")", NULL}; test_cil_gen_in_extra_neg() local
981 char *line[] = {"(", "in", "foo", "(", "allow", "test", "baz", "(", "char", "(", "read", ")", ")", ")", ")", NULL}; test_cil_gen_in_dbnull_neg() local
996 char *line[] = {"(", ")", NULL}; test_cil_gen_in_currnull_neg() local
1015 char *line[] = {"(", "in", "foo", "(", "allow", "test", "baz", "(", "char", "(", "read", ")", ")", ")", ")", NULL}; test_cil_gen_in_astnull_neg() local
1030 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_class() local
1052 char *line[] = {"(", "class", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_class_noname_neg() local
1071 char *line[] = {"(", "class", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_class_nodenull_neg() local
1086 char *line[] = {"(", "class", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_class_dbnull_neg() local
1101 char *line[] = {"(", "class", "(", "read", "write", "open", ")", ")", NULL}; test_cil_gen_class_currnull_neg() local
1119 char *line[] = {"(", "test", "read", "write", "open", ")", ")", NULL}; test_cil_gen_class_noclass_neg() local
1138 char *line[] = {"(", "class", ")", NULL}; test_cil_gen_class_noclassname_neg() local
1157 char *line[] = {"(", "class", "(", "foo", ")", ")", NULL}; test_cil_gen_class_namesublist_neg() local
1176 char *line[] = {"(", "class", "foo", ")", NULL}; test_cil_gen_class_noperms() local
1195 char *line[] = {"(", "class", "foo", "read", "write", ")", NULL}; test_cil_gen_class_permsnotinlist_neg() local
1214 char *line[] = {"(", "class", "foo", "(", "read", ")", "(", "write", ")", ")", NULL}; test_cil_gen_class_extrapermlist_neg() local
1233 char *line[] = {"(", "class", "test", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_gen_class_listinlist_neg() local
1252 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "write", ")", ")", ")", NULL}; test_cil_fill_classpermset_anonperms() local
1268 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "write", "(", "extra", ")", ")", ")", ")", NULL}; test_cil_fill_classpermset_anonperms_neg() local
1284 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "perms", ")", ")", NULL}; test_cil_fill_classpermset_namedperms() local
1300 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "write", ")", "extra", ")", ")", NULL}; test_cil_fill_classpermset_extra_neg() local
1316 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", ")", ")", ")", NULL}; test_cil_fill_classpermset_emptypermslist_neg() local
1332 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", ")", ")", NULL}; test_cil_fill_classpermset_noperms_neg() local
1348 char *line[] = {"(", "classpermissionset", "char_w", "(", "(", "write", ")", ")", ")", NULL}; test_cil_fill_classpermset_noclass_neg() local
1364 char *line[] = {"(", "classpermissionset", "char_w", "(", ")", ")", NULL}; test_cil_fill_classpermset_classnodenull_neg() local
1380 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "read", ")", ")", ")", NULL}; test_cil_fill_classpermset_cpsnull_neg() local
1395 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "write", ")", ")", ")", NULL}; test_cil_gen_classpermset() local
1414 char *line[] = {"(", "classpermissionset", ")", NULL}; test_cil_gen_classpermset_noname_neg() local
1433 char *line[] = {"(", "classpermissionset", "(", "foo", ")", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_gen_classpermset_nameinparens_neg() local
1452 char *line[] = {"(", "classpermissionset", "foo", ")", NULL}; test_cil_gen_classpermset_noclass_neg() local
1471 char *line[] = {"(", "classpermissionset", "foo", "(", "char", ")", ")", ")", NULL}; test_cil_gen_classpermset_noperms_neg() local
1490 char *line[] = {"(", "classpermissionset", "foo", "(", ")", ")", NULL}; test_cil_gen_classpermset_emptyperms_neg() local
1509 char *line[] = {"(", "classpermissionset", "foo", "(", "read", "(", "write", ")", ")", "extra", ")", NULL}; test_cil_gen_classpermset_extra_neg() local
1528 char *line[] = {"(", "classpermissionset", "foo", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_gen_classpermset_dbnull_neg() local
1543 char *line[] = {"(", ")", NULL}; test_cil_gen_classpermset_currnull_neg() local
1562 char *line[] = {"(", "classpermissionset", "foo", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_gen_classpermset_astnull_neg() local
1577 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap_perm() local
1609 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap_perm_dupeperm_neg() local
1637 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap_perm_dbnull_neg() local
1667 char *line[] = {"(", "classmap", "files", "(", ")", ")", NULL}; test_cil_gen_classmap_perm_currnull_neg() local
1695 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap_perm_astnull_neg() local
1718 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap() local
1737 char *line[] = {"(", "classmap", "files", "(", "read", ")", "extra", ")", NULL}; test_cil_gen_classmap_extra_neg() local
1756 char *line[] = {"(", "classmap", ")", NULL}; test_cil_gen_classmap_noname_neg() local
1775 char *line[] = {"(", "classmap", "files", "(", ")", ")", NULL}; test_cil_gen_classmap_emptyperms_neg() local
1794 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap_dbnull_neg() local
1809 char *line[] = {"(", ")", NULL}; test_cil_gen_classmap_currnull_neg() local
1828 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", NULL}; test_cil_gen_classmap_astnull_neg() local
1843 char *line[] = {"(", "classmapping", "files", "read", test_cil_gen_classmapping_anonpermset() local
1863 char *line[] = {"(", "classmapping", "files", "read", test_cil_gen_classmapping_anonpermset_neg() local
1883 char *line[] = {"(", "classmapping", "files", "read", "char_w", ")", NULL}; test_cil_gen_classmapping_namedpermset() local
1902 char *line[] = {"(", "classmapping", ")", NULL}; test_cil_gen_classmapping_noclassmapname_neg() local
1921 char *line[] = {"(", "classmapping", "files", ")", NULL}; test_cil_gen_classmapping_noclassmapperm_neg() local
1940 char *line[] = {"(", "classmapping", "files", "read", ")", NULL}; test_cil_gen_classmapping_nopermissionsets_neg() local
1959 char *line[] = {"(", "classmapping", "files", "read", test_cil_gen_classmapping_dbnull_neg() local
1975 char *line[] = {"(", ")", NULL}; test_cil_gen_classmapping_currnull_neg() local
1994 char *line[] = {"(", "classmapping", "files", "read", test_cil_gen_classmapping_astnull_neg() local
2010 char *line[] = {"(", "common", "test", "(", "read", "write", ")", ")", NULL}; test_cil_gen_common() local
2031 char *line[] = {"(", "common", "test", "(", "read", "write", ")", ")", NULL}; test_cil_gen_common_dbnull_neg() local
2047 char *line[] = {"(", ")", NULL}; test_cil_gen_common_currnull_neg() local
2064 char *line[] = {"(", "common", "test", "(", "read", "write", ")", ")", NULL}; test_cil_gen_common_astnull_neg() local
2080 char *line[] = {"(", "common", ")", NULL}; test_cil_gen_common_noname_neg() local
2100 char *line[] = {"(", "common", "foo", "(", "write", ")", "(", "read", ")", ")", NULL}; test_cil_gen_common_twoperms_neg() local
2120 char *line[] = {"(", "common", "test", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_gen_common_permsublist_neg() local
2140 char *line[] = {"(", "common", "test", "(", ")", ")", NULL}; test_cil_gen_common_noperms_neg() local
2160 char *line[] = {"(", "sid", "foo", ")", NULL}; test_cil_gen_sid() local
2179 char *line[] = {"(", "sid", ")", NULL}; test_cil_gen_sid_noname_neg() local
2198 char *line[] = {"(", "sid", "(", "foo", ")", ")", NULL}; test_cil_gen_sid_nameinparens_neg() local
2217 char *line[] = {"(", "sid", "foo", "extra", ")", NULL}; test_cil_gen_sid_extra_neg() local
2236 char *line[] = {"(", "sid", "foo", ")", NULL}; test_cil_gen_sid_dbnull_neg() local
2251 char *line[] = {"(", ")", NULL}; test_cil_gen_sid_currnull_neg() local
2270 char *line[] = {"(", "sid", "foo", ")", NULL}; test_cil_gen_sid_astnull_neg() local
2285 char *line[] = {"(", "sidcontext", "test", "(", "blah", "blah", "blah", "(", "(", "s0", "(", "c0", ")", ")", "(", "s0", "(", "c0", ")", ")", ")", ")", ")", NULL}; test_cil_gen_sidcontext() local
2307 char *line[] = {"(", "sidcontext", "test", "something", ")", NULL}; test_cil_gen_sidcontext_namedcontext() local
2328 char *line[] = {"(", "sidcontext", "test", "(", "blah", "blah", "blah", "(", "(", "s0", "(", "c0", ")", ")", ")", ")", ")", NULL}; test_cil_gen_sidcontext_halfcontext_neg() local
2347 char *line[] = {"(", "sidcontext", "(", "blah", "blah", "blah", "(", "s0", "(", "c0", ")", ")", "(", "s0", "(", "c0", ")", ")", ")", ")", NULL}; test_cil_gen_sidcontext_noname_neg() local
2366 char *line[] = {"(", "sidcontext", ")", NULL}; test_cil_gen_sidcontext_empty_neg() local
2385 char *line[] = {"(", "sidcontext", "test", ")", NULL}; test_cil_gen_sidcontext_nocontext_neg() local
2404 char *line[] = {"(", "sidcontext", "test", "test2", "(", "blah", "blah", "blah", "(", "s0", "(", "c0", ")", ")", "(", "s0", "(", "c0", ")", ")", ")", ")", NULL}; test_cil_gen_sidcontext_dblname_neg() local
2423 char *line[] = {"(", "sidcontext", "test", "(", "blah", "blah", "blah", "(", "s0", "(", "c0", ")", ")", "(", "s0", "(", "c0", ")", ")", ")", ")", NULL}; test_cil_gen_sidcontext_dbnull_neg() local
2452 char *line[] = {"(", "sidcontext", "test", "(", "blah", "blah", "blah", "(", "s0", "(", "c0", ")", ")", "(", "s0", "(", "c0", ")", ")", ")", ")", NULL}; test_cil_gen_sidcontext_astnodenull_neg() local
2471 char *line[] = {"(", "type", "test", ")", NULL}; test_cil_gen_type() local
2492 char *line[] = {"(", "type", "test", ")", NULL}; test_cil_gen_type_dbnull_neg() local
2507 char *line[] = {"(", ")", NULL}; test_cil_gen_type_currnull_neg() local
2526 char *line[] = {"(", "type", "test", ")", NULL}; test_cil_gen_type_astnull_neg() local
2541 char *line[] = {"(", "type", "foo", "bar," ")", NULL}; test_cil_gen_type_extra_neg() local
2560 char *line[] = {"(", "typeattribute", "test", NULL}; test_cil_gen_typeattribute() local
2581 char *line[] = {"(", "typeattribute", "test", ")", NULL}; test_cil_gen_typeattribute_dbnull_neg() local
2597 char *line[] = {"(", ")", NULL}; test_cil_gen_typeattribute_currnull_neg() local
2617 char *line[] = {"(", "typeattribute", "test", ")", NULL}; test_cil_gen_typeattribute_astnull_neg() local
2632 char *line[] = {"(", "typeattribute", "foo", "bar," ")", NULL}; test_cil_gen_typeattribute_extra_neg() local
2651 char *line[] = {"(", "typebounds", "type_a", "type_b", ")", NULL}; test_cil_gen_typebounds() local
2670 char *line[] = {"(", "typebounds", ")", NULL}; test_cil_gen_typebounds_notype1_neg() local
2689 char *line[] = {"(", "typebounds", "(", "type_a", ")", "type_b", ")", NULL}; test_cil_gen_typebounds_type1inparens_neg() local
2708 char *line[] = {"(", "typebounds", "type_a", ")", NULL}; test_cil_gen_typebounds_notype2_neg() local
2727 char *line[] = {"(", "typebounds", "type_a", "(", "type_b", ")", ")", NULL}; test_cil_gen_typebounds_type2inparens_neg() local
2746 char *line[] = {"(", "typebounds", "type_a", "type_b", "extra", ")", NULL}; test_cil_gen_typebounds_extra_neg() local
2765 char *line[] = {"(", "typebounds", "type_a", "type_b", ")", NULL}; test_cil_gen_typebounds_dbnull_neg() local
2780 char *line[] = {"(", ")", NULL}; test_cil_gen_typebounds_currnull_neg() local
2799 char *line[] = {"(", "typebounds", "type_a", "type_b", ")", NULL}; test_cil_gen_typebounds_astnull_neg() local
2814 char *line[] = {"(", "typepermissive", "type_a", ")", NULL}; test_cil_gen_typepermissive() local
2833 char *line[] = {"(", "typepermissive", ")", NULL}; test_cil_gen_typepermissive_noname_neg() local
2852 char *line[] = {"(", "typepermissive", "(", "type_a", ")", ")", NULL}; test_cil_gen_typepermissive_typeinparens_neg() local
2871 char *line[] = {"(", "typepermissive", "type_a", "extra", ")", NULL}; test_cil_gen_typepermissive_extra_neg() local
2890 char *line[] = {"(", "typepermissive", "type_a", ")", NULL}; test_cil_gen_typepermissive_dbnull_neg() local
2905 char *line[] = {"(", ")", NULL}; test_cil_gen_typepermissive_currnull_neg() local
2924 char *line[] = {"(", "typepermissive", "type_a", ")", NULL}; test_cil_gen_typepermissive_astnull_neg() local
2939 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_nametypetransition() local
2958 char *line[] = {"(", "nametypetransition", "(", "str", ")", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_nametypetransition_strinparens_neg() local
2977 char *line[] = {"(", "nametypetransition", ")", NULL}; test_cil_gen_nametypetransition_nostr_neg() local
2996 char *line[] = {"(", "nametypetransition", "str", "(", "foo", ")", "bar", "file", "foobar", ")", NULL}; test_cil_gen_nametypetransition_srcinparens_neg() local
3015 char *line[] = {"(", "nametypetransition", "str", ")", NULL}; test_cil_gen_nametypetransition_nosrc_neg() local
3034 char *line[] = {"(", "nametypetransition", "str", "foo", "(", "bar", ")", "file", "foobar", ")", NULL}; test_cil_gen_nametypetransition_tgtinparens_neg() local
3053 char *line[] = {"(", "nametypetransition", "str", "foo", ")", NULL}; test_cil_gen_nametypetransition_notgt_neg() local
3072 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "(", "file", ")", "foobar", ")", NULL}; test_cil_gen_nametypetransition_classinparens_neg() local
3091 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", ")", NULL}; test_cil_gen_nametypetransition_noclass_neg() local
3110 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", "(", "foobar", ")", ")", NULL}; test_cil_gen_nametypetransition_destinparens_neg() local
3129 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", ")", NULL}; test_cil_gen_nametypetransition_nodest_neg() local
3149 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_gen_nametypetransition_extra_neg() local
3168 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_gen_nametypetransition_dbnull_neg() local
3183 char *line[] = {"(", ")", NULL}; test_cil_gen_nametypetransition_currnull_neg() local
3202 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_nametypetransition_astnull_neg() local
3217 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition() local
3236 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "namedtrans", ")", NULL}; test_cil_gen_rangetransition_namedtransition() local
3255 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "(", "s0", "(", "c0", ")", ")", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_anon_low_l() local
3274 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "(", "s0", "(", ")", ")", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_anon_low_l_neg() local
3293 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", "(", "s0", "(", "c0", ")", ")", ")", ")", NULL}; test_cil_gen_rangetransition_anon_high_l() local
3312 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", "(", "s0", "(", ")", ")", ")", ")", NULL}; test_cil_gen_rangetransition_anon_high_l_neg() local
3331 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_dbnull_neg() local
3346 char *line[] = {"(", ")", NULL}; test_cil_gen_rangetransition_currnull_neg() local
3365 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_astnull_neg() local
3380 char *line[] = {"(", "rangetransition", ")", NULL}; test_cil_gen_rangetransition_nofirsttype_neg() local
3399 char *line[] = {"(", "rangetransition", "(", "type_a_t", ")", "type_b_t", "class", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_firsttype_inparens_neg() local
3418 char *line[] = {"(", "rangetransition", "type_a_t", ")", NULL}; test_cil_gen_rangetransition_nosecondtype_neg() local
3437 char *line[] = {"(", "rangetransition", "type_a_t", "(", "type_b_t", ")", "class", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_secondtype_inparens_neg() local
3456 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", ")", NULL}; test_cil_gen_rangetransition_noclass_neg() local
3475 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "(", "class", ")", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_gen_rangetransition_class_inparens_neg() local
3494 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", ")", NULL}; test_cil_gen_rangetransition_nolevel_l_neg() local
3513 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", ")", ")", NULL}; test_cil_gen_rangetransition_nolevel_h_neg() local
3532 char *line[] = {"(", "rangetransition", "type_a_t", "type_b_t", "class", "(", "low_l", "high_l", ")", "extra", ")", NULL}; test_cil_gen_rangetransition_extra_neg() local
3551 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_expr_stack_and() local
3574 char *line[] = {"(", "booleanif", "(", "or", "foo", "bar", ")", test_cil_gen_expr_stack_or() local
3597 char *line[] = {"(", "booleanif", "(", "xor", "foo", "bar", ")", test_cil_gen_expr_stack_xor() local
3620 char *line[] = {"(", "booleanif", "(", "not", "foo", ")", test_cil_gen_expr_stack_not() local
3643 char *line[] = {"(", "booleanif", "(", "not", ")", test_cil_gen_expr_stack_not_noexpr_neg() local
3666 char *line[] = {"(", "booleanif", "(", "not", "foo", "bar", ")", test_cil_gen_expr_stack_not_extraexpr_neg() local
3689 char *line[] = {"(", "booleanif", "(", "eq", "foo", "bar", ")", test_cil_gen_expr_stack_eq() local
3712 char *line[] = {"(", "booleanif", "(", "neq", "foo", "bar", ")", test_cil_gen_expr_stack_neq() local
3735 char *line[] = {"(", "booleanif", "(", "or", "(","neq", "foo", "bar", ")", "(", "eq", "baz", "boo", ")", ")", test_cil_gen_expr_stack_nested() local
3758 char *line[] = {"(", "booleanif", "(", "(","neq", "foo", "bar", ")", ")", test_cil_gen_expr_stack_nested_neg() local
3781 char *line[] = {"(", "booleanif", "(", "eq", "(", ")", "(", ")", ")", test_cil_gen_expr_stack_nested_emptyargs_neg() local
3804 char *line[] = {"(", "booleanif", "(", "or", "(","foo", "bar", ")", "(", "eq", "baz", "boo", ")", ")", test_cil_gen_expr_stack_nested_missingoperator_neg() local
3827 char *line[] = {"(", "booleanif", "(", "eq", ")", test_cil_gen_expr_stack_arg1null_neg() local
3850 char *line[] = {"(", "booleanif", "(", "eq", "foo", ")", test_cil_gen_expr_stack_arg2null_neg() local
3873 char *line[] = {"(", "booleanif", "(", "eq", "foo", "bar", "extra", ")", test_cil_gen_expr_stack_extraarg_neg() local
3896 char *line[] = {"(", "booleanif", "(", ")", ")", NULL}; test_cil_gen_expr_stack_currnull_neg() local
3918 char *line[] = {"(", "booleanif", "(", "xor", "foo", "bar", ")", test_cil_gen_expr_stack_stacknull_neg() local
3938 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_multiplebools_true() local
3959 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_multiplebools_false() local
3980 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_multiplebools_unknowncond_neg() local
4001 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_true() local
4021 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_false() local
4041 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_unknowncond_neg() local
4061 char *line[] = {"(", "booleanif", "(", "and", "(", "or", "foo", "bar", ")", "baz", ")", test_cil_gen_boolif_nested() local
4081 char *line[] = {"(", "booleanif", "(", "(", "or", "foo", "bar", ")", "baz", ")", test_cil_gen_boolif_nested_neg() local
4101 char *line[] = {"(", "booleanif", "(", "and", "(", "or", "foo", "bar", ")", "baz", "beef", ")", test_cil_gen_boolif_extra_neg() local
4121 char *line[] = {"(", "booleanif", "(", "(", "or", "foo", "bar", ")", ")", test_cil_gen_boolif_extra_parens_neg() local
4141 char *line[] = {"(", "booleanif", "baz", test_cil_gen_boolif_nocond() local
4161 char *line[] = {"(", "booleanif", "(", "**", "foo", "bar", ")", test_cil_gen_boolif_neg() local
4181 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_dbnull_neg() local
4197 char *line[] = {"(", ")", NULL}; test_cil_gen_boolif_currnull_neg() local
4216 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_gen_boolif_astnull_neg() local
4232 char *line[] = {"(", "booleanif", ")", NULL}; test_cil_gen_boolif_nocond_neg() local
4251 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", ")", NULL}; test_cil_gen_boolif_notruelist_neg() local
4270 char *line[] = {"(", "booleanif", "(", ")", test_cil_gen_boolif_empty_cond_neg() local
4290 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_multiplebools_true() local
4311 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_multiplebools_false() local
4332 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_multiplebools_unknowncond_neg() local
4353 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_true() local
4373 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_false() local
4393 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_unknowncond_neg() local
4413 char *line[] = {"(", "tunableif", "baz", test_cil_gen_tunif_nocond() local
4433 char *line[] = {"(", "tunableif", "(", "and", "(", "or", "foo", "bar", ")", "baz", ")", test_cil_gen_tunif_nested() local
4453 char *line[] = {"(", "tunableif", "(", "(", "or", "foo", "bar", ")", "baz", ")", test_cil_gen_tunif_nested_neg() local
4473 char *line[] = {"(", "tunableif", "(", "and", "(", "or", "foo", "bar", ")", "baz", "beef", ")", test_cil_gen_tunif_extra_neg() local
4493 char *line[] = {"(", "tunableif", "(", "(", "or", "foo", "bar", ")", ")", test_cil_gen_tunif_extra_parens_neg() local
4513 char *line[] = {"(", "tunableif", "(", "**", "foo", "bar", ")", test_cil_gen_tunif_neg() local
4533 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_dbnull_neg() local
4549 char *line[] = {"(", ")", NULL}; test_cil_gen_tunif_currnull_neg() local
4568 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_gen_tunif_astnull_neg() local
4584 char *line[] = {"(", "tunableif", ")", NULL}; test_cil_gen_tunif_nocond_neg() local
4603 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", ")", NULL}; test_cil_gen_tunif_notruelist_neg() local
4622 char *line[] = {"(", "true", "(", "allow", "foo", "bar", "baz", "(", "read", ")", ")", ")", NULL}; test_cil_gen_condblock_true() local
4641 char *line[] = {"(", "false", "(", "allow", "foo", "bar", "baz", "(", "read", ")", ")", ")", NULL}; test_cil_gen_condblock_false() local
4660 char *line[] = {"(", "false", "(", "allow", "foo", "bar", "baz", "(", "read", ")", ")", ")", NULL}; test_cil_gen_condblock_dbnull_neg() local
4675 char *line[] = {"(", ")", NULL}; test_cil_gen_condblock_currnull_neg() local
4694 char *line[] = {"(", "false", "(", "allow", "foo", "bar", "baz", "(", "read", ")", ")", ")", NULL}; test_cil_gen_condblock_astnull_neg() local
4709 char *line[] = {"(", "true", ")", NULL}; test_cil_gen_condblock_nocond_neg() local
4728 char *line[] = {"(", "true", "(", "allow", "foo", "bar", "baz", "(", "read", ")", ")", "Extra", ")", NULL}; test_cil_gen_condblock_extra_neg() local
4747 char *line[] = {"(", "typealias", ".test.type", "type_t", ")", "(", "type", "test", ")", NULL}; test_cil_gen_typealias() local
4769 char *line[] = {"(", "typealias", ")", NULL}; test_cil_gen_typealias_incomplete_neg() local
4788 char *line[] = {"(", "typealias", ".test.type", ")", NULL}; test_cil_gen_typealias_incomplete_neg2() local
4807 char *line[] = {"(", "typealias", ".test.type", "foo", "extra_t", ")", NULL}; test_cil_gen_typealias_extratype_neg() local
4826 char *line[] = {"(", "typealias", ".test.type", "type_t", ")", "(", "type", "test", ")", NULL}; test_cil_gen_typealias_dbnull_neg() local
4841 char *line[] = {"(", ")", NULL}; test_cil_gen_typealias_currnull_neg() local
4860 char *line[] = {"(", "typealias", ".test.type", "type_t", ")", "(", "type", "test", ")", NULL}; test_cil_gen_typealias_astnull_neg() local
4875 char *line[] = {"(", "typeattributeset", "filetypes", "test_t", ")", NULL}; test_cil_gen_typeattributeset() local
4895 char *line[] = {"(", "typeattributeset", "filetypes", "(", "and", "test_t", "test2_t", ")", ")", NULL}; test_cil_gen_typeattributeset_and_two_types() local
4915 char *line[] = {"(", "typeattributeset", "filetypes", "(", "not", "notypes_t", ")", ")", NULL}; test_cil_gen_typeattributeset_not() local
4935 char *line[] = {"(", "typeattributeset", "filetypes", "(", "not", "attr", ")", ")", NULL}; test_cil_gen_typeattributeset_exclude_attr() local
4955 char *line[] = {"(", "typeattributeset", "filetypes", "(", "not", ")", ")", NULL}; test_cil_gen_typeattributeset_exclude_neg() local
4974 char *line[] = {"(", "typeattributeset", "filetypes", "(", "not", "type_t", ")", ")", NULL}; test_cil_gen_typeattributeset_dbnull_neg() local
4989 char *line[] = {"(", ")", NULL}; test_cil_gen_typeattributeset_currnull_neg() local
5008 char *line[] = {"(", "typeattributeset", "filetypes", "(", "not", ")", ")", NULL}; test_cil_gen_typeattributeset_astnull_neg() local
5023 char *line[] = {"(", "typeattributeset", ")", NULL}; test_cil_gen_typeattributeset_noname_neg() local
5042 char *line[] = {"(", "typeattributeset", "(", "filetypes", ")", "(", "test_t", ")", ")", NULL}; test_cil_gen_typeattributeset_nameinparens_neg() local
5061 char *line[] = {"(", "typeattributeset", "filetypes", "(", ")", ")", NULL}; test_cil_gen_typeattributeset_emptylists_neg() local
5080 char *line[] = {"(", "typeattributeset", "filetypes", "(", "(", "test_t", ")", ")", ")", NULL}; test_cil_gen_typeattributeset_listinparens_neg() local
5099 char *line[] = {"(", "typeattributeset", "filetypes", "(", "test_t", ")", "extra", ")", NULL}; test_cil_gen_typeattributeset_extra_neg() local
5118 char *line[] = {"(", "userbounds", "user1", "user2", ")", NULL}; test_cil_gen_userbounds() local
5137 char *line[] = {"(", "userbounds", ")", NULL}; test_cil_gen_userbounds_notype1_neg() local
5156 char *line[] = {"(", "userbounds", "(", "user1", ")", "user2", ")", NULL}; test_cil_gen_userbounds_type1_inparens_neg() local
5175 char *line[] = {"(", "userbounds", "user1", ")", NULL}; test_cil_gen_userbounds_notype2_neg() local
5194 char *line[] = {"(", "userbounds", "user1", "(", "user2", ")", ")", NULL}; test_cil_gen_userbounds_type2_inparens_neg() local
5213 char *line[] = {"(", "userbounds", "user1", "user2", "extra", ")", NULL}; test_cil_gen_userbounds_extra_neg() local
5232 char *line[] = {"(", "userbounds", "user1", "user2", ")", NULL}; test_cil_gen_userbounds_dbnull_neg() local
5247 char *line[] = {"(", ")", NULL}; test_cil_gen_userbounds_currnull_neg() local
5266 char *line[] = {"(", "userbounds", "user1", "user2", ")", NULL}; test_cil_gen_userbounds_astnull_neg() local
5281 char *line[] = {"(", "role", "test_r", ")", NULL}; test_cil_gen_role() local
5302 char *line[] = {"(", "role", "test_r", ")", NULL}; test_cil_gen_role_dbnull_neg() local
5318 char *line[] = {"(", ")", NULL}; test_cil_gen_role_currnull_neg() local
5335 char *line[] = {"(", "role", "test_r", ")", NULL}; test_cil_gen_role_astnull_neg() local
5351 char *line[] = {"(", "role", "test_r", "extra_r", ")", NULL}; test_cil_gen_role_extrarole_neg() local
5371 char *line[] = {"(", "role", ")", NULL}; test_cil_gen_role_noname_neg() local
5391 char *line[] = {"(", "roletransition", "foo_r", "bar_t", "process", "foobar_r", ")", NULL}; test_cil_gen_roletransition() local
5420 char *line[] = {"(", "roletransition" "foo_r", "bar_t", "process", "foobar_r", ")", NULL}; test_cil_gen_roletransition_astnull_neg() local
5432 char *line[] = {"(", "roletransition", "foo_r", "bar_t", "process", "foobar_r", ")", NULL}; test_cil_gen_roletransition_srcnull_neg() local
5447 char *line[] = {"(", "roletransition", "foo_r", "bar_t", "process", "foobar_r", ")", NULL}; test_cil_gen_roletransition_tgtnull_neg() local
5462 char *line[] = {"(", "roletransition", "foo_r", "bar_t", "process", "foobar_r", ")", NULL}; test_cil_gen_roletransition_resultnull_neg() local
5477 char *line[] = {"(", "roletransition", "foo_r", "bar_t", "process", "foobar_r", "extra", ")", NULL}; test_cil_gen_roletransition_extra_neg() local
5490 char *line[] = {"(", "boolean", "foo", "true", ")", NULL}; test_cil_gen_bool_true() local
5512 char *line[] = {"(", "tunable", "foo", "true", ")", NULL}; test_cil_gen_bool_tunable_true() local
5534 char *line[] = {"(", "boolean", "bar", "false", ")", NULL}; test_cil_gen_bool_false() local
5556 char *line[] = {"(", "tunable", "bar", "false", ")", NULL}; test_cil_gen_bool_tunable_false() local
5578 char *line[] = {"(", "boolean", "foo", ")", NULL}; test_cil_gen_bool_none_neg() local
5597 char *line[] = {"(", "boolean", "foo", "bar", ")", NULL}; test_cil_gen_bool_dbnull_neg() local
5612 char *line[] = {"(", ")", NULL}; test_cil_gen_bool_currnull_neg() local
5631 char *line[] = {"(", "boolean", "foo", "bar", ")", NULL}; test_cil_gen_bool_astnull_neg() local
5646 char *line[] = {"(", "boolean", "foo", "bar", ")", NULL}; test_cil_gen_bool_notbool_neg() local
5665 char *line[] = {"(", "boolean", ")", NULL}; test_cil_gen_bool_boolname_neg() local
5684 char *line[] = {"(", "boolean", "foo", "false", "bar", ")", NULL}; test_cil_gen_bool_extraname_false_neg() local
5703 char *line[] = {"(", "boolean", "foo", "true", "bar", ")", NULL}; test_cil_gen_bool_extraname_true_neg() local
5722 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t1", "type_t", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_t1type() local
5748 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t1", "t1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_t1t1_neg() local
5773 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t2", "type_t", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_t2type() local
5798 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t2", "t2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_t2t2_neg() local
5823 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r1", "role_r", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_r1role() local
5848 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r1", "r1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_r1r1_neg() local
5873 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r2", "role_r", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_r2role() local
5898 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r2", "r2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_r2r2_neg() local
5923 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t1", "t2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_t1t2() local
5948 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r1", "r2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_r1r2() local
5973 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r1", "r2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_r1r2() local
5998 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "u1", "u2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_u1u2() local
6023 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "u1", "user_u", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_u1user() local
6048 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "u1", "u1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_u1u1_neg() local
6073 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "u2", "user_u", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_u2user() local
6098 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "u2", "u2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_u2u2_neg() local
6123 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l2h2() local
6148 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l2", "h1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l2_neg() local
6173 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "l2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l1l2() local
6198 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "h1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l1h1() local
6223 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l1h2() local
6248 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "h1", "l2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_h1l2() local
6273 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "h1", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_h1h2() local
6298 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "h1", "l1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_h1_neg() local
6323 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "l1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l1l1_neg() local
6348 char *line[] = {"(", "constrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "l2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_l1l2_constrain_neg() local
6373 char *line[] = {"(", "constrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "l2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_l1l2_constrain_neg() local
6398 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "h2", "h1", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_leftkeyword_neg() local
6423 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_noexpr1_neg() local
6448 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "(", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_expr1inparens_neg() local
6473 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_noexpr2_neg() local
6498 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "(", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_expr2inparens_neg() local
6523 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "foo", "foo", "extra", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq_extraexpr_neg() local
6548 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2() local
6573 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_noexpr1_neg() local
6598 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "(", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_expr1inparens_neg() local
6623 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_noexpr2_neg() local
6648 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l1", "(", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_expr2inparens_neg() local
6673 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "foo", "foo", "extra", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_eq2_extraexpr_neg() local
6698 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "neq", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_noteq() local
6723 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "neq", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_noteq_noexpr1_neg() local
6748 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "neq", "(", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_noteq_expr1inparens_neg() local
6773 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "neq", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_noteq_noexpr2_neg() local
6798 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "neq", "l1", "(", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_noteq_expr2inparens_neg() local
6823 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "neq", "foo", "foo", "extra", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_noteq_extraexpr_neg() local
6848 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "not", "(", "neq", "l2", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_not() local
6873 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "not", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_not_noexpr_neg() local
6898 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "not", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_not_emptyparens_neg() local
6923 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "not", "(", "neq", "l2", "h2", ")", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_not_extraparens_neg() local
6949 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", test_cil_gen_constrain_expr_stack_or() local
6975 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", test_cil_gen_constrain_expr_stack_or_neg() local
7001 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_or_noexpr_neg() local
7026 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_or_emptyfirstparens_neg() local
7052 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", "(", "foo", ")", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_or_missingsecondexpr_neg() local
7077 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", "(", "foo", ")", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_or_emptysecondparens_neg() local
7102 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "or", "(", "foo", ")", "(", "foo", ")", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_or_extraexpr_neg() local
7127 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", test_cil_gen_constrain_expr_stack_and() local
7153 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", test_cil_gen_constrain_expr_stack_and_neg() local
7179 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_and_noexpr_neg() local
7204 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_and_emptyfirstparens_neg() local
7229 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", "(", "foo", ")", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_and_missingsecondexpr_neg() local
7254 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", "(", "foo", ")", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_and_emptysecondparens_neg() local
7279 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "and", "(", "foo", ")", "(", "foo", ")", "(", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_and_extraexpr_neg() local
7304 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dom", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_dom() local
7329 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dom", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_dom_noexpr1_neg() local
7354 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dom", "(", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_dom_expr1inparens_neg() local
7379 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dom", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_dom_noexpr2_neg() local
7404 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dom", "l1", "(", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_dom_expr2inparens_neg() local
7429 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dom", "foo", "foo", "extra", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_dom_extraexpr_neg() local
7454 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "domby", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_domby() local
7479 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "domby", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_domby_noexpr1_neg() local
7504 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "domby", "(", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_domby_expr1inparens_neg() local
7529 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "domby", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_domby_noexpr2_neg() local
7554 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "domby", "l1", "(", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_domby_expr2inparens_neg() local
7579 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "domby", "foo", "foo", "extra", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_domby_extraexpr_neg() local
7604 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "incomp", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incomp() local
7629 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "incomp", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incomp_noexpr1_neg() local
7654 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "incomp", "(", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incomp_expr1inparens_neg() local
7679 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "incomp", "l1", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incomp_noexpr2_neg() local
7704 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "incomp", "l1", "(", "h2", ")", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incomp_expr2inparens_neg() local
7729 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "incomp", "foo", "foo", "extra", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incomp_extraexpr_neg() local
7754 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_currnull_neg() local
7779 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t1", "type_t", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_stacknull_neg() local
7804 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "(", "eq", ")", "t1", "type_t", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_operatorinparens_neg() local
7829 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "t1", "type_t", ")", ")", NULL}; test_cil_gen_constrain_expr_stack_incorrectcall_neg() local
7854 char *line[] = {"(", "roleallow", "staff_r", "sysadm_r", NULL}; test_cil_gen_roleallow() local
7880 char *line[] = {"(", "roleallow", "foo", "bar", ")", NULL}; test_cil_gen_roleallow_dbnull_neg() local
7906 char *line[] = {"(", "roleallow", "foo", "bar", ")", NULL}; test_cil_gen_roleallow_astnull_neg() local
7921 char *line[] = {"(", "roleallow", "foo", "bar", ")", NULL}; test_cil_gen_roleallow_srcnull_neg() local
7939 char *line[] = {"(", "roleallow", "foo", "bar", ")", NULL}; test_cil_gen_roleallow_tgtnull_neg() local
7957 char *line[] = {"(", "roleallow", "foo", "bar", "extra", ")", NULL}; test_cil_gen_roleallow_extra_neg() local
7973 char *line[] = {"(", "rolebounds", "role1", "role2", ")", NULL}; test_cil_gen_rolebounds() local
7992 char *line[] = {"(", "rolebounds", ")", NULL}; test_cil_gen_rolebounds_norole1_neg() local
8011 char *line[] = {"(", "rolebounds", "(", "role1", ")", "role2", ")", NULL}; test_cil_gen_rolebounds_role1_inparens_neg() local
8030 char *line[] = {"(", "rolebounds", "role1", ")", NULL}; test_cil_gen_rolebounds_norole2_neg() local
8049 char *line[] = {"(", "rolebounds", "role1", "(", "role2", ")", ")", NULL}; test_cil_gen_rolebounds_role2_inparens_neg() local
8068 char *line[] = {"(", "rolebounds", "role1", "role2", "extra", ")", NULL}; test_cil_gen_rolebounds_extra_neg() local
8087 char *line[] = {"(", "rolebounds", "role1", "role2", ")", NULL}; test_cil_gen_rolebounds_dbnull_neg() local
8102 char *line[] = {"(", ")", NULL}; test_cil_gen_rolebounds_currnull_neg() local
8121 char *line[] = {"(", "rolebounds", "role1", "role2", ")", NULL}; test_cil_gen_rolebounds_astnull_neg() local
8136 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_gen_avrule() local
8174 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "permset", ")", ")", NULL}; test_cil_gen_avrule_permset() local
8196 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_gen_avrule_permset_anon() local
8218 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "permset", ")", "extra", ")", NULL}; test_cil_gen_avrule_extra_neg() local
8240 char *line[] = {"(", "allow", "(", "test", ")", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_gen_avrule_sourceparens() local
8262 char *line[] = {"(", "allow", "(", ")", "bar", "file", "(", "read", ")", ")", NULL}; test_cil_gen_avrule_sourceemptyparen_neg() local
8284 char *line[] = {"(", "allow", "test", "(", "foo", ")", "bar", "(", "read", "write", ")", ")", NULL}; test_cil_gen_avrule_targetparens() local
8306 char *line[] = {"(", "allow", "bar", "(", ")", "file", "(", "read", ")", ")", NULL}; test_cil_gen_avrule_targetemptyparen_neg() local
8328 char *line[] = {"(", ")", NULL}; test_cil_gen_avrule_currnull_neg() local
8350 char *line[] = {"(", "allow", "test", "foo", "bar", "(", "read", "write", ")", ")", NULL}; test_cil_gen_avrule_astnull_neg() local
8365 char *line[] = {"(", "allow", ")", NULL}; test_cil_gen_avrule_sourcedomainnull_neg() local
8387 char *line[] = {"(", "allow", "foo", ")", NULL}; test_cil_gen_avrule_targetdomainnull_neg() local
8409 char *line[] = {"(", "allow", "foo", "bar", ")", NULL}; test_cil_gen_avrule_objectclassnull_neg() local
8431 char *line[] = {"(", "allow", "foo", "bar", "(", "baz", ")", ")", NULL}; test_cil_gen_avrule_permsnull_neg() local
8453 char *line[] = {"(", "allow", "test", "foo", "bar", "(", "write", ")", "(", "read", ")", NULL}; test_cil_gen_avrule_twolists_neg() local
8475 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_transition() local
8508 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_transition_astnull_neg() local
8520 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_transition_srcnull_neg() local
8541 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_transition_tgtnull_neg() local
8562 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_transition_objnull_neg() local
8583 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_transition_resultnull_neg() local
8604 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_gen_type_rule_transition_extra_neg() local
8623 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_change() local
8656 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_change_astnull_neg() local
8668 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_change_srcnull_neg() local
8689 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_change_tgtnull_neg() local
8710 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_change_objnull_neg() local
8731 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_change_resultnull_neg() local
8752 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_gen_type_rule_change_extra_neg() local
8771 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_member() local
8804 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_member_astnull_neg() local
8816 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_member_srcnull_neg() local
8837 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_member_tgtnull_neg() local
8858 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_member_objnull_neg() local
8879 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_gen_type_rule_member_resultnull_neg() local
8900 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_gen_type_rule_member_extra_neg() local
8919 char *line[] = {"(", "user", "sysadm", ")", NULL}; test_cil_gen_user() local
8942 char *line[] = {"(", "user", ")", NULL}; test_cil_gen_user_dbnull_neg() local
8957 char *line[] = {"(", ")", NULL}; test_cil_gen_user_currnull_neg() local
8976 char *line[] = {"(", "user", ")", NULL}; test_cil_gen_user_astnull_neg() local
8991 char *line[] = {"(", "user", ")", NULL}; test_cil_gen_user_nouser_neg() local
9010 char *line[] = {"(", "user", "sysadm", "xsinfo", ")", NULL}; test_cil_gen_user_xsinfo_neg() local
9029 char *line[] = {"(", "userlevel", "user_u", "lvl_l", ")", NULL}; test_cil_gen_userlevel() local
9048 char *line[] = {"(", "userlevel", "user_u", "(", "s0", "(", "c0", ")", ")", ")", NULL}; test_cil_gen_userlevel_anon_level() local
9067 char *line[] = {"(", "userlevel", "user_u", "(", "s0", "(", ")", ")", ")", NULL}; test_cil_gen_userlevel_anon_level_neg() local
9086 char *line[] = {"(", "userlevel", ")", NULL}; test_cil_gen_userlevel_usernull_neg() local
9105 char *line[] = {"(", "userlevel", "(", "user", ")", "level", ")", NULL}; test_cil_gen_userlevel_userrange_neg() local
9124 char *line[] = {"(", "userlevel", "user_u", ")", NULL}; test_cil_gen_userlevel_levelnull_neg() local
9143 char *line[] = {"(", "userlevel", "user_u", "(", ")", ")", NULL}; test_cil_gen_userlevel_levelrangeempty_neg() local
9162 char *line[] = {"(", "userlevel", "user_u", "level", "extra", ")", NULL}; test_cil_gen_userlevel_extra_neg() local
9181 char *line[] = {"(", "userlevel", "user", "level", ")", NULL}; test_cil_gen_userlevel_dbnull_neg() local
9196 char *line[] = {"(", ")", NULL}; test_cil_gen_userlevel_currnull_neg() local
9215 char *line[] = {"(", "userlevel", "user", "level", ")", NULL}; test_cil_gen_userlevel_astnull_neg() local
9230 char *line[] = {"(", "userrange", "user_u", "range", ")", NULL}; test_cil_gen_userrange_named() local
9249 char *line[] = {"(", "userrange", "user_u", "(", "low", "high", ")", ")", NULL}; test_cil_gen_userrange_anon() local
9268 char *line[] = {"(", "userrange", ")", NULL}; test_cil_gen_userrange_usernull_neg() local
9287 char *line[] = {"(", "userrange", "(", "user_u", ")", "(", "low", "high", ")", ")", NULL}; test_cil_gen_userrange_anonuser_neg() local
9306 char *line[] = {"(", "userrange", "user_u", ")", NULL}; test_cil_gen_userrange_rangenamenull_neg() local
9325 char *line[] = {"(", "userrange", "user_u", "(", "low", ")", ")", NULL}; test_cil_gen_userrange_anonrangeinvalid_neg() local
9344 char *line[] = {"(", "userrange", "user_u", "(", ")", ")", NULL}; test_cil_gen_userrange_anonrangeempty_neg() local
9363 char *line[] = {"(", "userrange", "user_u", "(", "low", "high", ")", "extra", ")", NULL}; test_cil_gen_userrange_extra_neg() local
9382 char *line[] = {"(", "userrange", "user", "range", ")", NULL}; test_cil_gen_userrange_dbnull_neg() local
9397 char *line[] = {"(", ")", NULL}; test_cil_gen_userrange_currnull_neg() local
9416 char *line[] = {"(", "userrange", "user", "range", ")", NULL}; test_cil_gen_userrange_astnull_neg() local
9431 char *line[] = {"(", "sensitivity", "s0", ")", NULL}; test_cil_gen_sensitivity() local
9453 char *line[] = {"(", "sensitivity", "s0", ")", NULL}; test_cil_gen_sensitivity_dbnull_neg() local
9479 char *line[] = {"(", "sensitivity", "s0", ")", NULL}; test_cil_gen_sensitivity_astnull_neg() local
9494 char *line[] = {"(", "sensitivity", "s0", ")", NULL}; test_cil_gen_sensitivity_sensnull_neg() local
9512 char *line[] = {"(", "sensitivity", "(", "s0", ")", ")", NULL}; test_cil_gen_sensitivity_senslist_neg() local
9528 char *line[] = {"(", "sensitivity", "s0", "extra", ")", NULL}; test_cil_gen_sensitivity_extra_neg() local
9544 char *line[] = {"(", "sensitivityalias", "s0", "alias", ")", NULL}; test_cil_gen_sensalias() local
9563 char *line[] = {"(", "sensitivityalias", "s0", "alias", ")", NULL}; test_cil_gen_sensalias_dbnull_neg() local
9589 char *line[] = {"(", "sensitivityalias", "s0", "alias", ")", NULL}; test_cil_gen_sensalias_astnull_neg() local
9604 char *line[] = {"(", "sensitivityalias", "s0", "alias", ")", NULL}; test_cil_gen_sensalias_sensnull_neg() local
9621 char *line[] = {"(", "sensitivityalias", "(", "s0", "s1", ")", "alias", ")", NULL}; test_cil_gen_sensalias_senslist_neg() local
9637 char *line[] = {"(", "sensitivityalias", "s0", "alias", ")", NULL}; test_cil_gen_sensalias_aliasnull_neg() local
9655 char *line[] = {"(", "sensitivityalias", "s0", "(", "alias", "alias2", ")", ")", NULL}; test_cil_gen_sensalias_aliaslist_neg() local
9671 char *line[] = {"(", "sensitivityalias", "s0", "alias", "extra", ")", NULL}; test_cil_gen_sensalias_extra_neg() local
9687 char *line[] = {"(", "category", "c0", ")", NULL}; test_cil_gen_category() local
9706 char *line[] = {"(", "category", "c0", ")", NULL}; test_cil_gen_category_dbnull_neg() local
9721 char *line[] = {"(", "category", "c0", ")", NULL}; test_cil_gen_category_astnull_neg() local
9736 char *line[] = {"(", "category", "c0", ")", NULL}; test_cil_gen_category_currnull_neg() local
9755 char *line[] = {"(", "category", "c0", ")", NULL}; test_cil_gen_category_catnull_neg() local
9776 char *line[] = {"(", "category", "(", "c0", ")", ")", NULL}; test_cil_gen_category_catlist_neg() local
9795 char *line[] = {"(", "category", "c0", "extra", ")", NULL}; test_cil_gen_category_extra_neg() local
9814 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset() local
9833 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset_dbnull_neg() local
9848 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset_currnull_neg() local
9867 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset_astnull_neg() local
9882 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset_namenull_neg() local
9903 char *line[] = {"(", "categoryset", "somecats", ")", NULL}; test_cil_gen_catset_setnull_neg() local
9922 char *line[] = {"(", "categoryset", "(", "somecats", ")", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset_namelist_neg() local
9941 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", "extra", ")", NULL}; test_cil_gen_catset_extra_neg() local
9960 char *line[] = {"(", "categoryset", "somecats", "blah", ")", NULL}; test_cil_gen_catset_notset_neg() local
9980 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", "(", "c3", "c4", ")", ")", ")", NULL}; test_cil_gen_catset_nodefail_neg() local
9995 char *line[] = {"(", "categoryset", "somecats", "(", ")", NULL}; test_cil_gen_catset_settolistfail_neg() local
10014 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_gen_catalias() local
10033 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_gen_catalias_dbnull_neg() local
10048 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_gen_catalias_currnull_neg() local
10067 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_gen_catalias_astnull_neg() local
10082 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_gen_catalias_catnull_neg() local
10103 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_gen_catalias_aliasnull_neg() local
10124 char *line[] = {"(", "categoryalias", "c0", "red", "extra", ")", NULL}; test_cil_gen_catalias_extra_neg() local
10143 char *line[] = {"(", "categoryrange", "range", "(", "c0", "c1", ")", ")", NULL}; test_cil_gen_catrange() local
10162 char *line[] = {"(", "categoryrange", ")", NULL}; test_cil_gen_catrange_noname_neg() local
10181 char *line[] = {"(", "categoryrange", "range", ")", NULL}; test_cil_gen_catrange_norange_neg() local
10200 char *line[] = {"(", "categoryrange", "range", "(", ")", ")", NULL}; test_cil_gen_catrange_emptyrange_neg() local
10219 char *line[] = {"(", "categoryrange", "range", "(", "c0", "c1", "c2", ")", ")", NULL}; test_cil_gen_catrange_extrarange_neg() local
10238 char *line[] = {"(", "categoryrange", "range", "(", "c0", "c1", ")", ")", NULL}; test_cil_gen_catrange_dbnull_neg() local
10253 char *line[] = {"(", ")", NULL}; test_cil_gen_catrange_currnull_neg() local
10272 char *line[] = {"(", "categoryrange", "range", "(", "c0", "c1", ")", ")", NULL}; test_cil_gen_catrange_astnull_neg() local
10287 char *line[] = {"(", "categoryrange", "range", "(", "c0", "c1", ")", "extra", ")", NULL}; test_cil_gen_catrange_extra_neg() local
10306 char *line[] = {"(", "roletype", "admin_r", "admin_t", ")", NULL}; test_cil_gen_roletype() local
10323 char *line[] = {"(", ")", NULL}; test_cil_gen_roletype_currnull_neg() local
10340 char *line[] = {"(", "roletype", "admin_r", "admin_t", ")", NULL}; test_cil_gen_roletype_dbnull_neg() local
10356 char *line[] = {"(", "roletype", "admin_r", "admin_t", ")", NULL}; test_cil_gen_roletype_astnull_neg() local
10373 char *line[] = {"(", "roletype", ")", NULL}; test_cil_gen_roletype_empty_neg() local
10390 char *line[] = {"(", "roletype", "(", "admin_r", ")", "admin_t", ")", NULL}; test_cil_gen_roletype_rolelist_neg() local
10410 char *line[] = {"(", "(", "roletype", "admin_r", ")", "admin_t", ")", NULL}; test_cil_gen_roletype_roletype_sublist_neg() local
10427 char *line[] = {"(", "roletype", "admin_r", "(", "admin_t", ")", ")", NULL}; test_cil_gen_roletype_typelist_neg() local
10444 char *line[] = {"(", "userrole", "staff_u", "staff_r", ")", NULL}; test_cil_gen_userrole() local
10461 char *line[] = {"(", ")", NULL}; test_cil_gen_userrole_currnull_neg() local
10478 char *line[] = {"(", "userrole", "staff_u", "staff_r", ")", NULL}; test_cil_gen_userrole_dbnull_neg() local
10494 char *line[] = {"(", "userrole", "staff_u", "staff_r", ")", NULL}; test_cil_gen_userrole_astnull_neg() local
10510 char *line[] = {"(", "userrole", ")", NULL}; test_cil_gen_userrole_empty_neg() local
10526 char *line[] = {"(", "userrole", "(", "staff_u", ")", "staff_r", ")", NULL}; test_cil_gen_userrole_userlist_neg() local
10545 char *line[] = {"(", "(", "userrole", "staff_u", ")", "staff_r", ")", NULL}; test_cil_gen_userrole_userrole_sublist_neg() local
10562 char *line[] = {"(", "userrole", "staff_u", "(", "staff_r", ")", ")", NULL}; test_cil_gen_userrole_rolelist_neg() local
10579 char *line[] = {"(", "classcommon", "file", "file", NULL}; test_cil_gen_classcommon() local
10607 char *line[] = {"(", "classcommon", "file", "file", NULL}; test_cil_gen_classcommon_dbnull_neg() local
10622 char *line[] = {"(", ")", NULL}; test_cil_gen_classcommon_currnull_neg() local
10638 char *line[] = {"(", "classcommon", "file", "file", NULL}; test_cil_gen_classcommon_astnull_neg() local
10653 char *line[] = {"(", "classcommon", ")", NULL}; test_cil_gen_classcommon_missingclassname_neg() local
10669 char *line[] = {"(", "classcommon", "file", ")", NULL}; test_cil_gen_classcommon_noperms_neg() local
10697 char *line[] = {"(", "classcommon", "file", "file", "file", NULL}; test_cil_gen_classcommon_extraperms_neg() local
10725 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder() local
10746 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder_dbnull_neg() local
10763 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder_currnull_neg() local
10784 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder_astnull_neg() local
10801 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder_missingcats_neg() local
10822 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder_nosublist_neg() local
10843 char *line[] = {"(", "category", "c0", ")", test_cil_gen_catorder_nestedcat_neg() local
10864 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_dominance() local
10886 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_dominance_dbnull_neg() local
10904 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_dominance_currnull_neg() local
10926 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_dominance_astnull_neg() local
10944 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_dominance_nosensitivities_neg() local
10966 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_dominance_nosublist_neg() local
10988 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_senscat() local
11013 char *line[] = {"(", "sensitivitycategory", "s1", "c0", "c255", ")", NULL}; test_cil_gen_senscat_nosublist() local
11032 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_senscat_dbnull_neg() local
11053 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_senscat_currnull_neg() local
11078 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_senscat_astnull_neg() local
11099 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_senscat_nosensitivities_neg() local
11124 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_senscat_sublist_neg() local
11146 char *line[] = {"(", "sensitivitycategory", "s1", ")", NULL}; test_cil_gen_senscat_nocat_neg() local
11162 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_fill_level() local
11186 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_fill_level_sensnull_neg() local
11210 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_fill_level_levelnull_neg() local
11233 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_fill_level_nocat() local
11257 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_fill_level_emptycat_neg() local
11281 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level() local
11302 char *line[] = {"(", "level", "(", "low", ")", ")", NULL}; test_cil_gen_level_nameinparens_neg() local
11321 char *line[] = {"(", "level", "low", "(", ")", ")", NULL}; test_cil_gen_level_emptysensparens_neg() local
11340 char *line[] = {"(", "level", "low", "(", "s0", "(", "c0", ")", ")", "extra", ")", NULL}; test_cil_gen_level_extra_neg() local
11359 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level_emptycat_neg() local
11380 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level_noname_neg() local
11401 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level_nosens_neg() local
11422 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level_dbnull_neg() local
11439 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level_currnull_neg() local
11460 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_gen_level_astnull_neg() local
11477 char *line[] = {"(", "levelrange", "range", "(", "low", "high", ")", ")", NULL}; test_cil_gen_levelrange() local
11496 char *line[] = {"(", "levelrange", "range", "(", "low", "high", "extra", ")", ")", NULL}; test_cil_gen_levelrange_rangeinvalid_neg() local
11515 char *line[] = {"(", "levelrange", ")", NULL}; test_cil_gen_levelrange_namenull_neg() local
11534 char *line[] = {"(", "levelrange", "range", ")", NULL}; test_cil_gen_levelrange_rangenull_neg() local
11553 char *line[] = {"(", "levelrange", "range", "(", ")", ")", NULL}; test_cil_gen_levelrange_rangeempty_neg() local
11572 char *line[] = {"(", "levelrange", "range", "(", "low", "high", ")", "extra", ")", NULL}; test_cil_gen_levelrange_extra_neg() local
11591 char *line[] = {"(", "levelrange", "range", "(", "low", "high", ")", ")", NULL}; test_cil_gen_levelrange_dbnull_neg() local
11606 char *line[] = {"(", ")", NULL}; test_cil_gen_levelrange_currnull_neg() local
11625 char *line[] = {"(", "levelrange", "range", "(", "low", "high", ")", ")", NULL}; test_cil_gen_levelrange_astnull_neg() local
11640 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l2", "h2", ")", ")", NULL}; test_cil_gen_constrain() local
11659 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "dne", "l1", "l2", ")", ")", NULL}; test_cil_gen_constrain_neg() local
11678 char *line[] = {"(", "mlsconstrain", ")", NULL}; test_cil_gen_constrain_classset_neg() local
11697 char *line[] = {"(", "mlsconstrain", "(", ")", ")", NULL}; test_cil_gen_constrain_classset_noclass_neg() local
11716 char *line[] = {"(", "mlsconstrain", "(", "file", ")", ")", NULL}; test_cil_gen_constrain_classset_noperm_neg() local
11735 char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", ")", NULL}; test_cil_gen_constrain_permset_neg() local
11754 char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", ")", ")", NULL}; test_cil_gen_constrain_permset_noclass_neg() local
11773 char *line[] = {"(", "mlsconstrain", "(", "file", "dir", ")", "(", "create", ")", ")", NULL}; test_cil_gen_constrain_permset_noperm_neg() local
11792 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", ")", ")", NULL}; test_cil_gen_constrain_expression_neg() local
11811 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "12", "h2", ")", ")", NULL}; test_cil_gen_constrain_dbnull_neg() local
11826 char *line[] = {"(", ")", NULL}; test_cil_gen_constrain_currnull_neg() local
11845 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "12", "h2", ")", ")", NULL}; test_cil_gen_constrain_astnull_neg() local
11860 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "node_lo_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_fill_context() local
11882 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "node_lo_t", "(", "(", "s0", ")", "(", "s0", ")", ")", ")", ")", NULL}; test_cil_fill_context_unnamedlvl() local
11904 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "node_lo_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_fill_context_nocontext_neg() local
11925 char *line[] = {"(", "context", "localhost_node_label", "(", ")", ")", NULL}; test_cil_fill_context_nouser_neg() local
11947 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", ")", ")", NULL}; test_cil_fill_context_norole_neg() local
11969 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", ")", ")", NULL}; test_cil_fill_context_notype_neg() local
11991 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "type_t", ")", ")", NULL}; test_cil_fill_context_nolowlvl_neg() local
12013 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "type_t", "(", "low", ")", ")", ")", NULL}; test_cil_fill_context_nohighlvl_neg() local
12035 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "type_t", "(", "s0", "(", ")", ")", "high", ")", ")", NULL}; test_cil_fill_context_unnamedlvl_nocontextlow_neg() local
12057 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "type_t", "low", "(", "s0", "(", ")", ")", ")", ")", NULL}; test_cil_fill_context_unnamedlvl_nocontexthigh_neg() local
12079 char *line[] = {"(", "context", "packet_default", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_context() local
12098 char *line[] = {"(", "context", "packet_default", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", NULL}; test_cil_gen_context_notinparens_neg() local
12117 char *line[] = {"(", "context", "packet_default", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", "extra", ")", ")", NULL}; test_cil_gen_context_extralevel_neg() local
12136 char *line[] = {"(", "context", "packet_default", "(", ")", ")", NULL}; test_cil_gen_context_emptycontext_neg() local
12155 char *line[] = {"(", "context", "packet_default", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", "(", "extra", ")", ")", NULL}; test_cil_gen_context_extra_neg() local
12174 char *line[] = {"(", "context", "packet_default", "(", "(", "system_u", ")", ")", ")", NULL}; test_cil_gen_context_doubleparen_neg() local
12193 char *line[] = {"(", "context", "packet_default", "(", "system_u", ")", ")", NULL}; test_cil_gen_context_norole_neg() local
12212 char *line[] = {"(", "context", "packet_default", "(", "system_u", "(", "role_r", ")", ")", ")", NULL}; test_cil_gen_context_roleinparens_neg() local
12231 char *line[] = {"(", "context", "packet_default", "(", "system_u", "role_r", ")", ")", NULL}; test_cil_gen_context_notype_neg() local
12250 char *line[] = {"(", "context", "packet_default", "(", "system_u", "role_r", "(", "type_t", ")", ")", ")", NULL}; test_cil_gen_context_typeinparens_neg() local
12269 char *line[] = {"(", "context", "packet_default", "(", "system_u", "role_r", "type_t", ")", ")", NULL}; test_cil_gen_context_nolevels_neg() local
12288 char *line[] = {"(", "context", "packet_default", "(", "system_u", "role_r", "type_t", "(", "low", ")", ")", ")", NULL}; test_cil_gen_context_nosecondlevel_neg() local
12307 char *line[] = {"(", "context", ")", NULL}; test_cil_gen_context_noname_neg() local
12326 char *line[] = {"(", "context", "localhost_node_label", ")", NULL}; test_cil_gen_context_nouser_neg() local
12345 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "node_lo_t", "(", "s0", ")", "(", "s0", ")", ")", ")", NULL}; test_cil_gen_context_dbnull_neg() local
12360 char *line[] = {"(", ")", NULL}; test_cil_gen_context_currnull_neg() local
12379 char *line[] = {"(", "context", "localhost_node_label", "system_u", "object_r", "node_lo_t", "(", "s0", ")", "(", "s0", ")", ")", ")", NULL}; test_cil_gen_context_astnull_neg() local
12394 char *line[] = {"(", "filecon", "root", "path", "dir", "context", NULL}; test_cil_gen_filecon_dir() local
12413 char *line[] = {"(", "filecon", "root", "path", "file", "context", NULL}; test_cil_gen_filecon_file() local
12432 char *line[] = {"(", "filecon", "root", "path", "char", "context", NULL}; test_cil_gen_filecon_char() local
12451 char *line[] = {"(", "filecon", "root", "path", "block", "context", NULL}; test_cil_gen_filecon_block() local
12470 char *line[] = {"(", "filecon", "root", "path", "socket", "context", NULL}; test_cil_gen_filecon_socket() local
12489 char *line[] = {"(", "filecon", "root", "path", "pipe", "context", NULL}; test_cil_gen_filecon_pipe() local
12508 char *line[] = {"(", "filecon", "root", "path", "symlink", "context", NULL}; test_cil_gen_filecon_symlink() local
12527 char *line[] = {"(", "filecon", "root", "path", "any", "context", NULL}; test_cil_gen_filecon_any() local
12546 char *line[] = {"(", "filecon", "root", "path", "dne", "context", NULL}; test_cil_gen_filecon_neg() local
12565 char *line[] = {"(", "filecon", "root", "path", "file", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_filecon_anon_context() local
12584 char *line[] = {"(", "filecon", "root", "path", "file", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_filecon_dbnull_neg() local
12599 char *line[] = {"(", ")", NULL}; test_cil_gen_filecon_currnull_neg() local
12618 char *line[] = {"(", "filecon", "root", "path", "file", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_filecon_astnull_neg() local
12633 char *line[] = {"(", "filecon", ")", NULL}; test_cil_gen_filecon_str1null_neg() local
12652 char *line[] = {"(", "filecon", "(", "root", ")", ")", NULL}; test_cil_gen_filecon_str1_inparens_neg() local
12671 char *line[] = {"(", "filecon", "root", ")", NULL}; test_cil_gen_filecon_str2null_neg() local
12690 char *line[] = {"(", "filecon", "root", "(", "path", ")", ")", NULL}; test_cil_gen_filecon_str2_inparens_neg() local
12709 char *line[] = {"(", "filecon", "root", "path", ")", NULL}; test_cil_gen_filecon_classnull_neg() local
12728 char *line[] = {"(", "filecon", "root", "path", "(", "file", ")", ")", NULL}; test_cil_gen_filecon_class_inparens_neg() local
12747 char *line[] = {"(", "filecon", "root", "path", "file", ")", NULL}; test_cil_gen_filecon_contextnull_neg() local
12766 char *line[] = {"(", "filecon", "root", "path", "file", "(", "system_u", "object_r", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_filecon_context_neg() local
12785 char *line[] = {"(", "filecon", "root", "path", "file", "context", "extra", ")", NULL}; test_cil_gen_filecon_extra_neg() local
12804 char *line[] = {"(", "portcon", "udp", "80", "con", ")", NULL}; test_cil_gen_portcon_udp() local
12823 char *line[] = {"(", "portcon", "tcp", "80", "con", ")", NULL}; test_cil_gen_portcon_tcp() local
12842 char *line[] = {"(", "portcon", "unknown", "80", "con", ")", NULL}; test_cil_gen_portcon_unknownprotocol_neg() local
12861 char *line[] = {"(", "portcon", "udp", "80", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_portcon_anon_context() local
12880 char *line[] = {"(", "portcon", "udp", "(", "25", "75", ")", "con", ")", NULL}; test_cil_gen_portcon_portrange() local
12899 char *line[] = {"(", "portcon", "udp", "(", "0", ")", "con", ")", NULL}; test_cil_gen_portcon_portrange_one_neg() local
12918 char *line[] = {"(", "portcon", "udp", "(", "0", "1", "2", ")", "con", ")", NULL}; test_cil_gen_portcon_portrange_morethanone_neg() local
12937 char *line[] = {"(", "portcon", "udp", "foo", "con", ")", NULL}; test_cil_gen_portcon_singleport_neg() local
12956 char *line[] = {"(", "portcon", "udp", "(", "foo", "90", ")", "con", ")", NULL}; test_cil_gen_portcon_lowport_neg() local
12975 char *line[] = {"(", "portcon", "udp", "(", "80", "foo", ")", "con", ")", NULL}; test_cil_gen_portcon_highport_neg() local
12994 char *line[] = {"(", "portcon", "udp", "(", "0", "1", ")", "con", ")", NULL}; test_cil_gen_portcon_dbnull_neg() local
13009 char *line[] = {"(", ")", NULL}; test_cil_gen_portcon_currnull_neg() local
13028 char *line[] = {"(", "portcon", "udp", "(", "0", "1", ")", "con", ")", NULL}; test_cil_gen_portcon_astnull_neg() local
13043 char *line[] = {"(", "portcon", ")", NULL}; test_cil_gen_portcon_str1null_neg() local
13062 char *line[] = {"(", "portcon", "(", "80", ")", "port", "con", ")", NULL}; test_cil_gen_portcon_str1parens_neg() local
13081 char *line[] = {"(", "portcon", "udp", ")", NULL}; test_cil_gen_portcon_portnull_neg() local
13100 char *line[] = {"(", "portcon", "udp", "port", ")", NULL}; test_cil_gen_portcon_contextnull_neg() local
13119 char *line[] = {"(", "portcon", "udp", "80", "(", "system_u", "object_r", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_portcon_context_neg() local
13138 char *line[] = {"(", "portcon", "udp", "80", "con", "extra", ")", NULL}; test_cil_gen_portcon_extra_neg() local
13157 char *line[] = {"(", "nodecon", "(", "192.168.1.1", ")", "ipaddr", "con", ")", NULL}; test_cil_fill_ipaddr() local
13180 char *line[] = {"(", "nodecon", "(", "192.168.1.1", ")", "ipaddr", "con", ")", NULL}; test_cil_fill_ipaddr_addrnodenull_neg() local
13203 char *line[] = {"(", "nodecon", "(", "192.168.1.1", ")", "ipaddr", "con", ")", NULL}; test_cil_fill_ipaddr_addrnull_neg() local
13226 char *line[] = {"(", "nodecon", "(", "(", "192.168.1.1", ")", ")", "ipaddr", "con", ")", NULL}; test_cil_fill_ipaddr_addrinparens_neg() local
13249 char *line[] = {"(", "nodecon", "(", "192.168.1.1", "extra", ")", "ipaddr", "con", ")", NULL}; test_cil_fill_ipaddr_extra_neg() local
13272 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "con", ")", NULL}; test_cil_gen_nodecon() local
13291 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_nodecon_anon_context() local
13310 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "con", NULL}; test_cil_gen_nodecon_dbnull_neg() local
13325 char *line[] = {"(", ")", NULL}; test_cil_gen_nodecon_currnull_neg() local
13344 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "con", NULL}; test_cil_gen_nodecon_astnull_neg() local
13359 char *line[] = {"(", "nodecon", ")", NULL}; test_cil_gen_nodecon_ipnull_neg() local
13378 char *line[] = {"(", "nodecon", "(", "192.168.1.1", ")", "ipaddr", "con", ")", NULL}; test_cil_gen_nodecon_ipanon() local
13397 char *line[] = {"(", "nodecon", "(", "192.1.1", ")", "ipaddr", "con", ")", NULL}; test_cil_gen_nodecon_ipanon_neg() local
13416 char *line[] = {"(", "nodecon", "ipaddr", ")", NULL}; test_cil_gen_nodecon_netmasknull_neg() local
13435 char *line[] = {"(", "nodecon", "ipaddr", "(", "255.255.255.4", ")", "con", ")", NULL}; test_cil_gen_nodecon_netmaskanon() local
13454 char *line[] = {"(", "nodecon", "ipaddr", "(", "str0", ")", "con", ")", NULL}; test_cil_gen_nodecon_netmaskanon_neg() local
13473 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", ")", NULL}; test_cil_gen_nodecon_contextnull_neg() local
13492 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "(", "system_u", "object_r", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_nodecon_context_neg() local
13511 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "(", "system_u", "object_r", "type_t", "(", "low", "high", ")", ")", "extra", ")", NULL}; test_cil_gen_nodecon_extra_neg() local
13530 char *line[] = {"(", "genfscon", "type", "path", "con", ")", NULL}; test_cil_gen_genfscon() local
13549 char *line[] = {"(", "genfscon", "type", "path", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_genfscon_anon_context() local
13568 char *line[] = {"(", "genfscon", "type", "path", "con", ")", NULL}; test_cil_gen_genfscon_dbnull_neg() local
13583 char *line[] = {"(", ")", NULL}; test_cil_gen_genfscon_currnull_neg() local
13602 char *line[] = {"(", "genfscon", "type", "path", "con", ")", NULL}; test_cil_gen_genfscon_astnull_neg() local
13617 char *line[] = {"(", "genfscon", ")", NULL}; test_cil_gen_genfscon_typenull_neg() local
13636 char *line[] = {"(", "genfscon", "(", "type", ")", "path", "con", ")", NULL}; test_cil_gen_genfscon_typeparens_neg() local
13655 char *line[] = {"(", "genfscon", "type", ")", NULL}; test_cil_gen_genfscon_pathnull_neg() local
13674 char *line[] = {"(", "genfscon", "type", "(", "path", ")", "con", ")", NULL}; test_cil_gen_genfscon_pathparens_neg() local
13693 char *line[] = {"(", "genfscon", "type", "path", ")", NULL}; test_cil_gen_genfscon_contextnull_neg() local
13712 char *line[] = {"(", "genfscon", "type", "path", "(", "system_u", "object_r", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_genfscon_context_neg() local
13731 char *line[] = {"(", "genfscon", "type", "path", "con", "extra", ")", NULL}; test_cil_gen_genfscon_extra_neg() local
13750 char *line[] = {"(", "netifcon", "eth0", "if_default", "packet_default", ")", NULL}; test_cil_gen_netifcon() local
13769 char *line[] = {"(", "netifcon", "eth1", test_cil_gen_netifcon_nested() local
13790 char *line[] = {"(", "netifcon", "(", "eth1", ")", ")", NULL}; test_cil_gen_netifcon_nested_neg() local
13809 char *line[] = {"(", "netifcon", "eth1", test_cil_gen_netifcon_nested_emptysecondlist_neg() local
13830 char *line[] = {"(", "netifcon", "eth0", "extra", test_cil_gen_netifcon_extra_nested_secondlist_neg() local
13851 char *line[] = {"(", "netifcon", "eth1", test_cil_gen_netifcon_nested_missingobjects_neg() local
13872 char *line[] = {"(", "netifcon", "eth1", test_cil_gen_netifcon_nested_secondnested_missingobjects_neg() local
13893 char *line[] = {"(", "netifcon", "eth0", "if_default", "packet_default", ")", NULL}; test_cil_gen_netifcon_dbnull_neg() local
13908 char *line[] = {"(", ")", NULL}; test_cil_gen_netifcon_currnull_neg() local
13927 char *line[] = {"(", "netifcon", "eth0", "if_default", "packet_default", ")", NULL}; test_cil_gen_netifcon_astnull_neg() local
13942 char *line[] = {"(", "netifcon", ")", NULL}; test_cil_gen_netifcon_ethmissing_neg() local
13961 char *line[] = {"(", "netifcon", "eth0", ")", NULL}; test_cil_gen_netifcon_interfacemissing_neg() local
13980 char *line[] = {"(", "netifcon", "eth0", "if_default", ")", NULL}; test_cil_gen_netifcon_packetmissing_neg() local
13999 char *line[] = {"(", "pirqcon", "1", "con", ")", NULL}; test_cil_gen_pirqcon() local
14018 char *line[] = {"(", "pirqcon", "notint", "con", ")", NULL}; test_cil_gen_pirqcon_pirqnotint_neg() local
14037 char *line[] = {"(", "pirqcon", ")", NULL}; test_cil_gen_pirqcon_nopirq_neg() local
14056 char *line[] = {"(", "pirqcon", "(", "1", ")", "con", ")", NULL}; test_cil_gen_pirqcon_pirqrange_neg() local
14075 char *line[] = {"(", "pirqcon", "1", ")", NULL}; test_cil_gen_pirqcon_nocontext_neg() local
14094 char *line[] = {"(", "pirqcon", "1", "(", "con", ")", ")", NULL}; test_cil_gen_pirqcon_anoncontext_neg() local
14113 char *line[] = {"(", "pirqcon", "1", "con", "extra", ")", NULL}; test_cil_gen_pirqcon_extra_neg() local
14132 char *line[] = {"(", "pirqcon", "1", "con", ")", NULL}; test_cil_gen_pirqcon_dbnull_neg() local
14147 char *line[] = {"(", ")", NULL}; test_cil_gen_pirqcon_currnull_neg() local
14166 char *line[] = {"(", "pirqcon", "1", "con", ")", NULL}; test_cil_gen_pirqcon_astnull_neg() local
14181 char *line[] = {"(", "iomemcon", "1", "con", ")", NULL}; test_cil_gen_iomemcon() local
14200 char *line[] = {"(", "iomemcon", "(", "1", "2", ")", "con", ")", NULL}; test_cil_gen_iomemcon_iomemrange() local
14219 char *line[] = {"(", "iomemcon", "(", "foo", "2", ")", "con", ")", NULL}; test_cil_gen_iomemcon_iomemrange_firstnotint_neg() local
14238 char *line[] = {"(", "iomemcon", "(", "1", "foo", ")", "con", ")", NULL}; test_cil_gen_iomemcon_iomemrange_secondnotint_neg() local
14257 char *line[] = {"(", "iomemcon", "(", ")", "con", ")", NULL}; test_cil_gen_iomemcon_iomemrange_empty_neg() local
14276 char *line[] = {"(", "iomemcon", "(", "1", ")", "con", ")", NULL}; test_cil_gen_iomemcon_iomemrange_singleiomem_neg() local
14295 char *line[] = {"(", "iomemcon", "(", "1", "2", "3", ")", "con", ")", NULL}; test_cil_gen_iomemcon_iomemrange_morethantwoiomem_neg() local
14314 char *line[] = {"(", "iomemcon", "notint", "con", ")", NULL}; test_cil_gen_iomemcon_iomemnotint_neg() local
14333 char *line[] = {"(", "iomemcon", ")", NULL}; test_cil_gen_iomemcon_noiomem_neg() local
14352 char *line[] = {"(", "iomemcon", "1", ")", NULL}; test_cil_gen_iomemcon_nocontext_neg() local
14371 char *line[] = {"(", "iomemcon", "1", "(", "con", ")", ")", NULL}; test_cil_gen_iomemcon_anoncontext_neg() local
14390 char *line[] = {"(", "iomemcon", "1", "con", "extra", ")", NULL}; test_cil_gen_iomemcon_extra_neg() local
14409 char *line[] = {"(", "iomemcon", "1", "con", ")", NULL}; test_cil_gen_iomemcon_dbnull_neg() local
14424 char *line[] = {"(", ")", NULL}; test_cil_gen_iomemcon_currnull_neg() local
14443 char *line[] = {"(", "iomemcon", "1", "con", ")", NULL}; test_cil_gen_iomemcon_astnull_neg() local
14458 char *line[] = {"(", "ioportcon", "1", "con", ")", NULL}; test_cil_gen_ioportcon() local
14477 char *line[] = {"(", "ioportcon", "(", "1", "2", ")", "con", ")", NULL}; test_cil_gen_ioportcon_ioportrange() local
14496 char *line[] = {"(", "ioportcon", "(", "foo", "2", ")", "con", ")", NULL}; test_cil_gen_ioportcon_ioportrange_firstnotint_neg() local
14515 char *line[] = {"(", "ioportcon", "(", "1", "foo", ")", "con", ")", NULL}; test_cil_gen_ioportcon_ioportrange_secondnotint_neg() local
14534 char *line[] = {"(", "ioportcon", "(", ")", "con", ")", NULL}; test_cil_gen_ioportcon_ioportrange_empty_neg() local
14553 char *line[] = {"(", "ioportcon", "(", "1", ")", "con", ")", NULL}; test_cil_gen_ioportcon_ioportrange_singleioport_neg() local
14572 char *line[] = {"(", "ioportcon", "(", "1", "2", "3", ")", "con", ")", NULL}; test_cil_gen_ioportcon_ioportrange_morethantwoioport_neg() local
14591 char *line[] = {"(", "ioportcon", "notint", "con", ")", NULL}; test_cil_gen_ioportcon_ioportnotint_neg() local
14610 char *line[] = {"(", "ioportcon", ")", NULL}; test_cil_gen_ioportcon_noioport_neg() local
14629 char *line[] = {"(", "ioportcon", "1", ")", NULL}; test_cil_gen_ioportcon_nocontext_neg() local
14648 char *line[] = {"(", "ioportcon", "1", "(", "con", ")", ")", NULL}; test_cil_gen_ioportcon_anoncontext_neg() local
14667 char *line[] = {"(", "ioportcon", "1", "con", "extra", ")", NULL}; test_cil_gen_ioportcon_extra_neg() local
14686 char *line[] = {"(", "ioportcon", "1", "con", ")", NULL}; test_cil_gen_ioportcon_dbnull_neg() local
14701 char *line[] = {"(", ")", NULL}; test_cil_gen_ioportcon_currnull_neg() local
14720 char *line[] = {"(", "ioportcon", "1", "con", ")", NULL}; test_cil_gen_ioportcon_astnull_neg() local
14735 char *line[] = {"(", "pcidevicecon", "1", "con", ")", NULL}; test_cil_gen_pcidevicecon() local
14754 char *line[] = {"(", "pcidevicecon", "notint", "con", ")", NULL}; test_cil_gen_pcidevicecon_pcidevicenotint_neg() local
14773 char *line[] = {"(", "pcidevicecon", ")", NULL}; test_cil_gen_pcidevicecon_nopcidevice_neg() local
14792 char *line[] = {"(", "pcidevicecon", "(", "1", ")", "con", ")", NULL}; test_cil_gen_pcidevicecon_pcidevicerange_neg() local
14811 char *line[] = {"(", "pcidevicecon", "1", ")", NULL}; test_cil_gen_pcidevicecon_nocontext_neg() local
14830 char *line[] = {"(", "pcidevicecon", "1", "(", "con", ")", ")", NULL}; test_cil_gen_pcidevicecon_anoncontext_neg() local
14849 char *line[] = {"(", "pcidevicecon", "1", "con", "extra", ")", NULL}; test_cil_gen_pcidevicecon_extra_neg() local
14868 char *line[] = {"(", "pcidevicecon", "1", "con", ")", NULL}; test_cil_gen_pcidevicecon_dbnull_neg() local
14883 char *line[] = {"(", ")", NULL}; test_cil_gen_pcidevicecon_currnull_neg() local
14902 char *line[] = {"(", "pcidevicecon", "1", "con", ")", NULL}; test_cil_gen_pcidevicecon_astnull_neg() local
14917 char *line[] = {"(", "fsuse", "xattr", "ext3", "(", "system_u", "object_r", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_fsuse_anoncontext() local
14936 char *line[] = {"(", "fsuse", "xattr", "ext3", "(", "system_u", "etc_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_gen_fsuse_anoncontext_neg() local
14955 char *line[] = {"(", "fsuse", "xattr", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_xattr() local
14974 char *line[] = {"(", "fsuse", "task", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_task() local
14993 char *line[] = {"(", "fsuse", "trans", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_transition() local
15012 char *line[] = {"(", "fsuse", "foo", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_invalidtype_neg() local
15031 char *line[] = {"(", "fsuse", ")", NULL}; test_cil_gen_fsuse_notype_neg() local
15050 char *line[] = {"(", "fsuse", "(", "xattr", ")", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_typeinparens_neg() local
15069 char *line[] = {"(", "fsuse", "xattr", ")", NULL}; test_cil_gen_fsuse_nofilesystem_neg() local
15088 char *line[] = {"(", "fsuse", "xattr", "(", "ext3", ")", "con", ")", NULL}; test_cil_gen_fsuse_filesysteminparens_neg() local
15107 char *line[] = {"(", "fsuse", "xattr", "ext3", ")", NULL}; test_cil_gen_fsuse_nocontext_neg() local
15126 char *line[] = {"(", "fsuse", "xattr", "ext3", "(", ")", ")", NULL}; test_cil_gen_fsuse_emptyconparens_neg() local
15145 char *line[] = {"(", "fsuse", "xattr", "ext3", "con", "extra", ")", NULL}; test_cil_gen_fsuse_extra_neg() local
15164 char *line[] = {"(", "fsuse", "xattr", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_dbnull_neg() local
15179 char *line[] = {"(", ")", NULL}; test_cil_gen_fsuse_currnull_neg() local
15198 char *line[] = {"(", "fsuse", "xattr", "ext3", "con", ")", NULL}; test_cil_gen_fsuse_astnull_neg() local
15213 char *line[] = {"(", "macro", "mm", "(", ")", "(", "type", "b", ")", ")", NULL}; test_cil_gen_macro_noparams() local
15232 char *line[] = {"(", "macro", "mm", "(", "(", "type", "a", ")", ")", "(", "type", "b", ")", ")", NULL}; test_cil_gen_macro_type() local
15251 char *line[] = {"(", "macro", "mm", "(", "(", "role", "a", ")", ")", "(", "role", "b", ")", ")", NULL}; test_cil_gen_macro_role() local
15270 char *line[] = {"(", "macro", "mm", "(", "(", "user", "a", ")", ")", "(", "user", "b", ")", ")", NULL}; test_cil_gen_macro_user() local
15289 char *line[] = {"(", "macro", "mm", "(", "(", "sensitivity", "a", ")", ")", "(", "sensitivity", "b", ")", ")", NULL}; test_cil_gen_macro_sensitivity() local
15308 char *line[] = {"(", "macro", "mm", "(", "(", "category", "a", ")", ")", "(", "category", "b", ")", ")", ")", NULL}; test_cil_gen_macro_category() local
15327 char *line[] = {"(", "macro", "mm", "(", "(", "categoryset", "a", ")", ")", "(", "categoryset", "b", ")", ")", ")", NULL}; test_cil_gen_macro_catset() local
15346 char *line[] = {"(", "macro", "mm", "(", "(", "level", "a", ")", ")", "(", "level", "b", ")", ")", ")", NULL}; test_cil_gen_macro_level() local
15365 char *line[] = {"(", "macro", "mm", "(", "(", "class", "a", ")", ")", "(", "class", "b", ")", ")", ")", NULL}; test_cil_gen_macro_class() local
15384 char *line[] = {"(", "macro", "mm", "(", "(", "classmap", "a", ")", ")", "(", "classmap", "b", ")", ")", ")", NULL}; test_cil_gen_macro_classmap() local
15403 char *line[] = {"(", "macro", "mm", "(", "(", "permissionset", "a", ")", ")", test_cil_gen_macro_permset() local
15423 char *line[] = {"(", "macro", "mm", "(", "(", "class", "a",")", "(", "class", "x", ")", ")", "(", "class", "b", ")", ")", ")", NULL}; test_cil_gen_macro_duplicate() local
15442 char *line[] = {"(", "macro", "mm", "(", "(", "class", "a",")", "(", "class", "a", ")", ")", "(", "class", "b", "(", "read," ")", ")", ")", ")", NULL}; test_cil_gen_macro_duplicate_neg() local
15461 char *line[] = {"(", "macro", "mm", "(", "(", "foo", "a", ")", ")", "(", "foo", "b", ")", ")", ")", NULL}; test_cil_gen_macro_unknown_neg() local
15480 char *line[] = {"(", "macro", "mm", "(", "(", "foo", "a", ")", ")", "(", "foo", "b", ")", ")", NULL}; test_cil_gen_macro_dbnull_neg() local
15495 char *line[] = {"(", ")", NULL}; test_cil_gen_macro_currnull_neg() local
15514 char *line[] = {"(", "macro", "mm", "(", "(", "foo", "a", ")", ")", "(", "foo", "b", ")", ")", NULL}; test_cil_gen_macro_astnull_neg() local
15532 char *line[] = {"(", "macro", NULL}; test_cil_gen_macro_unnamed_neg() local
15551 char *line[] = {"(", "macro", "mm", NULL}; test_cil_gen_macro_noparam_neg() local
15570 char *line[] = {"(", "macro", "mm", "(", "(", "foo", "a", ")", ")", NULL}; test_cil_gen_macro_nosecondparam_neg() local
15589 char *line[] = {"(", "macro", "mm", "(", "(", "type", ")", ")", ")", NULL}; test_cil_gen_macro_noparam_name_neg() local
15608 char *line[] = {"(", "macro", "mm", "(", "(", ")", ")", "(", "foo", "b", ")", ")", NULL}; test_cil_gen_macro_emptyparam_neg() local
15627 char *line[] = {"(", "macro", "mm", "(", "(", "type", "a.", ")", ")", "(", "type", "b", ")", ")", NULL}; test_cil_gen_macro_paramcontainsperiod_neg() local
15646 char *line[] = {"(", "call", "mm", "(", "foo", ")", ")", NULL}; test_cil_gen_call() local
15665 char *line[] = {"(", "call", "mm", ")", NULL}; test_cil_gen_call_noargs() local
15684 char *line[] = {"(", "call", "mm", "(", "(", "s0", "(", "c0", ")", ")", ")", ")", NULL}; test_cil_gen_call_anon() local
15703 char *line[] = {"(", "call", "mm", "(", ")", ")", NULL}; test_cil_gen_call_empty_call_neg() local
15722 char *line[] = {"(", "call", "mm", "(", ")", ")", NULL}; test_cil_gen_call_dbnull_neg() local
15737 char *line[] = {"(", ")", NULL}; test_cil_gen_call_currnull_neg() local
15756 char *line[] = {"(", "call", "mm", "(", ")", ")", NULL}; test_cil_gen_call_astnull_neg() local
15771 char *line[] = {"(", "call", "(", "mm", ")", "(", "foo", ")", ")", NULL}; test_cil_gen_call_name_inparens_neg() local
15790 char *line[] = {"(", "call", ")", NULL}; test_cil_gen_call_noname_neg() local
15809 char *line[] = {"(", "optional", "opt", "(", "allow", "foo", "bar", "(", "file", "(", "read", ")", ")", ")", ")", NULL}; test_cil_gen_optional() local
15828 char *line[] = {"(", "optional", "opt", "(", "allow", "foo", "bar", "(", "file", "(", "read", ")", ")", ")", ")", NULL}; test_cil_gen_optional_dbnull_neg() local
15843 char *line[] = {"(", ")", NULL}; test_cil_gen_optional_currnull_neg() local
15862 char *line[] = {"(", "optional", "opt", "(", "allow", "foo", "bar", "(", "file", "(", "read", ")", ")", ")", ")", NULL}; test_cil_gen_optional_astnull_neg() local
15877 char *line[] = {"(", "optional", ")", NULL}; test_cil_gen_optional_unnamed_neg() local
15896 char *line[] = {"(", "optional", "opt", "(", "allow", "foo", "bar", "(", "file", "(", "read", ")", ")", ")", "extra", ")", NULL}; test_cil_gen_optional_extra_neg() local
15915 char *line[] = {"(", "optional", "(", "opt", ")", ")", NULL}; test_cil_gen_optional_nameinparens_neg() local
15934 char *line[] = {"(", "optional", "opt", ")", NULL}; test_cil_gen_optional_emptyoptional() local
15953 char *line[] = {"(", "optional", "opt", "(", ")", ")", NULL}; test_cil_gen_optional_norule_neg() local
15972 char *line[] = {"(", "policycap", "open_perms", ")", NULL}; test_cil_gen_policycap() local
15991 char *line[] = {"(", "policycap", ")", NULL}; test_cil_gen_policycap_noname_neg() local
16010 char *line[] = {"(", "policycap", "(", "pol", ")", ")", NULL}; test_cil_gen_policycap_nameinparens_neg() local
16029 char *line[] = {"(", "policycap", "pol", "extra", ")", NULL}; test_cil_gen_policycap_extra_neg() local
16048 char *line[] = {"(", "policycap", "pol", ")", NULL}; test_cil_gen_policycap_dbnull_neg() local
16063 char *line[] = {"(", ")", NULL}; test_cil_gen_policycap_currnull_neg() local
16082 char *line[] = {"(", "policycap", "pol", ")", NULL}; test_cil_gen_policycap_astnull_neg() local
16097 char *line[] = {"(", "policycap", "pol", ")", NULL}; test_cil_gen_policycap_neg() local
16116 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_gen_ipaddr_ipv4() local
16135 char *line[] = {"(", "ipaddr", "ip", ".168.1.1", ")", NULL}; test_cil_gen_ipaddr_ipv4_neg() local
16154 char *line[] = {"(", "ipaddr", "ip", "2001:0db8:85a3:0000:0000:8a2e:0370:7334", ")", NULL}; test_cil_gen_ipaddr_ipv6() local
16173 char *line[] = {"(", "ipaddr", "ip", "2001:0db8:85a3:0000:0000:8a2e:0370:::7334", ")", NULL}; test_cil_gen_ipaddr_ipv6_neg() local
16192 char *line[] = {"(", "ipaddr", ")", NULL}; test_cil_gen_ipaddr_noname_neg() local
16211 char *line[] = {"(", "ipaddr", "(", "ip", ")", "192.168.1.1", ")", NULL}; test_cil_gen_ipaddr_nameinparens_neg() local
16230 char *line[] = {"(", "ipaddr", "ip", ")", NULL}; test_cil_gen_ipaddr_noip_neg() local
16249 char *line[] = {"(", "ipaddr", "ip", "(", "192.168.1.1", ")", ")", NULL}; test_cil_gen_ipaddr_ipinparens_neg() local
16268 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", "extra", ")", NULL}; test_cil_gen_ipaddr_extra_neg() local
16287 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_gen_ipaddr_dbnull_neg() local
16302 char *line[] = {"(", ")", NULL}; test_cil_gen_ipaddr_currnull_neg() local
16321 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_gen_ipaddr_astnull_neg() local
16340 char *line[] = {"(", "type", "foo", ")", NULL}; test_cil_build_ast() local
16353 char *line[] = {"(", "test", "\\"qstring\\"", ")", ";comment", NULL}; test_cil_build_ast_dbnull_neg() local
16368 char *line[] = {"(", "test", "\\"qstring\\"", ")", ";comment", NULL}; test_cil_build_ast_astnull_neg() local
16383 char *line[] = {"(", "block", "test", "(", "block", "(", "type", "log", ")", ")", ")", NULL}; test_cil_build_ast_suberr_neg() local
16396 char *line[] = {"(", "allow", "test", "foo", "bar", "(", "read", "write", ")", ")", NULL}; test_cil_build_ast_treenull_neg() local
16413 char *line[] = {"(", "block", "test", "(", "type", "log", ")", ")", NULL}; test_cil_build_ast_node_helper_block() local
16431 char *line[] = {"(", "block", "(", "type", "log", ")", ")", NULL}; test_cil_build_ast_node_helper_block_neg() local
16450 char *line[] = {"(", "blockinherit", "test", ")", NULL}; test_cil_build_ast_node_helper_blockinherit() local
16468 char *line[] = {"(", "blockinherit", ")", NULL}; test_cil_build_ast_node_helper_blockinherit_neg() local
16487 char *line[] = {"(", "permissionset", "foo", "(", "read", "write", ")", ")", NULL}; test_cil_build_ast_node_helper_permset() local
16505 char *line[] = {"(", "permissionset", "foo", ")", NULL}; test_cil_build_ast_node_helper_permset_neg() local
16524 char *line[] = {"(", "in", "foo", "(", "allow", "test", "baz", "(", "char", "(", "read", ")", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_in() local
16542 char *line[] = {"(", "in", "foo", ")", NULL}; test_cil_build_ast_node_helper_in_neg() local
16560 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; test_cil_build_ast_node_helper_class() local
16578 char *line[] = {"(", "class", "(", "read", "write", "open", ")", ")", NULL}; test_cil_build_ast_node_helper_class_neg() local
16596 char *line[] = {"(", "classpermissionset", "foo", "(", "read", "(", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_classpermset() local
16614 char *line[] = {"(", "classpermissionset", "foo", ")", NULL}; test_cil_build_ast_node_helper_classpermset_neg() local
16633 char *line[] = {"(", "classmap", "files", "(", "read", "write", ")", ")", NULL}; test_cil_build_ast_node_helper_classmap() local
16651 char *line[] = {"(", "classmap", "(", "read", "write", ")", ")", NULL}; test_cil_build_ast_node_helper_classmap_neg() local
16669 char *line[] = {"(", "classmapping", "files", "read", "char_w", ")", NULL}; test_cil_build_ast_node_helper_classmapping() local
16687 char *line[] = {"(", "classmapping", "files", "read", ")", NULL}; test_cil_build_ast_node_helper_classmapping_neg() local
16705 char *line[] = {"(", "common", "test", "(", "read", "write", ")", ")", NULL}; test_cil_build_ast_node_helper_common() local
16723 char *line[] = {"(", "common", "(", "read", "write", ")", ")", NULL}; test_cil_build_ast_node_helper_common_neg() local
16741 char *line[] = {"(", "sid", "test", ")", NULL}; test_cil_build_ast_node_helper_sid() local
16759 char *line[] = {"(", "sid", "(", "blah", ")", ")", NULL}; test_cil_build_ast_node_helper_sid_neg() local
16777 char *line[] = {"(", "sidcontext", "test", "(", "blah", "blah", "blah", "(", "(", "s0", "(", "c0", ")", ")", "(", "s0", "(", "c0", ")", ")", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_sidcontext() local
16795 char *line[] = {"(", "sidcontext", "(", "blah", "blah", ")", ")", NULL}; test_cil_build_ast_node_helper_sidcontext_neg() local
16813 char *line[] = {"(", "user", "jimmypage", NULL}; test_cil_build_ast_node_helper_user() local
16831 char *line[] = {"(", "user", "foo", "bar", NULL}; test_cil_build_ast_node_helper_user_neg() local
16849 char *line[] = {"(", "userlevel", "johnpauljones", "level", NULL}; test_cil_build_ast_node_helper_userlevel() local
16867 char *line[] = {"(", "userlevel", "johnpauljones", NULL}; test_cil_build_ast_node_helper_userlevel_neg() local
16885 char *line[] = {"(", "userrange", "johnpauljones", "range", NULL}; test_cil_build_ast_node_helper_userrange() local
16903 char *line[] = {"(", "userrange", "johnpauljones", NULL}; test_cil_build_ast_node_helper_userrange_neg() local
16921 char *line[] = {"(", "type", "test", ")", NULL}; test_cil_build_ast_node_helper_type() local
16939 char *line[] = {"(", "type", ")", NULL}; test_cil_build_ast_node_helper_type_neg() local
16957 char *line[] = {"(", "typeattribute", "test", ")", NULL}; test_cil_build_ast_node_helper_attribute() local
16975 char *line[] = {"(", "typeattribute", ")", NULL}; test_cil_build_ast_node_helper_attribute_neg() local
16993 char *line[] = {"(", "typebounds", "foo", "bar", ")", NULL}; test_cil_build_ast_node_helper_typebounds() local
17010 char *line[] = {"(", "typebounds", "bar", ")", NULL}; test_cil_build_ast_node_helper_typebounds_neg() local
17028 char *line[] = {"(", "typepermissive", "foo", ")", NULL}; test_cil_build_ast_node_helper_typepermissive() local
17045 char *line[] = {"(", "typepermissive", ")", NULL}; test_cil_build_ast_node_helper_typepermissive_neg() local
17063 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_build_ast_node_helper_nametypetransition() local
17081 char *line[] = {"(", "nametypetransition", "str", "foo", "bar", "foobar", ")", NULL}; test_cil_build_ast_node_helper_nametypetransition_neg() local
17099 char *line[] = {"(", "rangetransition", "type_a", "type_b", "class", "(", "low_l", "high_l", ")", ")", NULL}; test_cil_build_ast_node_helper_rangetransition() local
17117 char *line[] = {"(", "rangetransition", ")", NULL}; test_cil_build_ast_node_helper_rangetransition_neg() local
17135 char *line[] = {"(", "booleanif", "(", "and", "foo", "bar", ")", test_cil_build_ast_node_helper_boolif() local
17155 char *line[] = {"(", "booleanif", "(", "*&", "foo", "bar", ")", test_cil_build_ast_node_helper_boolif_neg() local
17175 char *line[] = {"(", "true", "(", "allow", "foo", "bar", "baz", "(", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_condblock_true() local
17193 char *line[] = {"(", "true", "(", ")", ")", NULL}; test_cil_build_ast_node_helper_condblock_true_neg() local
17211 char *line[] = {"(", "false", "(", "allow", "foo", "bar", "baz", "(", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_condblock_false() local
17229 char *line[] = {"(", "false", "(", ")", ")", NULL}; test_cil_build_ast_node_helper_condblock_false_neg() local
17247 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_build_ast_node_helper_tunif() local
17267 char *line[] = {"(", "tunableif", "(", "*&", "foo", "bar", ")", test_cil_build_ast_node_helper_tunif_neg() local
17286 char *line[] = {"(", "typealias", ".test.type", "type_t", ")", "(", "type", "test", ")", NULL}; test_cil_build_ast_node_helper_typealias() local
17304 char *line[] = {"(", "typealias", ".test.type", ")", NULL}; test_cil_build_ast_node_helper_typealias_notype_neg() local
17323 char *line[] = {"(", "typeattribute", "type", ")", NULL}; test_cil_build_ast_node_helper_typeattribute() local
17342 char *line[] = {"(", "typeattribute", ".fail.type", ")", NULL}; test_cil_build_ast_node_helper_typeattribute_neg() local
17360 char *line[] = {"(", "typeattributeset", "filetypes", "(", "and", "test_t", "test2_t", ")", ")", NULL}; test_cil_build_ast_node_helper_typeattributeset() local
17378 char *line[] = {"(", "typeattributeset", "files", "(", ")", ")", NULL}; test_cil_build_ast_node_helper_typeattributeset_neg() local
17396 char *line[] = {"(", "userbounds", "user1", "user2", ")", NULL}; test_cil_build_ast_node_helper_userbounds() local
17414 char *line[] = {"(", "userbounds", "user1", ")", NULL}; test_cil_build_ast_node_helper_userbounds_neg() local
17432 char *line[] = {"(", "role", "test_r", ")", NULL}; test_cil_build_ast_node_helper_role() local
17450 char *line[] = {"(", "role", ")", NULL}; test_cil_build_ast_node_helper_role_neg() local
17468 char *line[] = {"(", "roletransition", "foo_r", "bar_t", "process", "foobar_r", ")", NULL}; test_cil_build_ast_node_helper_roletransition() local
17486 char *line[] = {"(", "roletransition", "foo_r", "bar_t", ")", NULL}; test_cil_build_ast_node_helper_roletransition_neg() local
17504 char *line[] = {"(", "roleallow", "staff_r", "sysadm_r", NULL}; test_cil_build_ast_node_helper_roleallow() local
17522 char *line[] = {"(", "roleallow", "staff_r", NULL}; test_cil_build_ast_node_helper_roleallow_neg() local
17540 char *line[] = {"(", "rolebounds", "role1", "role2", ")", NULL}; test_cil_build_ast_node_helper_rolebounds() local
17558 char *line[] = {"(", "rolebounds", "role1", ")", NULL}; test_cil_build_ast_node_helper_rolebounds_neg() local
17576 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_avrule_allow() local
17594 char *line[] = {"(", "allow", "foo", "bar", "(", "read", "write", ")", "blah", ")", NULL}; test_cil_build_ast_node_helper_avrule_allow_neg() local
17612 char *line[] = {"(", "auditallow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_avrule_auditallow() local
17630 char *line[] = {"(", "auditallow", "foo", "bar", "(", "read", "write", ")", "blah", ")", NULL}; test_cil_build_ast_node_helper_avrule_auditallow_neg() local
17648 char *line[] = {"(", "dontaudit", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_avrule_dontaudit() local
17666 char *line[] = {"(", "dontaudit", "foo", "bar", "(", "read", "write", ")", "blah", ")", NULL}; test_cil_build_ast_node_helper_avrule_dontaudit_neg() local
17684 char *line[] = {"(", "neverallow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_avrule_neverallow() local
17702 char *line[] = {"(", "neverallow", "foo", "bar", "(", "read", "write", ")", "blah", ")", NULL}; test_cil_build_ast_node_helper_avrule_neverallow_neg() local
17720 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_build_ast_node_helper_type_rule_transition() local
17738 char *line[] = {"(", "typetransition", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_build_ast_node_helper_type_rule_transition_neg() local
17756 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_build_ast_node_helper_type_rule_change() local
17774 char *line[] = {"(", "typechange", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_build_ast_node_helper_type_rule_change_neg() local
17792 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", ")", NULL}; test_cil_build_ast_node_helper_type_rule_member() local
17810 char *line[] = {"(", "typemember", "foo", "bar", "file", "foobar", "extra", ")", NULL}; test_cil_build_ast_node_helper_type_rule_member_neg() local
17828 char *line[] = {"(", "boolean", "foo", "true", ")", NULL}; test_cil_build_ast_node_helper_bool() local
17846 char *line[] = {"(", "boolean", "foo", ")", NULL}; test_cil_build_ast_node_helper_bool_neg() local
17864 char *line[] = {"(", "tunable", "foo", "true", ")", NULL}; test_cil_build_ast_node_helper_bool_tunable() local
17882 char *line[] = {"(", "tunable", "foo", ")", NULL}; test_cil_build_ast_node_helper_bool_tunable_neg() local
17900 char *line[] = {"(", "sensitivity", "s0", ")", NULL}; test_cil_build_ast_node_helper_sensitivity() local
17918 char *line[] = {"(", "sensitivity", "s0", "extra", ")", NULL}; test_cil_build_ast_node_helper_sensitivity_neg() local
17936 char *line[] = {"(", "sensitivityalias", "s0", "alias", ")", NULL}; test_cil_build_ast_node_helper_sensalias() local
17954 char *line[] = {"(", "sensitivityalias", "s0", "alias", "extra", ")", NULL}; test_cil_build_ast_node_helper_sensalias_neg() local
17972 char *line[] = {"(", "category", "c0", ")", NULL}; test_cil_build_ast_node_helper_category() local
17990 char *line[] = {"(", "category", ")", NULL}; test_cil_build_ast_node_helper_category_neg() local
18008 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", ")", ")", NULL}; test_cil_build_ast_node_helper_catset() local
18026 char *line[] = {"(", "categoryset", "somecats", "(", "c0", "c1", "c2", ")", "extra", ")", NULL}; test_cil_build_ast_node_helper_catset_neg() local
18044 char *line[] = {"(", "categoryorder", "(", "c0", "c1", "c2", ")", ")", NULL}; test_cil_build_ast_node_helper_catorder() local
18062 char *line[] = {"(", "categoryorder", "c0", "c1", "c2", "extra", ")", NULL}; test_cil_build_ast_node_helper_catorder_neg() local
18080 char *line[] = {"(", "categoryalias", "c0", "red", ")", NULL}; test_cil_build_ast_node_helper_catalias() local
18098 char *line[] = {"(", "categoryalias", "range", "(", "c0", "c1", ")", ")", NULL}; test_cil_build_ast_node_helper_catalias_neg() local
18116 char *line[] = {"(", "categoryrange", "range", "(", "c0", "c1", ")", ")", NULL}; test_cil_build_ast_node_helper_catrange() local
18134 char *line[] = {"(", "categoryrange", ")", NULL}; test_cil_build_ast_node_helper_catrange_neg() local
18152 char *line[] = {"(", "roletype", "admin_r", "admin_t", ")", NULL}; test_cil_build_ast_node_helper_roletype() local
18171 char *line[] = {"(", "roletype", "(", "admin_r", ")", "admin_t", ")", NULL}; test_cil_build_ast_node_helper_roletype_neg() local
18189 char *line[] = {"(", "userrole", "staff_u", "staff_r", ")", NULL}; test_cil_build_ast_node_helper_userrole() local
18207 char *line[] = {"(", "userrole", "staff_u", "(", "staff_r", ")", ")", NULL}; test_cil_build_ast_node_helper_userrole_neg() local
18225 char *line[] = {"(", "classcommon", "foo", "foo", NULL}; test_cil_build_ast_node_helper_gen_classcommon() local
18243 char *line[] = {"(", "classcommon", "staff_u", ")", NULL}; test_cil_build_ast_node_helper_gen_classcommon_neg() local
18261 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_build_ast_node_helper_gen_dominance() local
18282 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_build_ast_node_helper_gen_dominance_neg() local
18303 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_build_ast_node_helper_gen_senscat() local
18327 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_build_ast_node_helper_gen_senscat_neg() local
18351 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_build_ast_node_helper_gen_level() local
18371 char *line[] = {"(", "sensitivity", "s0", ")", test_cil_build_ast_node_helper_gen_level_neg() local
18391 char *line[] = {"(", "levelrange", "range", "(", "low", "high", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_levelrange() local
18409 char *line[] = {"(", "levelrange", "range", ")", NULL}; test_cil_build_ast_node_helper_gen_levelrange_neg() local
18427 char *line[] = {"(", "constrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "r1", "r2", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_constrain() local
18445 char *line[] = {"(", "constrain", ")", NULL}; test_cil_build_ast_node_helper_gen_constrain_neg() local
18463 char *line[] = {"(", "mlsconstrain", "(", "file", "(", "create", "relabelto", ")", ")", "(", "eq", "l2", "h2", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_mlsconstrain() local
18481 char *line[] = {"(", "mlsconstrain", ")", NULL}; test_cil_build_ast_node_helper_gen_mlsconstrain_neg() local
18499 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", "node_lo_t", "(", "low", "high", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_context() local
18517 char *line[] = {"(", "context", "localhost_node_label", "(", "system_u", "object_r", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_context_neg() local
18535 char *line[] = {"(", "filecon", "root", "path", "file", "context", NULL}; test_cil_build_ast_node_helper_gen_filecon() local
18553 char *line[] = {"(", "filecon", ")", NULL}; test_cil_build_ast_node_helper_gen_filecon_neg() local
18571 char *line[] = {"(", "portcon", "udp", "25", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_portcon() local
18589 char *line[] = {"(", "portcon", ")", NULL}; test_cil_build_ast_node_helper_gen_portcon_neg() local
18607 char *line[] = {"(", "nodecon", "ipaddr", "ipaddr", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_nodecon() local
18625 char *line[] = {"(", "nodecon", ")", NULL}; test_cil_build_ast_node_helper_gen_nodecon_neg() local
18643 char *line[] = {"(", "genfscon", "type", "path", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_genfscon() local
18661 char *line[] = {"(", "genfscon", ")", NULL}; test_cil_build_ast_node_helper_gen_genfscon_neg() local
18679 char *line[] = {"(", "netifcon", "eth1", test_cil_build_ast_node_helper_gen_netifcon() local
18699 char *line[] = {"(", "netifcon", ")", NULL}; test_cil_build_ast_node_helper_gen_netifcon_neg() local
18717 char *line[] = {"(", "pirqcon", "1", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_pirqcon() local
18735 char *line[] = {"(", "pirqcon", ")", NULL}; test_cil_build_ast_node_helper_gen_pirqcon_neg() local
18753 char *line[] = {"(", "iomemcon", "1", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_iomemcon() local
18771 char *line[] = {"(", "iomemcon", ")", NULL}; test_cil_build_ast_node_helper_gen_iomemcon_neg() local
18789 char *line[] = {"(", "ioportcon", "1", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_ioportcon() local
18807 char *line[] = {"(", "ioportcon", ")", NULL}; test_cil_build_ast_node_helper_gen_ioportcon_neg() local
18825 char *line[] = {"(", "pcidevicecon", "1", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_pcidevicecon() local
18843 char *line[] = {"(", "pcidevicecon", ")", NULL}; test_cil_build_ast_node_helper_gen_pcidevicecon_neg() local
18861 char *line[] = {"(", "fsuse", "xattr", "ext3", "con", ")", NULL}; test_cil_build_ast_node_helper_gen_fsuse() local
18879 char *line[] = {"(", "fsuse", ")", NULL}; test_cil_build_ast_node_helper_gen_fsuse_neg() local
18897 char *line[] = {"(", "macro", "mm", "(", "(", "type", "a", ")", ")", "(", "type", "b", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_macro() local
18915 char *line[] = {"(", "macro", "mm", "(", "(", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_macro_neg() local
18933 char *line[] = {"(", "macro", "mm", "(", "(", "type", "a", ")", ")", "(", "type", "b", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_macro_nested_macro_neg() local
18962 char *line[] = {"(", "tunableif", "(", "and", "foo", "bar", ")", test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg() local
18992 char *line[] = {"(", "call", "mm", "(", "foo", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_call() local
19010 char *line[] = {"(", "call", ")", NULL}; test_cil_build_ast_node_helper_gen_call_neg() local
19028 char *line[] = {"(", "optional", "opt", "(", "allow", "foo", "bar", "(", "file", "(", "read", ")", ")", ")", ")", NULL}; test_cil_build_ast_node_helper_gen_optional() local
19046 char *line[] = {"(", "optional", ")", NULL}; test_cil_build_ast_node_helper_gen_optional_neg() local
19064 char *line[] = {"(", "policycap", "open_perms", ")", NULL}; test_cil_build_ast_node_helper_gen_policycap() local
19082 char *line[] = {"(", "policycap", ")", NULL}; test_cil_build_ast_node_helper_gen_policycap_neg() local
19100 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_build_ast_node_helper_gen_ipaddr() local
19118 char *line[] = {"(", "ipaddr", ")", NULL}; test_cil_build_ast_node_helper_gen_ipaddr_neg() local
19136 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_build_ast_node_helper_extraargsnull_neg() local
19153 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_build_ast_last_child_helper() local
19168 char *line[] = {"(", "ipaddr", "ip", "192.168.1.1", ")", NULL}; test_cil_build_ast_last_child_helper_extraargsnull_neg() local
[all...]
/third_party/icu/icu4c/source/test/depstest/
H A Ddependencies.py65 def _RemoveComment(line):
68 index = line.find("#") # Remove trailing comment.
69 if index >= 0: line = line[:index]
70 return line.rstrip() # Remove trailing newlines etc.
74 line = _RemoveComment(next(f))
75 if line: return line
81 line = _ReadLine(deps_file)
82 if not line
[all...]
/third_party/python/Doc/tools/
H A Drstlint.py25 'important', 'include', 'line-block', 'list-table', 'meta', 'note',
175 for lno, line in enumerate(lines, start=1):
176 if seems_directive_re.search(line):
178 if three_dot_directive_re.search(line):
180 if double_backtick_role.search(line):
182 if role_with_no_backticks.search(line):
184 if role_glued_with_word.search(line):
186 if ".. productionlist::" in line:
188 elif not inprod and default_role_re.search(line):
190 elif inprod and not line
[all...]
/third_party/openssl/crypto/perlasm/
H A Darm-xlate.pl99 my $line = join(",",@_);
100 if ($line =~ /^"(.*)"$/)
136 my $line = shift;
139 pos($line)=0;
141 while ($line =~ m/\G[^@\/\{\"]*/g) {
142 if ($line =~ m/\G(@|\/\/|$)/gc) {
145 elsif ($line =~ m/\G\{/gc) {
146 my $saved_pos = pos($line);
147 $line =~ s/\G([rdqv])([0-9]+)([^\-]*)\-\1([0-9]+)\3/range($1,$3,$2,$4)/e;
148 pos($line)
[all...]
/third_party/python/Python/
H A Ddynamic_annotations.c48 void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate() argument
50 void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy() argument
52 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired() argument
54 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased() argument
56 void AnnotateBarrierInit(const char *file, int line, in AnnotateBarrierInit() argument
59 void AnnotateBarrierWaitBefore(const char *file, int line, in AnnotateBarrierWaitBefore() argument
61 void AnnotateBarrierWaitAfter(const char *file, int line, in AnnotateBarrierWaitAfter() argument
63 void AnnotateBarrierDestroy(const char *file, int line, in AnnotateBarrierDestroy() argument
66 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait() argument
69 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal() argument
71 AnnotateCondVarSignalAll(const char *file, int line, const volatile void *cv) AnnotateCondVarSignalAll() argument
73 AnnotatePublishMemoryRange(const char *file, int line, const volatile void *address, long size) AnnotatePublishMemoryRange() argument
76 AnnotateUnpublishMemoryRange(const char *file, int line, const volatile void *address, long size) AnnotateUnpublishMemoryRange() argument
79 AnnotatePCQCreate(const char *file, int line, const volatile void *pcq) AnnotatePCQCreate() argument
81 AnnotatePCQDestroy(const char *file, int line, const volatile void *pcq) AnnotatePCQDestroy() argument
83 AnnotatePCQPut(const char *file, int line, const volatile void *pcq) AnnotatePCQPut() argument
85 AnnotatePCQGet(const char *file, int line, const volatile void *pcq) AnnotatePCQGet() argument
87 AnnotateNewMemory(const char *file, int line, const volatile void *mem, long size) AnnotateNewMemory() argument
90 AnnotateExpectRace(const char *file, int line, const volatile void *mem, const char *description) AnnotateExpectRace() argument
93 AnnotateBenignRace(const char *file, int line, const volatile void *mem, const char *description) AnnotateBenignRace() argument
96 AnnotateBenignRaceSized(const char *file, int line, const volatile void *mem, long size, const char *description) AnnotateBenignRaceSized() argument
100 AnnotateMutexIsUsedAsCondVar(const char *file, int line, const volatile void *mu) AnnotateMutexIsUsedAsCondVar() argument
102 AnnotateTraceMemory(const char *file, int line, const volatile void *arg) AnnotateTraceMemory() argument
104 AnnotateThreadName(const char *file, int line, const char *name) AnnotateThreadName() argument
106 AnnotateIgnoreReadsBegin(const char *file, int line) AnnotateIgnoreReadsBegin() argument
107 AnnotateIgnoreReadsEnd(const char *file, int line) AnnotateIgnoreReadsEnd() argument
108 AnnotateIgnoreWritesBegin(const char *file, int line) AnnotateIgnoreWritesBegin() argument
109 AnnotateIgnoreWritesEnd(const char *file, int line) AnnotateIgnoreWritesEnd() argument
110 AnnotateIgnoreSyncBegin(const char *file, int line) AnnotateIgnoreSyncBegin() argument
111 AnnotateIgnoreSyncEnd(const char *file, int line) AnnotateIgnoreSyncEnd() argument
112 AnnotateEnableRaceDetection(const char *file, int line, int enable) AnnotateEnableRaceDetection() argument
113 AnnotateNoOp(const char *file, int line, const volatile void *arg) AnnotateNoOp() argument
115 AnnotateFlushState(const char *file, int line) AnnotateFlushState() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Darm-xlate.pl99 my $line = join(",",@_);
100 if ($line =~ /^"(.*)"$/)
119 my $line = shift;
122 pos($line)=0;
124 while ($line =~ m/\G[^@\/\{\"]*/g) {
125 if ($line =~ m/\G(@|\/\/|$)/gc) {
128 elsif ($line =~ m/\G\{/gc) {
129 my $saved_pos = pos($line);
130 $line =~ s/\G([rdqv])([0-9]+)([^\-]*)\-\1([0-9]+)\3/range($1,$3,$2,$4)/e;
131 pos($line)
[all...]
/third_party/curl/src/
H A Dtool_parsecfg.c44 static const char *unslashquote(const char *line, char *param);
122 char *line; in parseconfig() local
136 line = curlx_dyn_ptr(&buf); in parseconfig()
137 if(!line) { in parseconfig()
142 /* line with # in the first non-blank column is a comment! */ in parseconfig()
143 while(*line && ISSPACE(*line)) in parseconfig()
144 line++; in parseconfig()
146 switch(*line) { in parseconfig()
158 option = line; in parseconfig()
297 unslashquote(const char *line, char *param) unslashquote() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcomment_convert.py11 # It doesn't attempt to deal with line continuations, etc.
12 # so you may want to "join line" on your def statements
36 "Whether we generate simple, single-line quotes for single line comments."
42 "Have we read our first non-comment line yet?"
44 def output_line(self, line=None):
45 if line:
46 self.output_lines.append(line)
50 def output_normal_line(self, line):
51 # flush any comment lines we had stored and output this line
[all...]
H A Dreflib.py42 def setLogLine(line):
44 logLine = line
47 """Generate prefix for a diagnostic line using metadata and severity"""
56 msg = msg + ' line ' + str(logLine)
131 """index of first line of the page (heuristic or // refBegin)"""
134 """index of include:: line defining the page"""
137 """index of first line of parameter/member definitions"""
140 """index of first line of body text"""
146 """index of last line of the page (heuristic validity include, or // refEnd)"""
152 """cross-references on // refEnd line, i
[all...]
/third_party/libsnd/Scripts/
H A Dcstyle.py19 test for correctness. Preprocessing works on a single line at a time but
20 maintains state between consecutive lines so it can preprocessess multi-line
23 - Strip C++ style comments from a line.
25 ends on the same line it will be replaced with 'comment'.
46 def __call__ (self, line):
48 Strip the provided line of C and C++ comments. Stripping of multi-line
52 line = self.define_hack_re.sub (r'\1 (', line)
54 line
[all...]
/third_party/protobuf/
H A Dupdate_version.py67 # document.toxml() always prepend the XML version without inserting new line.
83 for line in lines:
84 updated_lines.append(line_rewriter(line))
94 lambda line : re.sub(
98 line))
104 def RewriteCommon(line):
105 line = re.sub(
108 line)
109 line = re.sub(
112 line)
[all...]
/third_party/mesa3d/src/amd/registers/
H A Dmakeregheader.py191 lines.sort(key=lambda line: (line.address, line.name))
194 for line in lines:
196 if prev and prev.address == line.address and prev.name == line.name:
197 prev.chips.update(line.chips)
198 prev.type_refs.update(line.type_refs)
200 self.register_lines.append(line)
204 lines.sort(key=lambda line
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-deserialize-text.hh2 #line 1 "hb-buffer-deserialize-text.rl"
35 #line 36 "hb-buffer-deserialize-text.hh"
404 #line 114 "hb-buffer-deserialize-text.rl"
427 #line 428 "hb-buffer-deserialize-text.hh" in _hb_buffer_deserialize_text()
432 #line 433 "hb-buffer-deserialize-text.hh" in _hb_buffer_deserialize_text()
458 #line 38 "hb-buffer-deserialize-text.rl" in _hb_buffer_deserialize_text()
465 #line 51 "hb-buffer-deserialize-text.rl" in _hb_buffer_deserialize_text()
471 #line 55 "hb-buffer-deserialize-text.rl" in _hb_buffer_deserialize_text()
475 #line 56 "hb-buffer-deserialize-text.rl" in _hb_buffer_deserialize_text()
479 #line 5 in _hb_buffer_deserialize_text()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser_unittest.cpp38 bool load(const std::string &line) in load() argument
42 return parser.loadTestExpectations(config, line); in load()
46 return parser.loadAllTestExpectations(line); in load()
70 std::string line = in TEST_P() local
72 EXPECT_TRUE(load(line)); in TEST_P()
82 std::string line = in TEST_P() local
84 EXPECT_TRUE(load(line)); in TEST_P()
94 std::string line = in TEST_P() local
96 EXPECT_TRUE(load(line)); in TEST_P()
106 std::string line in TEST_P() local
118 std::string line = TEST_P() local
131 std::string line = TEST_P() local
144 std::string line = TEST_P() local
157 std::string line = TEST_P() local
169 std::string line = TEST_P() local
181 std::string line = TEST_P() local
195 std::string line = TEST_P() local
206 std::string line = R"( : dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max = SKIP)"; TEST_P() local
222 std::string line = TEST_P() local
238 std::string line = R"(100 dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max = SKIP)"; TEST_P() local
254 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.* = SKIP)"; TEST_P() local
268 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max SKIP)"; TEST_P() local
283 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max =)"; TEST_P() local
298 std::string line = TEST_P() local
322 std::string line = TEST_P() local
339 std::string line = TEST_P() local
351 std::string line = TEST_P() local
370 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.* = FAIL TEST_P() local
394 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.* = SKIP TEST_P() local
[all...]
/third_party/curl/scripts/
H A Dchecksrc.pl62 'BANNEDPREPROC' => 'a banned symbol was used on a preprocessor line',
63 'BRACEELSE' => '} else on the same line',
72 'EMPTYLINEBRACE' => 'Empty line before the open brace',
80 'SPACEBEFORELABEL' => 'labels not at the start of the line',
84 'ONELINECONDITION' => 'conditional block on the same line as the if()',
98 'TRAILINGSPACE' => 'Trailing whitespace on the line',
145 die "Invalid format in $dir/.checksrc on line $i\n";
152 my ($name, $num, $col, $file, $line, $msg, $error) = @_;
162 if($skiplist{$line}) {
172 enable_warn($name, $num, $file, $line);
[all...]

Completed in 35 milliseconds

12345678910>>...153