HomeSort by relevance Sort by last modified time
    Searched refs:SYSCONFDIR (Results 1 - 15 of 15) sorted by null

  /external/dhcpcd-6.8.2/
config.h 2 #define SYSCONFDIR "/system/etc/dhcpcd-6.8.2"
defs.h 34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
43 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
46 # define SECRET SYSCONFDIR "/" PACKAGE ".secret"
Makefile 47 DBUSDIR= ${SYSCONFDIR}/dbus-1/system.d
62 FILESDIR= ${SYSCONFDIR}
78 SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
161 ${INSTALL} -d ${DESTDIR}${SYSCONFDIR}
162 test -e ${DESTDIR}${SYSCONFDIR}/dhcpcd.conf || \
163 ${INSTALL} -m ${CONFMODE} dhcpcd.conf ${DESTDIR}${SYSCONFDIR}
dhcpcd-run-hooks.in 366 @SYSCONFDIR@/dhcpcd.enter-hook \
368 @SYSCONFDIR@/dhcpcd.exit-hook
configure 52 --sysconfdir) SYSCONFDIR=$var;;
120 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
158 : ${SYSCONFDIR:=$PREFIX/etc}
167 eval SYSCONFDIR="$SYSCONFDIR"
235 for x in SYSCONFDIR SBINDIR LIBDIR LIBEXECDIR DBDIR RUNDIR; do
1253 echo " SYSCONFDIR = $SYSCONFDIR"
  /external/bison/darwin-lib/
configmake.h 9 #define SYSCONFDIR "/usr/local/etc"
  /external/bison/linux-lib/
configmake.h 9 #define SYSCONFDIR "/usr/local/etc"
  /external/dbus/bus/
messagebus-config.in 20 SYSCONFDIR=@sysconfdir@/dbus-1
64 csih_inform "Check ${SYSCONFDIR}/system.conf first, if it suits your needs."
147 # Check for ${SYSCONFDIR} directory
148 csih_make_dir "${SYSCONFDIR}" "Cannot create global configuration files."
149 chmod 775 "${SYSCONFDIR}"
150 setfacl -m u:system:rwx "${SYSCONFDIR}"
  /external/selinux/policycoreutils/sandbox/
Makefile 5 SYSCONFDIR ?= $(DESTDIR)/etc/sysconfig
33 -mkdir -p $(SYSCONFDIR)
34 install -m 644 sandbox.conf $(SYSCONFDIR)/sandbox
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 88 LOCALPREFIX "/" SYSCONFDIR VULKAN_ICDCONF_DIR ":" LOCALPREFIX \
91 LOCALPREFIX "/" SYSCONFDIR VULKAN_ELAYERCONF_DIR ":" LOCALPREFIX \
94 LOCALPREFIX "/" SYSCONFDIR VULKAN_ILAYERCONF_DIR ":" LOCALPREFIX \
104 "/" SYSCONFDIR VULKAN_ICDCONF_DIR ":" \
109 "/" SYSCONFDIR VULKAN_ELAYERCONF_DIR ":" \
113 "/" SYSCONFDIR VULKAN_ILAYERCONF_DIR ":" \
  /external/selinux/policycoreutils/gui/
Makefile 3 SYSCONFDIR ?= ${DESTDIR}/etc
33 -mkdir -p $(SYSCONFDIR)
  /external/ipsec-tools/src/racoon/
localconf.h 39 #define LC_DEFAULT_CF SYSCONFDIR "/racoon.conf"
  /external/libnl/lib/route/
pktloc.c 88 asprintf(&path, "%s/pktloc", SYSCONFDIR);
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 198 /* SYSCONFDIR is passed via -D when compiling. */
199 const char *sysconfdir = SYSCONFDIR; local
200 if (sysconfdir != NULL && *sysconfdir != '\0') {
202 syspath = malloc(strlen(sysconfdir) + sizeof FN);
204 || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0)
  /external/selinux/policycoreutils/sepolicy/
Makefile 5 SYSCONFDIR ?= $(DESTDIR)/etc/sysconfig

Completed in 1252 milliseconds