Home
last modified time | relevance | path

Searched refs:match_pattern (Results 1 – 19 of 19) sorted by relevance

/dragonfly/crypto/openssh/
HDmatch.c57 match_pattern(const char *s, const char *pattern) in match_pattern() function
82 match_pattern(s + 1, pattern + 1)) in match_pattern()
92 if (match_pattern(s, pattern)) in match_pattern()
159 if (match_pattern(string, sub)) { in match_pattern_list()
254 return match_pattern(user, pattern); in match_user()
260 if ((ret = match_pattern(user, pat)) == 1) in match_user()
HDmatch.h17 int match_pattern(const char *, const char *);
HDgroupaccess.c91 if (match_pattern(groups_byname[i], groups[j])) in ga_match()
HDaddrmatch.c90 if (addr != NULL && match_pattern(addr, cp) == 1) in addr_match_list()
HDsshsig.c860 if (match_pattern(cert->cert->principals[i], cp)) { in cert_filter_principals()
HDreadconf.c851 if (!match_pattern(options->send_env[i], arg + 1)) { in rm_env()
1755 if (match_pattern(host, arg)) { in process_config_line_depth()
HDsession.c2083 if (match_pattern(name, options.accept_env[i])) { in session_env_req()
HDmux.c258 if (match_pattern(name, options.send_env[i])) in env_permitted()
HDclientloop.c2735 if (match_pattern(name, options.send_env[j])) { in client_session2_setup()
HDssh-agent.c447 !match_pattern(user, d->to.user)) in permitted_by_dest_constraints()
HDchannels.c351 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()
4186 ret = match_pattern(lhost, allowed_open->listen_host); in remote_open_match()
HDsshkey.c2344 if (match_pattern(k->cert->principals[i], in sshkey_cert_check_authority()
/dragonfly/usr.bin/unzip/
HDunzip.c282 match_pattern(struct pattern_list *list, const char *str) in match_pattern() function
301 if (!STAILQ_EMPTY(&include) && !match_pattern(&include, pathname)) in accept_pathname()
303 if (!STAILQ_EMPTY(&exclude) && match_pattern(&exclude, pathname)) in accept_pathname()
/dragonfly/sys/bus/cam/
HDcam_ccb.h382 union match_pattern { union
396 union match_pattern pattern;
/dragonfly/contrib/less/
HDpattern.c447 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t… in match_pattern() function
HDsearch.c1068 } while (match_pattern(info_compiled(&search_info), search_info.text, in hilite_line()
1209 int line_filter = match_pattern(info_compiled(filter), filter->text, in matches_filters()
1679 … line_match = match_pattern(info_compiled(&search_info), search_info.text, in search_range()
HDfuncs.h358 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t…
/dragonfly/contrib/gcc-8.0/gcc/
HDgenrecog.c4225 match_pattern (state *s, md_rtx_info *info, rtx pattern, in match_pattern() function
5356 match_pattern (&insn_root, &info, pattern, acceptance); in main()
5362 match_pattern (&insn_root, &info, pattern, acceptance); in main()
5370 match_pattern (&split_root, &info, pattern, acceptance); in main()
5382 match_pattern (&peephole2_root, &info, pattern, acceptance); in main()
HDgensupport.c3134 match_pattern (optab_pattern *p, const char *name, const char *pat) in match_pattern() function
3241 if (match_pattern (p, name, optabs[pindex].pattern)) in find_optab()