Searched refs:match_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_match.c63 struct match_file { struct
65 struct match_file *next;
75 struct match_file *first;
76 struct match_file **last;
154 static void entry_list_add(struct entry_list *, struct match_file *);
1308 struct match_file *f1 = (struct match_file *)(uintptr_t)n1;
1309 struct match_file *f2 = (struct match_file *)(uintptr_t)n2;
1324 struct match_file *
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh317 echo 128 > match_file
319 grep -xf pattern_file match_file

Completed in 73 milliseconds