Home
last modified time | relevance | path

Searched defs:match_list (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c57 struct match_list { struct
58 struct match *first;
59 struct match **last;
60 size_t unmatched_count;
61 struct match *unmatched_next;
62 int unmatched_eof;
/freebsd/crypto/openssh/
H A Dmatch.c313 match_list(const char *client, const char *server, u_int *next) in match_list() function
H A Dssh_namespace.h465 #define match_list Fssh_match_list macro
/freebsd/contrib/libedit/
H A Dfilecomplete.c470 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1739 struct match_list { struct
1744 static void free_match_list(struct match_list *head, bool ft_locked) in free_match_list() argument