HomeSort by: relevance | last modified time | path
    Searched defs:efprintf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
script.c 139 if (efprintf(fp, "%s_%s", prefix, config[i]) == -1)
163 efprintf(FILE *fp, const char *fmt, ...) function
279 if (efprintf(fp, "PATH=%s",
282 if (efprintf(fp, "pid=%d", (int)getpid()) == -1)
287 if (efprintf(fp, "reason=%s", reason) == -1)
351 if (efprintf(fp, "interface=%s", ifp->name) == -1)
354 if (efprintf(fp, "protocol=%s",
361 if (efprintf(fp, "if_configured=%s",
364 if (efprintf(fp, "ifcarrier=%s",
368 if (efprintf(fp, "ifmetric=%d", ifp->metric) == -1
    [all...]

Completed in 34 milliseconds