HomeSort by relevance Sort by last modified time
    Searched defs:PROG (Results 1 - 25 of 49) sorted by null

1 2

  /external/openssl/apps/
errstr.c 68 #undef PROG
69 #define PROG errstr_main
version.c 135 #undef PROG
136 #define PROG version_main
gendsa.c 74 #undef PROG
75 #define PROG gendsa_main
nseq.c 65 #undef PROG
66 #define PROG nseq_main
pkeyparam.c 65 #define PROG pkeyparam_main
prime.c 56 #undef PROG
57 #define PROG prime_main
gendh.c 82 #undef PROG
83 #define PROG gendh_main
rand.c 66 #undef PROG
67 #define PROG rand_main
ciphers.c 69 #undef PROG
70 #define PROG ciphers_main
crl2p7.c 75 #undef PROG
76 #define PROG crl2pkcs7_main
91 char *infile,*outfile,*prog,*certfile; local
111 prog=argv[0];
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
dh.c 74 #undef PROG
75 #define PROG dh_main
95 char *infile,*outfile,*prog; local
117 prog=argv[0];
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
genrsa.c 82 #undef PROG
83 #define PROG genrsa_main
pkcs7.c 71 #undef PROG
72 #define PROG pkcs7_main
89 char *infile,*outfile,*prog; local
110 prog=argv[0];
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
pkey.c 65 #define PROG pkey_main
sess_id.c 69 #undef PROG
70 #define PROG sess_id_main
spkac.c 73 #undef PROG
74 #define PROG spkac_main
88 char *infile = NULL,*outfile = NULL,*prog; local
107 prog=argv[0];
168 BIO_printf(bio_err,"%s [options]\n",prog);
verify.c 69 #undef PROG
70 #define PROG verify_main
asn1pars.c 80 #undef PROG
81 #define PROG asn1parse_main
94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
113 prog=argv[0];
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
dhparam.c 130 #undef PROG
131 #define PROG dhparam_main
159 char *infile,*outfile,*prog; local
180 prog=argv[0];
242 BIO_printf(bio_err,"%s [options] [numbits]\n",prog);
dsa.c 74 #undef PROG
75 #define PROG dsa_main
107 char *infile,*outfile,*prog; local
134 prog=argv[0];
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
dsaparam.c 80 #undef PROG
81 #define PROG dsaparam_main
118 char *infile,*outfile,*prog,*inrand=NULL; local
142 prog=argv[0];
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
ec.c 70 #undef PROG
71 #define PROG ec_main
96 char *infile, *outfile, *prog, *engine; local
119 prog = argv[0];
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
  /external/libppp/src/
Makefile 5 PROG= ppp
129 .include <bsd.prog.mk>
  /external/dhcpcd/
Makefile 3 PROG= dhcpcd
49 DISTPREFIX?= ${PROG}-${VERSION}
63 all: config.h ${PROG} ${SCRIPTS} ${MAN5} ${MAN8}
73 ${PROG}: ${DEPEND} ${OBJS}
76 _proginstall: ${PROG}
78 ${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${SBINDIR}
100 rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
  /external/openssl/crypto/bn/
bnspeed.c 64 #undef PROG
65 #define PROG bnspeed_main

Completed in 355 milliseconds

1 2