Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A DMakefile40 .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
41 CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
H A Ddefs.h45 #ifndef PPP_CONFDIR
46 #define PPP_CONFDIR "/etc/ppp" macro
H A Dsystems.c56 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file); in OpenSecret()
337 snprintf(filename, sizeof filename, "%s/%s", PPP_CONFDIR, file); in ReadSystem()
460 return PPP_CONFDIR "/" CONFFILE " : File not found"; in system_IsValid()
H A Dmain.c362 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE); in main()