/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-tests.sh | 49 TAGS="" 219 NUM=$(echo "$TAGS" | cut -d/ -f1) 220 DEN=$(echo "$TAGS" | cut -d/ -f2) 377 -T TAGS Comma separated list of tags (default: 'functional') 472 TAGS="$OPTARG" 492 if [ -n "$TAGS" ]; then 537 TAGS=${TAGS:='functional'} 574 if echo "$TAGS" | grep -Eq '^[0-9]+/[0-9]+$' ; then 575 TAGS=$(split_tags) 656 [ "$TAGS" = "perf" ] && fail "Running perf tests without disks." [all …]
|
/freebsd/share/mk/ |
H A D | bsd.files.mk | 42 FILESTAGS+= ${TAGS} 46 .if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*} 47 ${group}TAGS+= package=${${group}PACKAGE:Uutilities} 49 ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g} 56 ${group}DIRTAGS= ${group}TAGS 61 ${group}DIRTAGS= ${${group}TAGS}
|
H A D | bsd.links.mk | 7 .if !defined(TAGS) || ! ${TAGS:Mpackage=*} 8 TAGS+= package=${PACKAGE} 10 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
|
H A D | bsd.dirs.mk | 22 . if !defined(${dir}TAGS) || ! ${${dir}TAGS:Mpackage=*} 23 ${dir}TAGS+= package=${${dir}PACKAGE:Uutilities} 25 ${dir}TAG_ARGS= -T ${${dir}TAGS:[*]:S/ /,/g}
|
H A D | bsd.confs.mk | 44 . if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*} 46 ${group}TAGS+= package=${${group}PACKAGE:Uutilities} 48 ${group}TAGS+= package=${PACKAGE:Uutilities} 51 ${group}TAGS+= config 52 ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g}
|
H A D | bsd.incs.mk | 33 .if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*} 35 ${group}TAGS+= package=${${group}PACKAGE:Uutilities},dev 37 ${group}TAGS+= package=${PACKAGE:Uutilities},dev 40 ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g}
|
H A D | bsd.doc.mk | 82 .if !defined(TAGS) || ! ${TAGS:Mpackage=*} 83 TAGS+= package=${PACKAGE:Uutilities} 85 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
|
H A D | bsd.prog.mk | 128 .if !defined(TAGS) || ! ${TAGS:Mpackage=*} 129 TAGS+= package=${PACKAGE:Uutilities} 131 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
|
/freebsd/crypto/openssl/util/ |
H A D | find-doc-nits | 167 $opts{TAGS} = [ $opts{TAGS} ] if ref($opts{TAGS}) eq ''; 170 unless exists $opts{TAGS} && ref($opts{TAGS}) eq 'ARRAY'; 172 my %tags = map { $_ => 1 } @{$opts{TAGS}}; 313 files(TAGS => [ 'manual', $section ]) ) 736 files(TAGS => [ 'manual', 'man1' ]) ); 921 foreach my $f ( files(TAGS => 'public_header') ) { 1168 files(TAGS => [ 'manual', 'man1' ]) ); 1198 my @files_to_read = ( $opt_n && @ARGV ) ? @ARGV : files(TAGS => 'manual'); 1218 foreach ( files(TAGS => [ 'public_manual', 'man1' ]) ) {
|
/freebsd/sys/ |
H A D | Makefile | 53 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files target 54 rm -f ${.CURDIR}/TAGS 57 .if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
|
/freebsd/contrib/less/ |
H A D | prompt.c | 219 #if TAGS in cond() 225 #if TAGS 240 #if TAGS in protochar() 322 #if TAGS in protochar() 345 #if TAGS in protochar() 392 #if TAGS in skipcond()
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-6-tests.sh | 93 TAGS=$2/$3 100 $TDIR/zfs-tests.sh -vK -s 3GB -T $TAGS
|
/freebsd/contrib/ncurses/include/ |
H A D | Makefile.in | 149 @MAKE_UPPER_TAGS@TAGS: 153 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
|
/freebsd/contrib/ncurses/panel/ |
H A D | Makefile.in | 189 @MAKE_UPPER_TAGS@TAGS: 193 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
|
/freebsd/usr.bin/ldd32/ |
H A D | Makefile | 7 TAGS+= lib32
|
/freebsd/contrib/openbsm/modules/ |
H A D | Makefile.in | 136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 386 TAGS: tags 400 test ! -f $$subdir/TAGS || \ 446 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openbsm/sys/ |
H A D | Makefile.in | 136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 386 TAGS: tags 400 test ! -f $$subdir/TAGS || \ 446 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openbsm/test/ |
H A D | Makefile.in | 136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 386 TAGS: tags 400 test ! -f $$subdir/TAGS || \ 446 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openpam/bin/ |
H A D | Makefile.in | 139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 400 TAGS: tags 414 test ! -f $$subdir/TAGS || \ 460 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 622 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openpam/include/ |
H A D | Makefile.in | 137 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 398 TAGS: tags 412 test ! -f $$subdir/TAGS || \ 458 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 620 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openbsm/bin/ |
H A D | Makefile.in | 140 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 389 TAGS: tags 403 test ! -f $$subdir/TAGS || \ 449 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 609 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openpam/doc/ |
H A D | Makefile.in | 137 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 398 TAGS: tags 412 test ! -f $$subdir/TAGS || \ 458 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 620 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openpam/lib/ |
H A D | Makefile.in | 138 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 399 TAGS: tags 413 test ! -f $$subdir/TAGS || \ 459 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 621 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/openpam/modules/ |
H A D | Makefile.in | 138 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 399 TAGS: tags 413 test ! -f $$subdir/TAGS || \ 459 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 621 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
/freebsd/contrib/ncurses/form/ |
H A D | Makefile.in | 189 @MAKE_UPPER_TAGS@TAGS: 193 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
|