Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/freebsd-13-stable/tools/regression/geom/ConfCmp/
HDMakefile2 PROG= ConfCmp macro
21 test: ${PROG}
23 ./${PROG} a1.conf a1.conf
24 ./${PROG} a1.conf a1a.conf
25 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
26 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
27 if ./${PROG} a1.conf a1d.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 ./${PROG} a2.conf a2.conf
29 ./${PROG} a2.conf a2a.conf
30 if ./${PROG} a2.conf a2b.conf > /dev/null 2>&1 ; then exit 1 ; fi
[all …]
/freebsd-13-stable/lib/libc/db/test/
HDrun.test10 PROG=./dbtest
74 $PROG -o $TMP3 $type $TMP2
88 $PROG -o $TMP3 recno $TMP2
113 $PROG -o $TMP3 $type $TMP2
126 $PROG -o $TMP3 recno $TMP2
149 $PROG -o $TMP3 $type $TMP2
168 $PROG -i psize=$psize -o $TMP3 $type $TMP2
185 $PROG -i psize=$psize -o $TMP3 recno $TMP2
250 $PROG -o $TMP3 recno $TMP2
286 $PROG -o $TMP3 recno $TMP2
[all …]
/freebsd-13-stable/contrib/bmake/mk/
HDprogs.mk27 .ifndef PROG
31 PROG ?= $t
36 .if defined(PROG)
52 .if defined(${v}.${PROG}) || defined(${v}_${PROG})
53 $v += ${${v}_${PROG}:U${${v}.${PROG}}}
58 .if ${PROG} == ${UPDATE_DEPENDFILE_PROG:Uno}
64 DEPENDFILE?= .depend.${PROG}
79 .ifndef PROG
90 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} -DWITHOUT_META_STATS)
94 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} ${@:E} -DWITHOUT_META_STATS)
HDprog.mk77 .if defined(PROG)
80 SRCS?= ${PROG}.c
90 .NOPATH: ${OBJS} ${PROG} ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}}
113 ${PROG}: ldorder
120 ${PROG}: ${LIBCRT0} ${OBJS} ${LIBC} ${DPADD}
125 ${PROG}: ${LIBCRT0} ${OBJS} ${LIBC} ${DPADD}
132 MAN= ${PROG}.1
137 realbuild: ${PROG}
145 ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES}
178 .if defined(PROG)
[all …]
/freebsd-13-stable/contrib/libucl/tests/
HDbasic.test3 PROG=${TEST_BINARY_DIR}/test_basic
8 $PROG $_t.in $_out
25 $PROG -f $_t.in > /dev/null
27 $PROG -j $_t.in > /dev/null
28 $PROG -c -j $_t.in > /dev/null
30 $PROG -y $_t.in > /dev/null
32 $PROG -C $_t.in > /dev/null
34 $PROG -M $_t.in > /dev/null
35 $PROG -M -C $_t.in > /dev/null
/freebsd-13-stable/usr.bin/ministat/
HDMakefile1 PROG= ministat macro
7 test: ${PROG}
8 ./${PROG} < ${.CURDIR}/chameleon
9 ./${PROG} ${.CURDIR}/chameleon
10 ./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
11 ./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
12 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
13 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
/freebsd-13-stable/share/mk/
HDbsd.progs.mk22 .if defined(PROG)
30 .if defined(${v}.${PROG})
31 $v += ${${v}.${PROG}}
32 .elif defined(${v}_${PROG})
33 $v += ${${v}_${PROG}}
36 .if defined(${v}.${PROG})
37 $v = ${${v}.${PROG}}
38 .elif defined(${v}_${PROG})
39 $v = ${${v}_${PROG}}
50 CLEANFILES+= ${PROG}.meta_files
[all …]
HDbsd.prog.mk32 PROG= ${PROG_CXX}
128 PROG_FULL=${PROG}.full
145 PROG_FULL= ${PROG}
148 .if defined(PROG)
149 PROGNAME?= ${PROG}
177 .if !target(${PROG})
179 SRCS= ${PROG}.cc
181 SRCS= ${PROG}.c
189 OBJS+= ${PROG}.${OBJ_EXT}
190 BCOBJS+= ${PROG}.bc
[all …]
HDbsd.crunchgen.mk35 CONF= ${PROG}.conf
36 OUTMK= ${PROG}.mk
37 OUTC= ${PROG}.c
38 OUTPUTS=${OUTMK} ${OUTC} ${PROG}.cache
65 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${P}
69 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/${A}
77 all: ${PROG}
79 exe: ${PROG}
128 -e "s/^\(${PROG}:.*\) \$$(SUBMAKE_TARGETS)/\1/" \
133 ${PROG}: ${OUTPUTS} objs .NOMETA .PHONY
[all …]
/freebsd-13-stable/usr.sbin/fifolog/fifolog_reader/
HDMakefile2 PROG= fifolog_reader macro
11 ./${PROG} /tmp/fifolog.0
12 ./${PROG} -t /tmp/fifolog.0
13 ./${PROG} /tmp/fifolog.1
14 ./${PROG} -B "00:00" /tmp/fifolog.1
15 ./${PROG} -T "%y%m%d-%H%M%S" /tmp/fifolog.1
16 ./${PROG} -T "" /tmp/fifolog.1
/freebsd-13-stable/contrib/ldns-host/
HDMakefile1 PROG=ldns-host macro
12 ${PROG}: ${SRC}
16 rm -f ${PROG}
18 install: ${PROG}
19 cp ${PROG} ${PREFIX}/bin/
23 rm -f ${PREFIX}/bin/${PROG} ${MANDIR}/man1/${MAN}
/freebsd-13-stable/tools/regression/poll/
HDMakefile5 PROG= pipepoll pipeselect sockpoll macro
8 all: ${PROG}
17 -for prog in ${PROG}; do \
23 for prog in ${PROG}; do \
28 for prog in ${PROG}; do \
33 for prog in ${PROG}; do \
/freebsd-13-stable/usr.sbin/diskinfo/
HDMakefile2 PROG= diskinfo macro
9 test: ${PROG}
10 ./${PROG} /dev/ad4 md50
11 ./${PROG} -v /dev/ad4 md50
12 ./${PROG} -t /dev/ad4
/freebsd-13-stable/crypto/openssh/regress/unittests/bitmap/
HDMakefile3 PROG=test_bitmap macro
9 REGRESS_TARGETS=run-regress-${PROG}
11 run-regress-${PROG}: ${PROG}
12 env ${TEST_ENV} ./${PROG}
/freebsd-13-stable/crypto/openssh/regress/unittests/utf8/
HDMakefile3 PROG=test_utf8 macro
9 REGRESS_TARGETS=run-regress-${PROG}
11 run-regress-${PROG}: ${PROG}
12 env ${TEST_ENV} ./${PROG}
/freebsd-13-stable/usr.sbin/fifolog/fifolog_create/
HDMakefile2 PROG= fifolog_create macro
15 ./${PROG} /tmp/fifolog.0
16 ./${PROG} -s 10m /tmp/fifolog.1
17 ./${PROG} -l 1k /tmp/fifolog.2
18 ./${PROG} -r 1k /tmp/fifolog.3
/freebsd-13-stable/crypto/openssh/regress/unittests/match/
HDMakefile3 PROG=test_match macro
11 REGRESS_TARGETS=run-regress-${PROG}
13 run-regress-${PROG}: ${PROG}
14 env ${TEST_ENV} ./${PROG}
/freebsd-13-stable/crypto/openssh/regress/unittests/conversion/
HDMakefile3 PROG=test_conversion macro
11 REGRESS_TARGETS=run-regress-${PROG}
13 run-regress-${PROG}: ${PROG}
14 env ${TEST_ENV} ./${PROG}
/freebsd-13-stable/tools/regression/environ/
HDMakefile.retention4 PROG= retention
8 CLEANFILES= *~ ${PROG}.core
14 test: ${PROG}
15 @./${PROG}
/freebsd-13-stable/sys/crypto/rijndael/
HDMakefile2 PROG=test00 macro
4 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
10 test: ${PROG}
11 ./${PROG}
/freebsd-13-stable/crypto/openssh/regress/unittests/hostkeys/
HDMakefile3 PROG=test_hostkeys macro
20 REGRESS_TARGETS=run-regress-${PROG}
22 run-regress-${PROG}: ${PROG}
23 env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
/freebsd-13-stable/crypto/openssh/regress/unittests/sshsig/
HDMakefile3 PROG=test_sshsig macro
20 REGRESS_TARGETS=run-regress-${PROG}
22 run-regress-${PROG}: ${PROG}
23 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS} -d ${.CURDIR}/testdata
/freebsd-13-stable/crypto/openssh/regress/unittests/sshkey/
HDMakefile3 PROG=test_sshkey macro
20 REGRESS_TARGETS=run-regress-${PROG}
22 run-regress-${PROG}: ${PROG}
23 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS} -d ${.CURDIR}/testdata
/freebsd-13-stable/libexec/rtld-elf/
HDMakefile16 PROG?= ld-elf.so.1 macro
17 .if (${PROG:M*ld-elf32*} != "")
47 SYMLINKS= ../..${BINDIR}/${PROG} ${LIBEXECDIR}/${PROG}
100 .if exists(${DESTDIR}/usr/libexec/${PROG}) && ${MK_STAGING} == "no"
101 -chflags -h noschg ${DESTDIR}/usr/libexec/${PROG}
/freebsd-13-stable/crypto/openssh/regress/unittests/sshbuf/
HDMakefile5 PROG=test_sshbuf macro
20 run-regress-${PROG}: ${PROG}
21 env ${TEST_ENV} ./${PROG} ${UNITTEST_ARGS}

12345678910>>...45