Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:fp

213 	FILE *fp;
220 if ((fp = fopen(SECRET, "r"))) {
222 while (fgets(line, sizeof(line), fp)) {
236 fclose(fp);
262 if ((fp = fopen(SECRET, "w")) == NULL ||
265 x = fprintf(fp, "%s\n",
267 fclose(fp);