Searched refs:parse_fetch_string (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsemanage/src/ |
D | nodes_file.c | 81 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()
|
D | seusers_file.c | 56 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()
|
D | fcontexts_file.c | 94 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()
|
D | interfaces_file.c | 76 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()
|
D | users_base_file.c | 86 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()
|
D | users_extra_file.c | 60 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()
|
D | ports_file.c | 81 if (parse_fetch_string(handle, info, &str, ' ') < 0) in port_parse() 123 if (parse_fetch_string(handle, info, &str, ' ') < 0) in port_parse()
|
D | parse_utils.h | 79 extern int parse_fetch_string(semanage_handle_t * handle,
|
D | parse_utils.c | 242 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
|
D | booleans_file.c | 51 if (parse_fetch_string(handle, info, &str, '=') < 0) in bool_parse()
|