Searched refs:cffile (Results 1 – 3 of 3) sorted by relevance
88 const char *cffile; member
1327 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()
2241 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)