Searched refs:PREFIX (Results 1 - 25 of 58) sorted by relevance

123

/external/dnsmasq/contrib/wrt/
H A Dlease_update.sh21 PREFIX=dnsmasq_lease_
39 ${NVRAM} show | sed -n -e "/^${PREFIX}.*/ s/^.*=//p"
42 ${NVRAM} unset ${PREFIX}${3}
46 ${NVRAM} set ${PREFIX}${3}="${DNSMASQ_LEASE_LENGTH:-}${DNSMASQ_LEASE_EXPIRES:-} ${2} ${3} ${4:-*} ${DNSMASQ_CLIENT_ID:-*}"
/external/bsdiff/
H A DMakefile3 PREFIX ?= /usr/local macro
12 ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
14 ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
/external/elfutils/lib/
H A Dfixedsizehash.h35 PREFIX prefix to be used for function and data type names
57 #ifndef PREFIX
58 # define PREFIX macro
63 struct CONCAT(PREFIX,fshash)
66 struct CONCAT(PREFIX,fshashent)
81 CLASS struct CONCAT(PREFIX,fshash) *
82 CONCAT(PREFIX,fshash_init) (size_t nelems)
84 struct CONCAT(PREFIX,fshash) *result;
99 result = (struct CONCAT(PREFIX,fshash) *)
100 xcalloc (sizeof (struct CONCAT(PREFIX,fshas
248 #undef PREFIX macro
[all...]
/external/bzip2/
H A DMakefile27 PREFIX=/usr/local macro
73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi
74 if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib ; fi
75 if ( test ! -d $(PREFIX)/man ) ; then mkdir -p $(PREFIX)/man ; fi
76 if ( test ! -d $(PREFIX)/man/man1 ) ; then mkdir -p $(PREFIX)/man/man1 ; fi
77 if ( test ! -d $(PREFIX)/includ
[all...]
/external/dhcpcd/mk/
H A Dsys.mk3 BINDIR?= ${PREFIX}/usr/bin
7 SYSCONFDIR?= ${PREFIX}/etc
H A Dman.mk4 _MANPREFIX_SH= if [ -n "${PREFIX}" ]; then echo "${PREFIX}"; else echo "/usr/share"; fi
H A Dprog.mk13 _RPATH_SH= if test "${PREFIX}" = "" -o "${PREIX}" = "/"; then \
14 echo "${LINK_RPATH}=${PREFIX}/${LIBNAME}"; \
23 _DYNLINK_SH= if test "${PREFIX}" = "" -o "${PREFIX}" = "/" && test -e /libexec/ld.elf_so; then \
/external/dhcpcd/dhcpcd-hooks/
H A DMakefile1 LIBEXECDIR?= ${PREFIX}/libexec
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java36 private static final String PREFIX = "easymock."; field in class:EasyMockProperties
79 && entry.getKey().toString().startsWith(PREFIX)) {
122 if (!key.startsWith(PREFIX)) {
124 + "), an easymock property starts with \"" + PREFIX + "\"");
/external/dhcpcd/
H A DMakefile10 LIBEXECDIR?= ${PREFIX}/system/etc/dhcpcd
14 BINDIR= ${PREFIX}/sbin
16 SYSCONFDIR?= ${PREFIX}/system/etc/dhcpcd
/external/webkit/SunSpider/
H A Dmake-hosted99 open PREFIX, ">hosted/${suite}/sunspider-test-prefix.js";
100 print PREFIX $prefix;
101 close PREFIX;
/external/dnsmasq/
H A DMakefile16 PREFIX = /usr/local macro
17 BINDIR = ${PREFIX}/sbin
18 MANDIR = ${PREFIX}/share/man
19 LOCALEDIR = ${PREFIX}/share/locale
/external/iproute2/testsuite/
H A DMakefile3 PREFIX := sudo macro
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
/external/expat/lib/
H A Dxmltok_impl.c86 #ifndef PREFIX
87 #define PREFIX(ident) ident macro
93 PREFIX(scanComment)(const ENCODING *enc, const char *ptr,
131 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr,
138 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr);
178 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr,
223 PREFIX(scanPi)(const ENCODING *enc, const char *ptr,
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) {
285 PREFIX(scanCdataSectio
[all...]
H A Dxmltok.c27 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
33 { PREFIX(prologTok), PREFIX(contentTok), \
34 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
35 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
36 PREFIX(sameName), \
37 PREFIX(nameMatchesAscii), \
38 PREFIX(nameLength), \
39 PREFIX(skip
299 #define PREFIX macro
828 #undef PREFIX macro
829 #define PREFIX macro
920 #undef PREFIX macro
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java123 m_prefix = PREFIX.concat (getType ()).concat (".");
352 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ());
357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ());
362 m_settings.setProperty (PREFIX.concat (COLUMNS), columns);
367 m_settings.setProperty (PREFIX.concat (SORT), sort);
372 m_settings.setProperty (PREFIX.concat (METRICS), metrics);
380 // m_settings.setProperty (PREFIX.concat (OUT_DIR), dir.getAbsolutePath ());
386 // m_settings.setProperty (PREFIX.concat (OUT_DIR), dir.getAbsolutePath ());
391 m_settings.setProperty (PREFIX.concat (OUT_FILE), fileName);
396 m_settings.setProperty (PREFIX
[all...]
/external/clearsilver/
H A DMakefile32 cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix); cd ..; \
34 $(MAKE) -C $$mdir PREFIX=$(prefix); \
49 cd $$mdir; $(PERL) Makefile.PL PREFIX=$(prefix); cd ..; \
51 $(MAKE) -C $$mdir PREFIX=$(prefix) install; \
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportProperties.java22 String PREFIX = "report."; field in interface:IReportProperties
H A DReportProperties.java222 // fullKey = IReportParameters.PREFIX.concat (key);
225 // fullKey = IReportParameters.PREFIX.concat (type).concat (".").concat (key);
228 // fullKey = IReportParameters.PREFIX.concat (key);
463 if (key.startsWith (IReportProperties.PREFIX))
465 final int secondDot = key.indexOf ('.', IReportProperties.PREFIX.length ());
470 return IReportProperties.PREFIX.concat (key.substring (secondDot + 1));
501 // if (key.startsWith (IReportProperties.PREFIX))
502 // key = key.substring (IReportProperties.PREFIX.length ());
507 // String fullKey = IReportProperties.PREFIX.concat (m_reportType).concat (".").concat (key);
513 // fullKey = IReportProperties.PREFIX
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java193 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_ENCODING),
195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR),
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec46 make all-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
57 make install-i18n DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
/external/stlport/
H A Dconfigure30 --bindir=<dir> install path for executables (PREFIX/bin)
31 --libdir=<dir> install path for libraries (PREFIX/lib)
32 --includedir=<dir> install path for headers (PREFIX/include)
/external/clearsilver/ports/rpm/
H A Dclearsilver.spec9 # * PREFIX vs perl/python PREFIX: where the perl/python modules get
12 # different PREFIX for the python/perl modules. For python, we just
14 # install again with a new PREFIX. This means the perl module might be
155 make PREFIX="$RPM_BUILD_ROOT%{__prefix}" prefix="$RPM_BUILD_ROOT%{__prefix}" PYTHON_SITE="$RPM_BUILD_ROOT%{python_sitepath}" install
157 make PREFIX="$RPM_BUILD_ROOT%{perl_prefix}" install
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild27 make install-i18n PREFIX=/usr DESTDIR=$PKG MANDIR=/usr/man
/external/ipsec-tools/src/racoon/
H A Dcfparse.h169 PREFIX = 385, enumerator in enum:yytokentype
334 #define PREFIX 385 macro

Completed in 147 milliseconds

123