Home
last modified time | relevance | path

Searched refs:mask_match (Results 1 – 25 of 36) sorted by relevance

12

/dports/irc/irssi/irssi-1.2.3/src/perl/common/
H A DMasks.xs8 mask_match(mask, nick, user, host)
14 RETVAL = mask_match(NULL, mask, nick, user, host);
43 mask_match(server, mask, nick, user, host)
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Ddatadict.py31 def mask_match(tag: int) -> Optional[str]: function
282 mask_x = mask_match(tag)
485 return (mask_match(tag) in RepeatersDictionary)
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dban.pl260 if (mask_match($ban, $hash->{ban})) {
265 } elsif (mask_match($hash->{ban}, $ban)) {
376 sub mask_match ($$) { subroutine
H A Dgetop.pl299 if (mask_match($mask, $entry->{mask})) {
319 sub mask_match ($$) { subroutine
H A Dppl.pl108 return unless $s->mask_match($ppl{h}, $nick, $user, $host);
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dmasks.h4 int mask_match(SERVER_REC *server, const char *mask,
H A Dmasks.c63 int mask_match(SERVER_REC *server, const char *mask, in mask_match() function
/dports/science/py-pydicom/pydicom-2.2.2/doc/reference/
H A Ddatadict.rst26 mask_match
/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dconnection.py751 mask_match = re.match('^(1*)(0*)$', mask_bin)
753 if mask_match:
754 return 32 - len(mask_match.groups()[1])
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_encap.c135 static int mask_match(const struct encaptab *, const struct sockaddr *,
291 prio = mask_match(ep, (struct sockaddr *)&pack.mine, in encap4_lookup()
460 prio = mask_match(ep, (struct sockaddr *)&pack.mine, in encap6_lookup()
1024 mask_match(const struct encaptab *ep, in mask_match() function
/dports/irc/irssi/irssi-1.2.3/src/irc/notifylist/
H A Dnotify-whois.c45 if (notify != NULL && !mask_match(SERVER(server), notify->mask, nick, user, host)) { in event_whois()
H A Dnotifylist.c271 if (!mask_match(SERVER(server), notify->mask, nick, user, host)) { in notifylist_check_join()
/dports/shells/viewglob/viewglob-2.0.4/vgexpand/
H A Dvgexpand.c50 static void mask_match(void);
134 mask_match(); in main()
251 static void mask_match(void) { in mask_match() function
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_community.c182 mask_match(struct community *a, struct community *b, struct community *m) in mask_match() function
277 if (mask_match(&comm->communities[l], &test, in community_match()
334 if (mask_match(&comm->communities[l], &test, in community_delete()
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dproto.h204 int mask_match(char *, char *);
H A Dmatch.c289 int mask_match(char *m, char *n) in mask_match() function
H A Dmodules.c588 (Function) mask_match,
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dutil.c913 if (mask_match(last_component, namelist->name, case_sensitive)) { in is_in_path()
1628 bool mask_match(const char *string, const char *pattern, bool is_case_sensitive) in mask_match() function
1662 if (mask_match(string, *list++, is_case_sensitive)) in mask_match_list()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/
H A Dmodule.h489 #define mask_match ((int (*)(const char *, const char *))global[295]) macro
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/channels.mod/
H A Duserchan.c1334 if (mask_match(b->mask, u->mask)) in check_expired_exempts()
1362 if (mask_match(b->mask, u->mask)) in check_expired_exempts()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dclitar.c1403 (tar_re_search && mask_match(exclaim, cliplist[0], True, False))) {
1848 || (tar_re_search && mask_match(finfo.name, cliplist[0], True, False)));
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/irc.mod/
H A Dchan.c481 if (mask_match(user, e->mask)) { in refresh_exempt()
483 if (mask_match(b->mask, user)) { in refresh_exempt()
571 if (mask_match(b->mask, e->mask) && in recheck_exempts()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dproto.h136 BOOL mask_match (char *str, char *regexp, int case_sig, BOOL trans2);
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dproto.h136 BOOL mask_match (char *str, char *regexp, int case_sig, BOOL trans2);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/client/
H A Dclient.c284 BOOL mask_match(struct smbcli_state *c, const char *string, const char *pattern, in mask_match() function
318 !mask_match(ctx->cli, finfo->name,ctx->fileselection,False)) { in do_this_one()

12