Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dmatch.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()
H A Dmatch.h17 int match_pattern(const char *, const char *);
H A Dgroupaccess.c91 if (match_pattern(groups_byname[i], groups[j])) in ga_match()
H A Daddrmatch.c90 if (addr != NULL && match_pattern(addr, cp) == 1) in addr_match_list()
H A Dsshsig.c860 if (match_pattern(cert->cert->principals[i], cp)) { in cert_filter_principals()
H A Dreadconf.c851 if (!match_pattern(options->send_env[i], arg + 1)) { in rm_env()
1755 if (match_pattern(host, arg)) { in process_config_line_depth()
H A Dclientloop.c2735 if (match_pattern(name, options.send_env[j])) { in client_session2_setup()
H A Dssh-agent.c447 !match_pattern(user, d->to.user)) in permitted_by_dest_constraints()
H A Dmux.c258 if (match_pattern(name, options.send_env[i])) in env_permitted()
H A Dsession.c2083 if (match_pattern(name, options.accept_env[i])) { in session_env_req()
H A Dchannels.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()
H A Dsshkey.c2344 if (match_pattern(k->cert->principals[i], in sshkey_cert_check_authority()
/dflybsd-src/usr.bin/unzip/
H A Dunzip.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()
/dflybsd-src/sys/bus/cam/
H A Dcam_ccb.h382 union match_pattern { union
396 union match_pattern pattern;
/dflybsd-src/contrib/less/
H A Dpattern.c447 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t… in match_pattern() function
H A Dsearch.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()
H A Dfuncs.h358 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t…
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenrecog.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()
H A Dgensupport.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()