fileptr
struct fileptr f;
parse_list(struct fileptr *f, unsigned *lineno, krb5_config_binding **parent,
parse_binding(struct fileptr *f, unsigned *lineno, char *p,
krb5_config_parse_debug (struct fileptr *f,
struct fileptr f;
config_fgets(char *str, size_t len, struct fileptr *ptr)
static krb5_error_code parse_binding(struct fileptr *f, unsigned *lineno, char *p,
static krb5_error_code parse_list(struct fileptr *f, unsigned *lineno,
fclose(fileptr);
ATF_REQUIRE((fileptr = fopen("qlimit_store", "r")) != NULL);
ATF_REQUIRE(fscanf(fileptr, "%d", &curr_qlim));
fclose(fileptr);
static FILE *fileptr;
ATF_REQUIRE((fileptr = fopen("qlimit_store", "a")) != NULL);
fprintf(fileptr, "%d\n", curr_qlimit));