HomeSort by relevance Sort by last modified time
    Searched refs:PPP_CONFDIR (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
defs.h 43 #ifndef PPP_CONFDIR
44 #define PPP_CONFDIR "/etc/ppp"
Makefile 55 .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
56 CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
systems.c 54 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file);
335 snprintf(filename, sizeof filename, "%s/%s", PPP_CONFDIR, file);
458 return PPP_CONFDIR "/" CONFFILE " : File not found";
main.c 359 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE);

Completed in 64 milliseconds