Searched refs:PPP_PATH_RESOLV (Results 1 – 2 of 2) sorted by relevance
106 #define PPP_PATH_RESOLV PPP_PATH_CONFDIR "/resolv.conf" macro
2167 f = fopen(PPP_PATH_RESOLV, "w"); in create_resolv()2169 error("Failed to create %s: %m", PPP_PATH_RESOLV); in create_resolv()2180 error("Write failed to %s: %m", PPP_PATH_RESOLV); in create_resolv()