Home | History | Annotate | Download | only in src

Lines Matching defs:fp

333 	FILE *fp = NULL;
344 fp = fopen(seapp_contexts_file[policy_index], "r");
345 if (!fp) {
353 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
366 rewind(fp);
369 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
602 fclose(fp);