Searched refs:PROG (Results 26 - 50 of 88) sorted by relevance

1234

/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A DMakefile6 PROG= lsof macro
40 all: ${PROG}
42 ${PROG}: ${LIB} ${P} ${OBJ}
46 rm -f Makefile.bak ${PROG} a.out core errs lint.out tags *.o version.h
52 install -c -s -m 2755 -g kmem ${PROG} ${BIN}
64 @echo ' install -m 2xxx -g $${GRP} $${PROG} $${BIN}'
70 @echo ' install -m 4xxx -o root $${PROG} $${BIN}'
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dciphers.c69 #undef PROG macro
70 #define PROG ciphers_main macro
H A Dnseq.c65 #undef PROG macro
66 #define PROG nseq_main macro
H A Dgendh.c82 #undef PROG macro
83 #define PROG gendh_main macro
H A Dgendsa.c74 #undef PROG macro
75 #define PROG gendsa_main macro
H A Drand.c66 #undef PROG macro
67 #define PROG rand_main macro
H A Dcrl2p7.c76 #undef PROG macro
77 #define PROG crl2pkcs7_main macro
H A Ddh.c74 #undef PROG macro
75 #define PROG dh_main macro
H A Ddsa.c74 #undef PROG macro
75 #define PROG dsa_main macro
H A Dec.c70 #undef PROG macro
71 #define PROG ec_main macro
H A Dgenrsa.c82 #undef PROG macro
83 #define PROG genrsa_main macro
H A Dpkcs7.c71 #undef PROG macro
72 #define PROG pkcs7_main macro
H A Drsa.c74 #undef PROG macro
75 #define PROG rsa_main macro
H A Drsautl.c79 #undef PROG macro
81 #define PROG rsautl_main macro
H A Dsess_id.c69 #undef PROG macro
70 #define PROG sess_id_main macro
/macosx-10.10/OpenSSL098-52/src/util/
H A Dshlib_wrap.sh91 PROG=$(echo "$1" | sed 's|.*/||' )
93 exec "${TARGET_BUILD_DIR}/${PROG}" "$@"
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dylwrap80 OUTPUT is one file PROG generates
83 ARGS are passed to PROG
/macosx-10.10/Heimdal-398.1.2/
H A Dylwrap49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dylwrap51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
/macosx-10.10/gnutar-453/gnutar/build-aux/
H A Dylwrap51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbnspeed.c64 #undef PROG macro
65 #define PROG bnspeed_main macro
/macosx-10.10/OpenSSL098-52/src/demos/
H A Db64.c72 #undef PROG macro
76 #define PROG enc_main macro
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbnspeed.c82 #undef PROG macro
83 #define PROG bnspeed_main macro
H A Dexpspeed.c82 #undef PROG macro
83 #define PROG bnspeed_main macro
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dmktest.sh81 [+PROG \acommand\a [ \aarg\a ... ]]?Run \acommand\a with
284 if [[ $op == PROG ]]
293 regress)if [[ $op == PROG ]]
315 if [[ $op == PROG ]]
385 IO=${IO//$command\[*([0-9])\]:\ .\[*([0-9])\]:\ @(EXEC|PROG)\[*([0-9])\]:\ /}
429 if [[ $op == PROG ]]
540 function PROG function
542 RUN PROG "$@"

Completed in 112 milliseconds

1234