Home
last modified time | relevance | path

Searched refs:cffile (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcpcd.h88 const char *cffile; member
Ddhcpcd.c1327 return control_queue(fd, UNCONST(fd->ctx->cffile), in dhcpcd_handleargs()
1328 strlen(fd->ctx->cffile) + 1, 0); in dhcpcd_handleargs()
1478 ctx.cffile = CONFIG; in main()
1498 ctx.cffile = optarg; in main()
Dif-options.c2241 fp = fopen(ctx->cffile, "r");
2243 if (strcmp(ctx->cffile, CONFIG))
2244 logger(ctx, LOG_ERR, "fopen `%s': %m", ctx->cffile);
2248 if (stat(ctx->cffile, &sb) == 0)