Home | History | Annotate | Download | only in src

Lines Matching full:info

62 		      parse_info_t * info, semanage_node_t * node)
69 if (parse_skip_space(handle, info) < 0)
71 if (!info->ptr)
75 if (parse_assert_str(handle, info, "nodecon") < 0)
77 if (parse_assert_space(handle, info) < 0)
81 if (parse_fetch_string(handle, info, &str, ' ') < 0)
89 info->filename, info->lineno, info->orig_line);
98 if (parse_assert_space(handle, info) < 0)
100 if (parse_fetch_string(handle, info, &str, ' ') < 0)
104 if (parse_assert_space(handle, info) < 0)
110 if (parse_fetch_string(handle, info, &str, ' ') < 0)
114 if (parse_assert_space(handle, info) < 0)
120 if (parse_fetch_string(handle, info, &str, ' ') < 0)
124 str, info->filename, info->lineno, info->orig_line);
129 "for nodes (%s: %u):\n%s", info->filename,
130 info->lineno, info->orig_line);
139 if (parse_assert_space(handle, info) < 0)
146 parse_dispose_line(info);
153 parse_dispose_line(info);