Home
last modified time | relevance | path

Searched refs:match_glob (Results 26 – 50 of 87) sorted by relevance

1234

/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/textproc/greple/greple-5ad6491/lib/App/Greple/
H A DUtil.pm38 sub match_glob { subroutine
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxconf/
H A Dcfg.c49 static int match_glob(const char *file, const char *pattern) in match_glob() function
237 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
283 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Dmerl.erl925 match_glob(lists:reverse(Ts1), lists:reverse(Ts2), Var, Dict);
934 match_glob([{'*',Var} | _], _, _, _) -> function
936 match_glob([T1 | Ts1], [T2 | Ts2], Var, Dict) -> function
937 match_glob(Ts1, Ts2, Var, match_template(T1, T2, Dict));
938 match_glob([], _Group, Var, Dict) when Var =:= '_' ; Var =:= 0 -> function
940 match_glob([], Group, Var, Dict) -> function
942 match_glob(_, _, _, _Dict) -> function
/dports/textproc/p5-Text-Glob/Text-Glob-0.11/lib/Text/
H A DGlob.pm86 sub match_glob { subroutine
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_common/
H A Dfsutil.py110 def match_glob(filename, pattern): function
179 if match_glob(filename, included):
184 if match_glob(filename, excluded):
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_common/
H A Dfsutil.py110 def match_glob(filename, pattern): function
179 if match_glob(filename, included):
184 if match_glob(filename, excluded):
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Dtracking_bugs_with_dependencies.mdwn268 > * Seems that the only reason `match_glob` has to check for `~` is
270 > to `match_glob("~foo")`. If, instead, `pagespec_makeperl` checked
281 >> call match_glob(). match_glob() in turn will handle the named spec. I tested this version brie…
284 >>> In the common case, `match_link` does not call `match_glob`,
302 >>>>> if the uppercase version does not exist; `match_glob` matches
496 - $code.=" IkiWiki::PageSpec::match_glob(\$page, \$data[$#data], \@_)";
606 @@ -1937,6 +2014,10 @@ sub match_glob ($$;@) {
632 - if match_glob($p, $link, %params);
633 + if match_glob($p, $fullLink, %params);
637 - if match_glob($p, $link, %params);
[all …]

1234