Searched refs:prog (Results 176 - 200 of 1644) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/paste/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/xstr/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/lam/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/logname/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/look/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/mkstr/
H A DMakefile6 .include <bsd.prog.mk>
/freebsd-current/usr.bin/morse/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/usr.bin/unexpand/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/usr.bin/yes/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/from/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/mesg/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/showmount/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/usr.bin/what/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/usr.bin/which/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/bin/pwd/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/libexec/comsat/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/bin/kill/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/bin/chio/
H A DMakefile5 .include <bsd.prog.mk>
/freebsd-current/usr.sbin/setfib/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/usr.bin/posixmqcontrol/
H A DMakefile4 .include <bsd.prog.mk>
/freebsd-current/contrib/dialog/samples/
H A Dkillall7 for prog in "$@"
9 pid=`ps -a |fgrep "$prog" |fgrep -v fgrep|sed -e 's/^[ ]*//' -e 's/ .*//' `
11 echo "killing pid=$pid, $prog"
/freebsd-current/tools/test/stress2/misc/
H A Dreaper.sh36 eval prog=reaper.$$
37 cat > /tmp/$prog.c <<EOF
83 sed -i '' "s#SLP#/tmp/$prog.sleep#" /tmp/$prog.c
84 cc -o /tmp/$prog -Wall -Wextra -O0 /tmp/$prog.c || exit 1
85 rm /tmp/$prog.c
87 cp /bin/sleep /tmp/$prog.sleep
91 timeout 2s /tmp/$prog
93 pgrep -q $prog || brea
[all...]
H A Dsyzkaller63.sh41 prog=$(basename "$0" .sh)
44 cat > /tmp/$prog.c <<EOF
69 mycc -o /tmp/$prog -Wall -Wextra -O0 /tmp/$prog.c || exit 1
71 (cd /tmp; timeout -k 3s 2s ./$prog)
73 rm -rf /tmp/$prog /tmp/$prog.c /tmp/$prog.core \
/freebsd-current/contrib/ntp/scripts/build/
H A Dfixautomakedepsmagic3 prog=`basename $0`
6 t=/tmp/$prog.$$
19 echo "$prog":" $f not modified"
21 echo "$prog":" $f not not writable"
/freebsd-current/contrib/pnpinfo/
H A DMakefile7 .include <bsd.prog.mk>

Completed in 337 milliseconds

1234567891011>>