Searched refs:PROG (Results 1 - 25 of 71) sorted by path

123

/external/bison/build-aux/
H A Dylwrap49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
/external/chromium_org/tools/gyp/test/same-source-file-name/src/
H A Dfunc.c5 printf("Hello %s from func.c\n", PROG);
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir1/
H A Dfunc.c5 printf("Hello %s from subdir1/func.c\n", PROG);
/external/chromium_org/tools/gyp/test/same-source-file-name/src/subdir2/
H A Dfunc.c5 printf("Hello %s from subdir2/func.c\n", PROG);
/external/dhcpcd/
H A DMakefile3 PROG= dhcpcd macro
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/dhcpcd/mk/
H A Ddist.mk5 DISTPREFIX?= ${PROG}-${VERSION}
H A Dprog.mk31 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}
49 ${INSTALL} -m ${BINMODE} ${PROG}
[all...]
/external/elfutils/0.153/config/
H A Dylwrap49 OUTPUT is one file PROG generates
52 ARGS are passed to PROG
/external/fio/tools/
H A Dgenfio39 PROG=$(basename $0)
40 echo "usage of $PROG:"
73 $PROG -d /dev/sdb,/dev/sdc,/dev/sdd,/dev/sde -a -b 4k,128k,1m -r 100 -a -x dellr720-day2/
/external/lzma/C/Util/7z/
H A Dmakefile4 PROG = 7zDec.exe macro
/external/lzma/C/Util/Lzma/
H A Dmakefile2 PROG = LZMAc.exe macro
/external/lzma/C/Util/LzmaLib/
H A Dmakefile3 PROG = LZMA.dll macro
/external/lzma/C/Util/SfxSetup/
H A Dmakefile0 PROG = 7zS2.sfx
1 PROG = 7zS2.sfx macro
/external/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile0 PROG = 7zr.exe
1 PROG = 7zr.exe macro
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile0 PROG = 7zxr.dll
1 PROG = 7zxr.dll macro
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile0 PROG = 7zra.dll
1 PROG = 7zra.dll macro
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile0 PROG = lzma.exe
1 PROG = lzma.exe macro
/external/lzma/CPP/7zip/UI/Client7z/
H A Dmakefile0 PROG = 7z.exe
1 PROG = 7z.exe macro
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile0 PROG = 7z.exe
1 PROG = 7z.exe macro
/external/lzma/CPP/
H A DBuild.mak71 PROGPATH = $O\$(PROG)
/external/mksh/src/
H A DBuild.sh2479 PROG= $mkshexe
2497 #all: \$(PROG)
2498 #\$(PROG): \$(OBJS_BP)
/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

Completed in 550 milliseconds

123