Home
last modified time | relevance | path

Searched refs:parse_fetch_string (Results 1 – 12 of 12) sorted by relevance

/external/selinux/libsemanage/src/
Dnodes_file.c81 if (parse_fetch_string(handle, info, &str, ' ') < 0) in node_parse()
100 if (parse_fetch_string(handle, info, &str, ' ') < 0) in node_parse()
110 if (parse_fetch_string(handle, info, &str, ' ') < 0) in node_parse()
120 if (parse_fetch_string(handle, info, &str, ' ') < 0) in node_parse()
Dseusers_file.c56 if (parse_fetch_string(handle, info, &str, ':') < 0) in seuser_parse()
71 if (parse_fetch_string(handle, info, &str, ':') < 0) in seuser_parse()
86 if (parse_fetch_string(handle, info, &str, ' ') < 0) in seuser_parse()
Dfcontexts_file.c94 if (parse_fetch_string(handle, info, &str, ' ') < 0) in fcontext_parse()
104 if (parse_fetch_string(handle, info, &str, ' ') < 0) in fcontext_parse()
128 if (parse_fetch_string(handle, info, &str, ' ') < 0) in fcontext_parse()
Dinterfaces_file.c76 if (parse_fetch_string(handle, info, &str, ' ') < 0) in iface_parse()
86 if (parse_fetch_string(handle, info, &str, ' ') < 0) in iface_parse()
110 if (parse_fetch_string(handle, info, &str, ' ') < 0) in iface_parse()
Dusers_base_file.c86 if (parse_fetch_string(handle, info, &name_str, ' ') < 0) in user_base_parse()
153 if (parse_fetch_string(handle, info, &str, ' ') < 0) in user_base_parse()
169 if (parse_fetch_string(handle, info, &str, ';') < 0) in user_base_parse()
Dusers_extra_file.c60 if (parse_fetch_string(handle, info, &str, ' ') < 0) in user_extra_parse()
76 if (parse_fetch_string(handle, info, &str, ';') < 0) in user_extra_parse()
Dibendports_file.c79 if (parse_fetch_string(handle, info, &str, ' ') < 0) in ibendport_parse()
96 if (parse_fetch_string(handle, info, &str, ' ') < 0) in ibendport_parse()
Dibpkeys_file.c84 if (parse_fetch_string(handle, info, &str, ' ') < 0) in ibpkey_parse()
119 if (parse_fetch_string(handle, info, &str, ' ') < 0) in ibpkey_parse()
Dports_file.c81 if (parse_fetch_string(handle, info, &str, ' ') < 0) in port_parse()
123 if (parse_fetch_string(handle, info, &str, ' ') < 0) in port_parse()
Dparse_utils.c242 if (parse_fetch_string(handle, info, &str, delim) < 0) in parse_fetch_int()
269 int parse_fetch_string(semanage_handle_t * handle, in parse_fetch_string() function
Dparse_utils.h79 extern int parse_fetch_string(semanage_handle_t * handle,
Dbooleans_file.c51 if (parse_fetch_string(handle, info, &str, '=') < 0) in bool_parse()