Home
last modified time | relevance | path

Searched refs:matchprefix (Results 1 – 9 of 9) sorted by relevance

/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/renumber/
H A Drenumber.lua7 local function matchprefix(subnet, addr) function
29 local prefix = matchprefix(subnet, addr)
108 prefix = matchprefix,
/dports/net/tinyldap/tinyldap/
H A Dmatchprefix.c6 int matchprefix(struct string* s,const char* c) { in matchprefix() function
H A Dldap.h10 int matchprefix(struct string* s,const char* c);
H A DMakefile24 matchprefix.o matchcasestring.o matchcaseprefix.o \
H A Dtinyldap.c854 f->attrflag&1?matchcaseprefix:matchprefix,index_type,f->type); in useindex()
/dports/editors/mined/mined-2015.25/src/
H A Dcharcode.c578 matchprefix (s, m) in matchprefix() function
643 if (matchprefix (s, m)) {
/dports/dns/gen6dns/gen6dns-1.3/doc/
H A DREADME.md151 #name view domain matchprefix
/dports/dns/gen6dns/gen6dns-1.3/
H A DREADME.md151 #name view domain matchprefix
/dports/comms/yfklog/yfklog-0.6.0/
H A Dyfksubs.pl735 my $matchprefix='';
790 $matchprefix = $mainprefix;
798 if (defined($dxcc{$matchprefix})) {
799 @mydxcc = @{$dxcc{$matchprefix}};