Searched refs:SYSCONFDIR (Results 1 - 11 of 11) sorted by relevance

/external/dhcpcd/
H A Dconfig.h2 #define SYSCONFDIR "/system/etc/dhcpcd" macro
H A Ddefs.h34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
40 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
H A Dconfig.mk2 SYSCONFDIR= /etc macro
H A DMakefile28 FILESDIR= ${SYSCONFDIR}
38 SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
92 ${INSTALL} -d ${DESTDIR}${SYSCONFDIR}
93 test -e ${DESTDIR}${SYSCONFDIR}/dhcpcd.conf || \
94 ${INSTALL} -m ${CONFMODE} dhcpcd.conf ${DESTDIR}${SYSCONFDIR}
H A Ddhcpcd-run-hooks.in223 @SYSCONFDIR@/dhcpcd.enter-hook \
225 @SYSCONFDIR@/dhcpcd.exit-hook
/external/bison/darwin-lib/
H A Dconfigmake.h9 #define SYSCONFDIR "/usr/local/etc" macro
/external/bison/linux-lib/
H A Dconfigmake.h9 #define SYSCONFDIR "/usr/local/etc" macro
/external/dhcpcd/mk/
H A Dsys.mk7 SYSCONFDIR?= ${PREFIX}/etc macro
/external/ipsec-tools/src/racoon/
H A Dlocalconf.h39 #define LC_DEFAULT_CF SYSCONFDIR "/racoon.conf"
/external/libnl/lib/route/
H A Dpktloc.c88 asprintf(&path, "%s/pktloc", SYSCONFDIR);
/external/ltrace/sysdeps/linux-gnu/
H A Dhooks.c198 /* SYSCONFDIR is passed via -D when compiling. */
199 const char *sysconfdir = SYSCONFDIR;

Completed in 193 milliseconds