/dflybsd-src/crypto/openssh/ |
H A D | match.c | 57 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 D | match.h | 17 int match_pattern(const char *, const char *);
|
H A D | groupaccess.c | 91 if (match_pattern(groups_byname[i], groups[j])) in ga_match()
|
H A D | addrmatch.c | 90 if (addr != NULL && match_pattern(addr, cp) == 1) in addr_match_list()
|
H A D | sshsig.c | 860 if (match_pattern(cert->cert->principals[i], cp)) { in cert_filter_principals()
|
H A D | readconf.c | 851 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 D | clientloop.c | 2735 if (match_pattern(name, options.send_env[j])) { in client_session2_setup()
|
H A D | ssh-agent.c | 447 !match_pattern(user, d->to.user)) in permitted_by_dest_constraints()
|
H A D | mux.c | 258 if (match_pattern(name, options.send_env[i])) in env_permitted()
|
H A D | session.c | 2083 if (match_pattern(name, options.accept_env[i])) { in session_env_req()
|
H A D | channels.c | 351 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 D | sshkey.c | 2344 if (match_pattern(k->cert->principals[i], in sshkey_cert_check_authority()
|
/dflybsd-src/usr.bin/unzip/ |
H A D | unzip.c | 282 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 D | cam_ccb.h | 382 union match_pattern { union 396 union match_pattern pattern;
|
/dflybsd-src/contrib/less/ |
H A D | pattern.c | 447 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t… in match_pattern() function
|
H A D | search.c | 1068 } 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 D | funcs.h | 358 public int match_pattern(PATTERN_TYPE pattern, constant char *tpattern, constant char *line, size_t…
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genrecog.c | 4225 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 D | gensupport.c | 3134 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()
|