Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsemanage/src/
H A Dnodes_file.c80 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in node_parse()
99 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in node_parse()
109 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in node_parse()
119 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in node_parse()
H A Dseusers_file.c56 if (parse_fetch_string(handle, info, &str, ':', 1) < 0) in seuser_parse()
71 if (parse_fetch_string(handle, info, &str, ':', 1) < 0) in seuser_parse()
86 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in seuser_parse()
H A Dinterfaces_file.c75 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in iface_parse()
85 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in iface_parse()
109 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in iface_parse()
H A Dfcontexts_file.c93 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in fcontext_parse()
103 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in fcontext_parse()
127 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in fcontext_parse()
H A Dusers_base_file.c86 if (parse_fetch_string(handle, info, &name_str, ' ', 0) < 0) in user_base_parse()
153 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in user_base_parse()
168 if (parse_fetch_string(handle, info, &str, ';', 1) < 0) in user_base_parse()
H A Dusers_extra_file.c60 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in user_extra_parse()
76 if (parse_fetch_string(handle, info, &str, ';', 1) < 0) in user_extra_parse()
H A Dibendports_file.c78 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in ibendport_parse()
95 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in ibendport_parse()
H A Dibpkeys_file.c83 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in ibpkey_parse()
118 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in ibpkey_parse()
H A Dports_file.c80 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in port_parse()
126 if (parse_fetch_string(handle, info, &str, ' ', 0) < 0) in port_parse()
H A Dparse_utils.c242 if (parse_fetch_string(handle, info, &str, delim, 0) < 0) in parse_fetch_int()
269 int parse_fetch_string(semanage_handle_t * handle, in parse_fetch_string() function
H A Dparse_utils.h78 extern int parse_fetch_string(semanage_handle_t * handle,
H A Dbooleans_file.c51 if (parse_fetch_string(handle, info, &str, '=', 0) < 0) in bool_parse()