Home
last modified time | relevance | path

Searched refs:in_list (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Drfc2131.c1745 static int in_list(unsigned char *list, int opt) in in_list() function
2072 in_list(req_options, OPTION_SNAME)) in do_options()
2082 in_list(req_options, OPTION_FILENAME)) in do_options()
2097 if ((!req_options || !in_list(req_options, OPTION_FILENAME)) && mess->file[0] == 0 && in do_options()
2104 if ((!req_options || !in_list(req_options, OPTION_SNAME)) && in do_options()
2151 in_list(req_options, OPTION_ROUTER) && in do_options()
2155 if (in_list(req_options, OPTION_DNSSERVER) && in do_options()
2160 if (domain && in_list(req_options, OPTION_DOMAINNAME) && in do_options()
2167 if (in_list(req_options, OPTION_HOSTNAME) && in do_options()
2218 if (!(opt->flags & DHOPT_FORCE) && !in_list(req_options, optno)) in do_options()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c64 struct cil_list *in_list; member
2406 struct cil_list *ins = args->in_list; in cil_resolve_in_list()
3310 struct cil_list *ins = args->in_list; in __cil_resolve_ast_node()
3799 extra_args.in_list = NULL; in cil_resolve_ast()
3807 cil_list_init(&extra_args.in_list, CIL_IN); in cil_resolve_ast()
3821 cil_list_destroy(&extra_args.in_list, CIL_FALSE); in cil_resolve_ast()
3926 cil_list_destroy(&extra_args.in_list, CIL_FALSE); in cil_resolve_ast()