Searched refs:PROG (Results 1 - 25 of 71) sorted by last modified time

123

/external/qemu/android/build/
H A Dcommon.sh617 local PROG
618 PROG=`which $2 2>/dev/null`
619 if [ -n "$PROG" ] ; then
620 if pattern_match '^no ' "$PROG"; then
621 PROG=
624 eval $1="$PROG"
/external/openssl/apps/
H A Dapps.h154 #define MAIN(a,v) PROG(a,v)
H A Dasn1pars.c80 #undef PROG macro
81 #define PROG asn1parse_main macro
H A Dca.c99 #undef PROG macro
100 #define PROG ca_main macro
H A Dciphers.c69 #undef PROG macro
70 #define PROG ciphers_main macro
H A Dcms.c69 #undef PROG macro
70 #define PROG cms_main macro
H A Dcrl.c69 #undef PROG macro
70 #define PROG crl_main macro
H A Dcrl2p7.c75 #undef PROG macro
76 #define PROG crl2pkcs7_main macro
H A Ddgst.c74 #undef PROG macro
75 #define PROG dgst_main macro
H A Ddh.c74 #undef PROG macro
75 #define PROG dh_main macro
H A Ddhparam.c130 #undef PROG macro
131 #define PROG dhparam_main macro
H A Ddsa.c74 #undef PROG macro
75 #define PROG dsa_main macro
H A Ddsaparam.c80 #undef PROG macro
81 #define PROG dsaparam_main macro
H A Dec.c70 #undef PROG macro
71 #define PROG ec_main macro
H A Decparam.c87 #undef PROG macro
88 #define PROG ecparam_main macro
H A Denc.c78 #undef PROG macro
82 #define PROG enc_main macro
H A Dengine.c72 #undef PROG macro
73 #define PROG engine_main macro
H A Derrstr.c68 #undef PROG macro
69 #define PROG errstr_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 Dgenpkey.c72 #define PROG genpkey_main macro
H A Dgenrsa.c82 #undef PROG macro
83 #define PROG genrsa_main macro
H A Dnseq.c65 #undef PROG macro
66 #define PROG nseq_main macro
H A Docsp.c120 #undef PROG macro
121 #define PROG ocsp_main macro
H A Dpasswd.c26 #undef PROG macro
27 #define PROG passwd_main macro

Completed in 2472 milliseconds

123