Home
last modified time | relevance | path

Searched refs:match_arg (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/honeyd/honeyd-1.5c/
H A Dparse.y990 if (($$.match_arg = malloc(sizeof(fp))) == NULL)
992 memcpy($$.match_arg, &fp, sizeof(fp));
999 if (($$.match_arg = malloc(sizeof(struct addr))) == NULL)
1001 memcpy($$.match_arg, &$4, sizeof(struct addr));
1007 if (($$.match_arg = malloc(sizeof(struct addr))) == NULL)
1009 memcpy($$.match_arg, &$4, sizeof(struct addr));
1015 if (($$.match_arg = malloc(sizeof(struct condition_time))) == NULL)
1017 memcpy($$.match_arg, &$2, sizeof(struct condition_time));
1023 if (($$.match_arg = malloc(sizeof(struct addr))) == NULL)
1025 memcpy($$.match_arg, &$1, sizeof(int));
[all …]
H A Dconfig.c204 cond->match(cond->tmpl, ip, iplen, cond->match_arg)) in template_dynamic()
334 if (cond->match_arg) in template_deallocate()
335 free(cond->match_arg); in template_deallocate()
835 if (condition == NULL || condition->match_arg == NULL) in template_insert_dynamic()
838 if ((cond->match_arg = malloc(cond->match_arglen)) == NULL) in template_insert_dynamic()
841 memcpy(cond->match_arg, condition->match_arg, cond->match_arglen); in template_insert_dynamic()
H A Dparse.c1982 if ((yyval.condition.match_arg = malloc(sizeof(fp))) == NULL) in yyparse()
1984 memcpy(yyval.condition.match_arg, &fp, sizeof(fp)); in yyparse()
1993 if ((yyval.condition.match_arg = malloc(sizeof(struct addr))) == NULL) in yyparse()
1995 memcpy(yyval.condition.match_arg, &yyvsp[0].addr, sizeof(struct addr)); in yyparse()
2003 if ((yyval.condition.match_arg = malloc(sizeof(struct addr))) == NULL) in yyparse()
2005 memcpy(yyval.condition.match_arg, &yyvsp[0].addr, sizeof(struct addr)); in yyparse()
2013 if ((yyval.condition.match_arg = malloc(sizeof(struct condition_time))) == NULL) in yyparse()
2015 memcpy(yyval.condition.match_arg, &yyvsp[0].timecondition, sizeof(struct condition_time)); in yyparse()
2023 if ((yyval.condition.match_arg = malloc(sizeof(struct addr))) == NULL) in yyparse()
2025 memcpy(yyval.condition.match_arg, &yyvsp[0].number, sizeof(int)); in yyparse()
[all …]
H A Dcondition.h45 void *match_arg; member
/dports/net/quagga/quagga-1.2.4/lib/
H A Droutemap.h165 const char *match_arg);
170 const char *match_arg);
H A Droutemap.c527 const char *match_arg) in route_map_add_match() argument
543 compile= (*cmd->func_compile)(match_arg); in route_map_add_match()
565 if (match_arg) in route_map_add_match()
566 rule->rule_str = XSTRDUP (MTYPE_ROUTE_MAP_RULE_STR, match_arg); in route_map_add_match()
586 const char *match_arg) in route_map_delete_match() argument
597 (rulecmp (rule->rule_str, match_arg) == 0 || match_arg == NULL)) in route_map_delete_match()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/arg/
H A Dhydra_arg.c9 static HYD_status match_arg(char ***argv_p, struct HYD_arg_match_table *match_table) in match_arg() function
68 status = match_arg(argv, match_table); in HYD_arg_parse_array()
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_timed.c364 struct rtpp_timed_match_wi_arg match_arg; in rtpp_timed_cancel() local
370 match_arg.wi_dsize = rtcp->wi_dsize; in rtpp_timed_cancel()
371 match_arg.wi_data = wi_data; in rtpp_timed_cancel()
373 &match_arg); in rtpp_timed_cancel()
/dports/math/R-cran-MatchIt/MatchIt/R/
H A Dmatchit2_methods.R23 estimand <- match_arg(estimand, c("ATT", "ATC", "ATE"))
59 estimand <- match_arg(estimand, c("ATT", "ATC", "ATE"))
103 estimand <- match_arg(estimand, c("ATT", "ATC", "ATE"))
265 estimand <- match_arg(estimand, c("ATT", "ATC"))
449 estimand <- match_arg(estimand, c("ATT", "ATC"))
476 else m.order <- match_arg(m.order, c("largest", "smallest", "random", "data"))
484 m.order <- match_arg(m.order, c("data", "random"))
717 estimand <- match_arg(estimand, c("ATT", "ATC"))
885 m.order <- match_arg(m.order, c("data", "random"))
1000 estimand <- match_arg(estimand, c("ATT", "ATC", "ATE"))
[all …]
H A Dcem_matchit.R13 …k2k.method <- match_arg(k2k.method, c("mahalanobis", "euclidean", "maximum", "manhattan", "canberr…
90 bins <- match_arg(tolower(bins), c("sturges", "fd", "scott"))
H A Ddiscard.R17 option <- match_arg(option, c("none", "both", "control", "treated"))
H A Dmatch.qoi.R32 s.d.denom <- match_arg(s.d.denom, c("treated", "control", "pooled"))
91 s.d.denom <- match_arg(s.d.denom, c("treated", "control", "pooled"))
/dports/x11/bmpanel2/bmpanel2-2.1pre1/
H A Dargs.c32 static struct argument *match_arg(struct opts *opts) in match_arg() function
241 struct argument *match = match_arg(&opts); in parse_args()
/dports/devel/R-cran-covr/covr/R/
H A Dutils.R304 match_arg <- base::match.arg globalVar
305 body(match_arg) <- modify_name(body(match_arg), "all", "any")
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dtry_err.rs64 if let ExprKind::Match(match_arg, _, MatchSource::TryDesugar) = expr.kind; in check_expr()
65 if let ExprKind::Call(match_fun, try_args) = match_arg.kind; in check_expr()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Droutemap.c1285 const char *match_arg, in route_map_add_match() argument
1302 compile = (*cmd->func_compile)(match_arg); in route_map_add_match()
1312 rule_key = match_arg; in route_map_add_match()
1362 if (match_arg) in route_map_add_match()
1376 match_arg); in route_map_add_match()
1379 match_arg); in route_map_add_match()
1397 const char *match_arg, in route_map_delete_match() argument
1410 || match_arg == NULL)) { in route_map_delete_match()
1422 rule_key = match_arg; in route_map_delete_match()
1437 match_arg); in route_map_delete_match()
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Droutemap.c1285 const char *match_arg, in route_map_add_match() argument
1302 compile = (*cmd->func_compile)(match_arg); in route_map_add_match()
1312 rule_key = match_arg; in route_map_add_match()
1362 if (match_arg) in route_map_add_match()
1376 match_arg); in route_map_add_match()
1379 match_arg); in route_map_add_match()
1397 const char *match_arg, in route_map_delete_match() argument
1410 || match_arg == NULL)) { in route_map_delete_match()
1422 rule_key = match_arg; in route_map_delete_match()
1437 match_arg); in route_map_delete_match()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/utils/args/
H A Dargs.c113 static HYD_status match_arg(char ***argv_p, struct HYD_arg_match_table *match_table) in match_arg() function
174 status = match_arg(argv, match_table); in HYDU_parse_array()
/dports/sysutils/mcelog/mcelog-178/
H A Dconfig.c242 static char *match_arg(char **av, char *arg) in match_arg() function
266 if ((arg = match_arg(av, "--conf")) != NULL) in config_file()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/utils/args/
H A Dargs.c119 static HYD_status match_arg(char ***argv_p, struct HYD_arg_match_table *match_table) in match_arg() function
177 status = match_arg(argv, match_table); in HYDU_parse_array()
/dports/math/barvinok/barvinok-0.41.5/isl/interface/
H A Dtemplate_cpp.cc1250 const Kind &match_arg);
2273 const Method &method, const Signature &sig, const Kind &match_arg) in print_matching_method() argument
2276 auto renamed_arg = match_arg.apply(rename); in print_matching_method()
2286 add_specialization(match_arg); in print_matching_method()
2322 auto match_arg = matching_kind(method, sig); in print_matching_method() local
2325 if (match_arg.size() != instance.kind.size()) in print_matching_method()
2332 return print_matching_method(method, sig, match_arg); in print_matching_method()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1282 const Kind &match_arg);
2305 const Method &method, const Signature &sig, const Kind &match_arg) in print_matching_method() argument
2308 auto renamed_arg = match_arg.apply(rename); in print_matching_method()
2318 add_specialization(match_arg); in print_matching_method()
2354 auto match_arg = matching_kind(method, sig); in print_matching_method() local
2357 if (match_arg.size() != instance.kind.size()) in print_matching_method()
2364 return print_matching_method(method, sig, match_arg); in print_matching_method()
/dports/devel/isl/isl-0.24/interface/
H A Dtemplate_cpp.cc1250 const Kind &match_arg);
2273 const Method &method, const Signature &sig, const Kind &match_arg) in print_matching_method() argument
2276 auto renamed_arg = match_arg.apply(rename); in print_matching_method()
2286 add_specialization(match_arg); in print_matching_method()
2322 auto match_arg = matching_kind(method, sig); in print_matching_method() local
2325 if (match_arg.size() != instance.kind.size()) in print_matching_method()
2332 return print_matching_method(method, sig, match_arg); in print_matching_method()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1282 const Kind &match_arg);
2305 const Method &method, const Signature &sig, const Kind &match_arg) in print_matching_method() argument
2308 auto renamed_arg = match_arg.apply(rename); in print_matching_method()
2318 add_specialization(match_arg); in print_matching_method()
2354 auto match_arg = matching_kind(method, sig); in print_matching_method() local
2357 if (match_arg.size() != instance.kind.size()) in print_matching_method()
2364 return print_matching_method(method, sig, match_arg); in print_matching_method()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc1282 const Kind &match_arg);
2305 const Method &method, const Signature &sig, const Kind &match_arg) in print_matching_method() argument
2308 auto renamed_arg = match_arg.apply(rename); in print_matching_method()
2318 add_specialization(match_arg); in print_matching_method()
2354 auto match_arg = matching_kind(method, sig); in print_matching_method() local
2357 if (match_arg.size() != instance.kind.size()) in print_matching_method()
2364 return print_matching_method(method, sig, match_arg); in print_matching_method()

12