Searched refs:ptr_file (Results 1 – 1 of 1) sorted by relevance
81 FILE *ptr_file; in check_authentication() local84 ptr_file =fopen(filename,"r"); in check_authentication()85 if (!ptr_file) in check_authentication()88 while (fgets(buf,1024, ptr_file)){ in check_authentication()103 fclose(ptr_file); in check_authentication()107 fclose(ptr_file); in check_authentication()