Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c56 struct match_list { struct
57 struct match *first;
58 struct match **last;
59 size_t unmatched_count;
60 struct match *unmatched_next;
61 int unmatched_eof;
/freebsd/contrib/dialog/
H A Dfselect.c360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match()
394 free_match(MATCH * match_list) in free_match()
403 MATCH match_list; in complete() local
/freebsd/crypto/openssh/
H A Dmatch.c274 match_list(const char *client, const char *server, u_int *next) in match_list() function
H A Dssh_namespace.h439 #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