Searched refs:PPP_CONFDIR (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | Makefile | 40 .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR) 41 CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
|
| H A D | defs.h | 45 #ifndef PPP_CONFDIR 46 #define PPP_CONFDIR "/etc/ppp" macro
|
| H A D | systems.c | 56 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 D | main.c | 362 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE); in main()
|