Lines Matching full:info
82 parse_info_t * info, semanage_fcontext_t * fcontext)
88 if (parse_skip_space(handle, info) < 0)
90 if (!info->ptr)
94 if (parse_fetch_string(handle, info, &str, ' ') < 0)
102 if (parse_assert_space(handle, info) < 0)
104 if (parse_fetch_string(handle, info, &str, ' ') < 0)
126 if (parse_assert_space(handle, info) < 0)
128 if (parse_fetch_string(handle, info, &str, ' ') < 0)
134 str, info->filename, info->lineno, info->orig_line);
143 if (parse_assert_space(handle, info) < 0)
150 parse_dispose_line(info);
157 parse_dispose_line(info);