Home | History | Annotate | Download | only in src

Lines Matching full:handle

17 #include <semanage/handle.h>
23 static int bool_print(semanage_handle_t * handle,
31 ERR(handle, "could not print boolean %s to stream", name);
38 static int bool_parse(semanage_handle_t * handle,
45 if (parse_skip_space(handle, info) < 0)
51 if (parse_fetch_string(handle, info, &str, '=') < 0)
54 if (semanage_bool_set_name(handle, boolean, str) < 0)
60 if (parse_skip_space(handle, info) < 0)
62 if (parse_assert_ch(handle, info, '=') < 0)
66 if (parse_skip_space(handle, info) < 0)
76 else if (parse_fetch_int(handle, info, &value, ' ') < 0)
80 ERR(handle, "invalid boolean value for \"%s\": %u "
87 if (parse_assert_space(handle, info) < 0)
97 ERR(handle, "could not parse boolean record");
109 int bool_file_dbase_init(semanage_handle_t * handle,
115 if (dbase_file_init(handle,