Lines Matching defs:include
9 #include "bsdunzip_platform.h"
11 #include "la_queue.h"
13 #include <sys/stat.h>
17 #include <ctype.h>
20 #include <errno.h>
23 #include <fcntl.h>
26 #include <fnmatch.h>
29 #include <locale.h>
32 #include <stdarg.h>
34 #include <stdio.h>
36 #include <stdlib.h>
39 #include <string.h>
42 #include <unistd.h>
47 #include <sys/time.h>
51 #include <getopt.h>
54 #include "bsdunzip.h"
55 #include "passphrase.h"
56 #include "err.h"
267 * Pattern lists for include / exclude processing
275 static struct pattern_list include = STAILQ_HEAD_INITIALIZER(include);
317 * Verify that a given pathname is in the include list and not in the
324 if (!STAILQ_EMPTY(&include) && !match_pattern(&include, pathname))
751 * option) happens first, but the include / exclude patterns are applied
797 /* apply include / exclude patterns */
854 /* apply include / exclude patterns */
1234 add_pattern(&include, argv[nopts++]);
1253 add_pattern(&include, argv[nopts++]);