Home
last modified time | relevance | path

Searched refs:SKIP_DIR (Results 1 – 4 of 4) sorted by relevance

/dports/devel/bmake/bmake/mk/
H A Ddirdeps.mk352 SKIP_DIR += .host *.WAIT ${SKIP_DIRDEPS}
353 SKIP_DIR.host += ${SKIP_HOSTDIR}
355 DEP_SKIP_DIR = ${SKIP_DIR} \
356 ${SKIP_DIR.${DEP_TARGET_SPEC}:U} \
357 ${TARGET_SPEC_VARS:@v@${SKIP_DIR.${DEP_$v}:U}@} \
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/
H A DUtils.pm1080 Readonly::Array my @SKIP_DIR => qw( CVS RCS .svn _darcs {arch} .bzr .cdv .git .hg .pc _build blib );
1081 Readonly::Hash my %SKIP_DIR => hashify( @SKIP_DIR );
1093 if ( -d && $SKIP_DIR{$_} ) {
/dports/misc/xtail/xtail-2.1/
H A Dmiscfuncs.c77 #define SKIP_DIR(D) \ in scan_directory() macro
82 if (SKIP_DIR(dp->d_name)) in scan_directory()
/dports/databases/dbh/libdbh2-5.0.22/examples/
H A Dperformance.c77 #define SKIP_DIR "/home" macro
218 if (strcmp(fullpath, SKIP_DIR)){ in check_filesystem()
268 if (strcmp(fullpath, SKIP_DIR)){ in qread_filesystem()
413 if (strcmp(fullpath, SKIP_DIR)){ in read_filesystem()
550 if (strcmp(fullpath, SKIP_DIR)){ in gread_filesystem()