OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROG
(Results
1 - 25
of
70
) sorted by null
1
2
3
/external/chromium_org/tools/gyp/test/same-source-file-name/src/
func.c
5
printf("Hello %s from func.c\n",
PROG
);
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/
func.c
5
printf("Hello %s from subdir1/func.c\n",
PROG
);
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/
func.c
5
printf("Hello %s from subdir2/func.c\n",
PROG
);
/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/lzma/C/Util/Lzma/
makefile
2
PROG
= LZMAc.exe
/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/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];
165
BIO_printf(bio_err,"%s [options] <infile >outfile\n",
prog
);
/external/lzma/C/Util/7z/
makefile
4
PROG
= 7zDec.exe
/external/lzma/C/Util/LzmaLib/
makefile
3
PROG
= LZMA.dll
/external/lzma/C/Util/SfxSetup/
makefile
0
PROG
= 7zS2.sfx
/external/bison/build-aux/
ylwrap
49
OUTPUT is one file
PROG
generates
52
ARGS are passed to
PROG
91
prog
="$1"
93
# Make any relative path in $
prog
absolute.
94
case "$
prog
" in
96
*[\\/]*)
prog
="`pwd`/$
prog
" ;;
112
0) "$
prog
" "$input" ;;
113
*) "$
prog
" "$@" "$input" ;;
/external/elfutils/0.153/config/
ylwrap
49
OUTPUT is one file
PROG
generates
52
ARGS are passed to
PROG
91
prog
="$1"
93
# Make any relative path in $
prog
absolute.
94
case "$
prog
" in
96
*[\\/]*)
prog
="`pwd`/$
prog
" ;;
108
0) "$
prog
" "$input" ;;
109
*) "$
prog
" "$@" "$input" ;;
/external/lzma/CPP/7zip/UI/Client7z/
makefile
0
PROG
= 7z.exe
/external/openssl/crypto/bn/
bnspeed.c
64
#undef
PROG
65
#define
PROG
bnspeed_main
/external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile
0
PROG
= lzma.exe
/external/lzma/CPP/
Build.mak
71
PROGPATH = $O\$(
PROG
)
Completed in 1131 milliseconds
1
2
3