Searched refs:cap_fp (Results 1 – 1 of 1) sorted by relevance
914 FILE *cap_fp = NULL; in be_do_installgrub() local1077 if ((cap_fp = fopen(cap_file, "r")) == NULL) { in be_do_installgrub()1089 (void) fclose(cap_fp); in be_do_installgrub()1093 while (fgets(line, BUFSIZ, cap_fp)) { in be_do_installgrub()1098 (void) fclose(cap_fp); in be_do_installgrub()