Home
last modified time | relevance | path

Searched refs:_PATH_PEERFILES (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dpathnames.h39 #define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/" macro
H A Doptions.c1467 l = strlen(arg) + strlen(_PATH_PEERFILES) + 1; in callfile()
1470 slprintf(fname, l, "%s%s", _PATH_PEERFILES, arg); in callfile()