Home
last modified time | relevance | path

Searched refs:compile_wildcard (Results 1 – 25 of 30) sorted by relevance

12

/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dcomparator.c113 compile_wildcard (mu_sieve_machine_t mach, mu_sieve_string_t *pattern, in compile_wildcard() function
345 compile_wildcard (mach, pattern, 0); in i_octet_matches()
383 compile_wildcard (mach, pattern, MU_GLOBF_ICASE); in i_ascii_casemap_matches()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dfilelib.erl30 -export([compile_wildcard/1]).
259 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
375 compile_wildcard(Pattern) when is_list(Pattern) -> function
376 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
378 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dfilelib.erl30 -export([compile_wildcard/1]).
259 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
383 compile_wildcard(Pattern) when is_list(Pattern) -> function
384 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
386 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50310105 compile_wildcard # F added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50310105 compile_wildcard # F added by devel/scanprov
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dfilelib.erl31 -export([compile_wildcard/1]).
260 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
396 compile_wildcard(Pattern) when is_list(Pattern) -> function
397 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
399 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dfilelib.erl31 -export([compile_wildcard/1]).
260 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
396 compile_wildcard(Pattern) when is_list(Pattern) -> function
397 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
399 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dfilelib.erl31 -export([compile_wildcard/1]).
260 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
396 compile_wildcard(Pattern) when is_list(Pattern) -> function
397 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
399 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dfilelib.erl31 -export([compile_wildcard/1]).
260 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
396 compile_wildcard(Pattern) when is_list(Pattern) -> function
397 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
399 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dfilelib.erl31 -export([compile_wildcard/1]).
260 {Compiled,PrefixLen} = compile_wildcard(Pattern, Cwd),
396 compile_wildcard(Pattern) when is_list(Pattern) -> function
397 {compiled_wildcard,?HANDLE_ERROR(compile_wildcard(Pattern, "."))}.
399 compile_wildcard(Pattern0, Cwd0) -> function
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50310095 compile_wildcard # F added by devel/scanprov
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dfilelib_SUITE.erl115 [{filelib,compile_wildcard,1,_}|_]}} =
116 (catch filelib:compile_wildcard(Wc)),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dfilelib_SUITE.erl117 [{filelib,compile_wildcard,1,_}|_]}} =
118 (catch filelib:compile_wildcard(Wc)),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dfilelib_SUITE.erl119 [{filelib,compile_wildcard,1,_}|_]}} =
120 (catch filelib:compile_wildcard(Wc)),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilelib_SUITE.erl119 [{filelib,compile_wildcard,1,_}|_]}} =
120 (catch filelib:compile_wildcard(Wc)),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilelib_SUITE.erl119 [{filelib,compile_wildcard,1,_}|_]}} =
120 (catch filelib:compile_wildcard(Wc)),
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilelib_SUITE.erl119 [{filelib,compile_wildcard,1,_}|_]}} =
120 (catch filelib:compile_wildcard(Wc)),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfilelib_SUITE.erl119 [{filelib,compile_wildcard,1,_}|_]}} =
120 (catch filelib:compile_wildcard(Wc)),
/dports/lang/perl5.32/perl-5.32.1/
H A Dembed.h1034 #define compile_wildcard(a,b,c) S_compile_wildcard(aTHX_ a,b,c) macro
H A Dregcomp.c23937 subpattern_re = compile_wildcard(name + i, in S_parse_uniprop_string()
25137 subpattern_re = compile_wildcard(wname, wname_len, FALSE /* /-i */ ); in S_handle_names_wildcard()
/dports/lang/perl5.34/perl-5.34.0/
H A Dembed.h1044 #define compile_wildcard(a,b,c) S_compile_wildcard(aTHX_ a,b,c) macro
H A Dregcomp.c24062 subpattern_re = compile_wildcard(name + i, in S_parse_uniprop_string()
25264 subpattern_re = compile_wildcard(wname, wname_len, FALSE /* /-i */ ); in S_handle_names_wildcard()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dembed.h1061 #define compile_wildcard(a,b,c) S_compile_wildcard(aTHX_ a,b,c) macro
H A Dregcomp.c24170 subpattern_re = compile_wildcard(name + i, in S_parse_uniprop_string()
25372 subpattern_re = compile_wildcard(wname, wname_len, FALSE /* /-i */ ); in S_handle_names_wildcard()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/
H A Dembed.fnc2037 ERS |REGEXP*|compile_wildcard|NN const char * subpattern|const STRLEN len\

12