OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCONFDIR
(Results
1 - 11
of
11
) sorted by null
/external/dhcpcd/
config.h
2
#define
SYSCONFDIR
"/system/etc/dhcpcd"
defs.h
34
# define CONFIG
SYSCONFDIR
"/" PACKAGE ".conf"
40
# define DUID
SYSCONFDIR
"/" PACKAGE ".duid"
config.mk
2
SYSCONFDIR
= /etc
Makefile
28
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
}
dhcpcd-run-hooks.in
223
@
SYSCONFDIR
@/dhcpcd.enter-hook \
225
@
SYSCONFDIR
@/dhcpcd.exit-hook
/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/dhcpcd/mk/
sys.mk
7
SYSCONFDIR
?= ${PREFIX}/etc
/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)
Completed in 5157 milliseconds