Searched refs:PROG (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10/dtrace-147/test/cmd/chkargs/
H A DMakefile.com34 PROG = chkargs
37 ROOTISAEXEC = $(ROOTBIN)/$(PROG)
38 ROOTPROG32 = $(ROOTBIN32)/$(PROG)
39 ROOTPROG64 = $(ROOTBIN64)/$(PROG)
44 all: $(PROG)
49 $(RM) $(PROG)
51 $(PROG): ../$(PROG).c
52 $(LINK.c) -o $@ ../$(PROG).c $(LDLIBS)
54 $(ROOTPROG32): $(ROOTBIN32) $(PROG)
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dbashrand9 echo "$PROG: usage: $PROG [-s seed] lower-limit upper-limit" >&2
12 PROG=${0##*/}
34 echo "$PROG: lower ($Lower) not an integer" >&2
39 echo "$PROG: upper ($Upper) not an integer" >&2
44 echo "$PROG: seed ($SEED) not an integer" >&2
50 echo "$PROG: Lower limit ($Lower) out of range" >&2
55 echo "$PROG: Upper limit ($Upper) out of range" >&2;
60 echo "$PROG: Seed value ($SEED) out of range (0 to 32767)" >&2
65 echo "$PROG
[all...]
/macosx-10.10/iodbc-42.5/iodbc/
H A Dbootstrap.sh98 for PROG in $*
100 VERSION=`$PROG --version 2>/dev/null | head -1 | sed -e "s/$PROG //"`
103 echo "Using $PROG $VERSION"
104 USE_PROG=$PROG
112 echo "${ERROR} : You must have \`${B}${PROG}${N}' installed on your system."
120 for PROG in $*
122 VERSION=`$PROG --version 2>/dev/null | head -1 | sed -e "s/$PROG //"`
125 echo "Using $PROG
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dmkconffiles32 PROG=`basename $0`
47 *) echo "${PROG}: usage: ${PROG} [-s srcdir] [-d outdir] [-nv]" >&2; exit 2;;
52 echo "${PROG}: ${srcdir}/configure not found" >&2
65 echo "${PROG}: creating new distribution files for bash-${DISTRIB}.${PATCH} in ${outdir}"
77 echo "${PROG}: created $distout and $patchout"
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dlocalize-hidden-2.d0 #PROG: objcopy
H A Dcopy-1.d0 #PROG: objcopy
H A Dstrip-1.d0 #PROG: strip
H A Dstrip-2.d0 #PROG: strip
H A Dcopy-3.d0 #PROG: objcopy
H A Dlocalize-hidden-1.d0 #PROG: objcopy
H A Dcopy-2.d0 #PROG: objcopy
/macosx-10.10/patch_cmds-17/patch/
H A DMakefile3 PROG= patch macro
/macosx-10.10/ntp-92/scripts/
H A Dmkver.in2 PROG=${1-UNKNOWN}
4 ConfStr="$PROG"
36 * version file for $PROG
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dbsd.regress.mk8 # If REGRESSTARGETS is defined and PROG is not defined, set NOPROG
9 .if defined(REGRESSTARGETS) && !defined(PROG)
23 .if defined(PROG) && !empty(PROG)
24 run-regress-${PROG}: ${PROG}
25 ./${PROG}
29 REGRESSTARGETS=run-regress-${PROG}
31 REGRESSSKIPTARGETS=run-regress-${PROG}
/macosx-10.10/cron-39/crontab/
H A DMakefile5 PROG= crontab macro
/macosx-10.10/gpt-12/
H A DMakefile3 PROG= gpt macro
/macosx-10.10/cron-39/cron/
H A DMakefile3 PROG= cron macro
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlsym-RTLD_NEXT-missing/
H A DMakefile26 PROG = ./main macro
31 PROG = /usr/bin/true macro
40 ${TESTROOT}/bin/exit-zero-pass.pl "dlsym-RTLD_NEXT-missing with circular libraries" "dlsym-RTLD_NEXT-missing with circular libraries" ${PROG}
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DinstallManPage21 -z PROG Use PROG to compress manual pages.
22 -e EXT Defines the extension added by -z PROG when compressing.
/macosx-10.10/tcl-105/tk/tk/unix/
H A DinstallManPage21 -z PROG Use PROG to compress manual pages.
22 -e EXT Defines the extension added by -z PROG when compressing.
/macosx-10.10/dcerpc-61/BuildConfig/
H A Drun-autoconf40 echo "$PROG: error: " "$@" 1>&2
46 echo "$PROG: " "$@"
133 PROG=$(basename $0)
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A DMakefile6 PROG= lsof macro
42 all: ${PROG}
44 ${PROG}: ${LIB} ${P} ${OBJ}
48 rm -f Makefile.bak ${PROG} a.out core errs lint.out tags *.o version.h
55 cp -p ${PROG} ${SYMROOT}/${PROG}; \
57 ${DS} -o ${SYMROOT}/${PROG}.dSYM ${SYMROOT}/${PROG}; \
61 install -c -s -m 755 -g ${GRP} ${PROG} ${BIN}
73 @echo ' install -m 2xxx -g $${GRP} $${PROG}
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Derrstr.c68 #undef PROG macro
69 #define PROG errstr_main macro
H A Dprime.c56 #undef PROG macro
57 #define PROG prime_main macro
H A Dversion.c132 #undef PROG macro
133 #define PROG version_main macro

Completed in 274 milliseconds

1234