/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | nodes_file.c | 80 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 D | seusers_file.c | 56 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 D | interfaces_file.c | 75 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 D | fcontexts_file.c | 93 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 D | users_base_file.c | 86 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 D | users_extra_file.c | 60 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 D | ibendports_file.c | 78 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 D | ibpkeys_file.c | 83 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 D | ports_file.c | 80 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 D | parse_utils.c | 242 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 D | parse_utils.h | 78 extern int parse_fetch_string(semanage_handle_t * handle,
|
H A D | booleans_file.c | 51 if (parse_fetch_string(handle, info, &str, '=', 0) < 0) in bool_parse()
|