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

1 2 3

  /external/dhcpcd/mk/
prog.mk 2 # based on FreeBSD's bsd.prog.mk
31 all: ${PROG} ${SCRIPTS} _man
36 ${PROG}: ${OBJS}
42 echo "" > _${PROG}.c
43 for src in ${SRCS}; do echo "#include \"$$src\"" >> _${PROG}.c; done
44 ${CC} ${CFLAGS} ${CPPFLAGS} -c _${PROG}.c -o _${PROG}.o
45 ${CC} ${LDFLAGS} -o ${PROG} _${PROG}.o ${LDADD}
47 _proginstall: ${PROG}
    [all...]
dist.mk 5 DISTPREFIX?= ${PROG}-${VERSION}
  /external/openssl/apps/
errstr.c 68 #undef PROG
69 #define PROG errstr_main
prime.c 56 #undef PROG
57 #define PROG prime_main
version.c 135 #undef PROG
136 #define PROG version_main
nseq.c 65 #undef PROG
66 #define PROG nseq_main
ciphers.c 69 #undef PROG
70 #define PROG ciphers_main
gendh.c 82 #undef PROG
83 #define PROG gendh_main
rand.c 66 #undef PROG
67 #define PROG rand_main
pkeyparam.c 65 #define PROG pkeyparam_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
98 char *infile,*outfile,*prog; local
120 prog=argv[0];
173 BIO_printf(bio_err,"%s [options] <infile >outfile\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);
ec.c 70 #undef PROG
71 #define PROG ec_main
99 char *infile, *outfile, *prog, *engine; local
122 prog = argv[0];
213 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
gendsa.c 74 #undef PROG
75 #define PROG gendsa_main
genrsa.c 82 #undef PROG
83 #define PROG genrsa_main
pkcs7.c 71 #undef PROG
72 #define PROG pkcs7_main
92 char *infile,*outfile,*prog; local
113 prog=argv[0];
166 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
rsautl.c 79 #undef PROG
81 #define PROG rsautl_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);
  /external/qemu/android/build/
common.sh 587 local PROG
588 PROG=`which $2 2>/dev/null`
589 if [ -n "$PROG" ] ; then
590 if pattern_match '^no ' "$PROG"; then
591 PROG=
594 eval $1="$PROG"
  /ndk/build/core/
ndk-common.sh 502 local PROG
503 PROG=`which $2 2>/dev/null`
504 if [ -n "$PROG" ] ; then
505 if pattern_match '^no ' "$PROG"; then
506 PROG=
509 eval $1="$PROG"
  /external/bison/build-aux/
ylwrap 51 OUTPUT is one file PROG generates
54 ARGS are passed to PROG
93 prog="$1"
95 # Make any relative path in $prog absolute.
96 case "$prog" in
98 *[\\/]*) prog="`pwd`/$prog" ;;
110 0) $prog "$input" ;;
111 *) $prog "$@" "$input" ;;
  /external/dhcpcd/
Makefile 5 PROG= dhcpcd
51 include ${MK}/prog.mk
  /external/openssl/crypto/bn/
bnspeed.c 64 #undef PROG
65 #define PROG bnspeed_main

Completed in 398 milliseconds

1 2 3