Home
last modified time | relevance | path

Searched refs:PPP_CONFDIR (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A DMakefile38 .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
39 CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
H A Ddefs.h43 #ifndef PPP_CONFDIR
44 #define PPP_CONFDIR "/etc/ppp" macro
H A Dsystems.c54 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 Dmain.c360 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE); in main()