Searched refs:PPP_CONFDIR (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | Makefile | 38 .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR) 39 CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
|
H A D | defs.h | 43 #ifndef PPP_CONFDIR 44 #define PPP_CONFDIR "/etc/ppp" macro
|
H A D | systems.c | 54 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file); in OpenSecret() 335 snprintf(filename, sizeof filename, "%s/%s", PPP_CONFDIR, file); in ReadSystem() 458 return PPP_CONFDIR "/" CONFFILE " : File not found"; in system_IsValid()
|
H A D | main.c | 360 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE); in main()
|