Symbol: SYSCONFDIR
crypto/heimdal/appl/ftp/ftpd/pathnames.h
53
#define _PATH_FTPUSERS SYSCONFDIR "/ftpusers"
crypto/heimdal/appl/ftp/ftpd/pathnames.h
56
#define _PATH_FTPCHROOT SYSCONFDIR "/ftpchroot"
crypto/heimdal/appl/ftp/ftpd/pathnames.h
57
#define _PATH_FTPWELCOME SYSCONFDIR "/ftpwelcome"
crypto/heimdal/appl/ftp/ftpd/pathnames.h
58
#define _PATH_FTPLOGINMESG SYSCONFDIR "/motd"
crypto/heimdal/appl/ftp/ftpd/pathnames.h
61
#define _PATH_ISSUE SYSCONFDIR "/issue"
crypto/heimdal/appl/ftp/ftpd/pathnames.h
63
#define _PATH_ISSUE_NET SYSCONFDIR "/issue.net"
crypto/heimdal/appl/login/login_locl.h
135
#define _PATH_LOGACCESS SYSCONFDIR "/login.access"
crypto/heimdal/appl/login/login_locl.h
139
#define _PATH_LOGIN_CONF SYSCONFDIR "/login.conf"
crypto/heimdal/appl/login/loginpaths.h
44
#define _PATH_ETC_ENVIRONMENT SYSCONFDIR "/environment"
crypto/heimdal/appl/su/supaths.h
48
#define _PATH_ETC_ENVIRONMENT SYSCONFDIR "/environment"
crypto/heimdal/appl/telnet/libtelnet/rsaencpwd.c
163
SYSCONFDIR "/.%s_privkey", lhostname);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
799
f = fopen(SYSCONFDIR "/issue.net", "r");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
801
f = fopen(SYSCONFDIR "/issue", "r");
crypto/heimdal/kcm/kcm_locl.h
164
#define _PATH_KCM_CONF SYSCONFDIR "/kcm.conf"
crypto/heimdal/lib/krb5/constants.c
46
SYSCONFDIR "/krb5.conf"
crypto/heimdal/lib/krb5/krb5_locl.h
202
#define KEYTAB_DEFAULT "FILE:" SYSCONFDIR "/krb5.keytab"
crypto/heimdal/lib/krb5/krb5_locl.h
203
#define KEYTAB_DEFAULT_MODIFY "FILE:" SYSCONFDIR "/krb5.keytab"
crypto/heimdal/lib/krb5/krb5_locl.h
206
#define MODULI_FILE SYSCONFDIR "/krb5.moduli"