Searched refs:ptr_file (Results 1 – 1 of 1) sorted by relevance
76 FILE *ptr_file; in check_authentication() local79 ptr_file =fopen(filename,"r"); in check_authentication()80 if (!ptr_file) in check_authentication()83 while (fgets(buf,1024, ptr_file)){ in check_authentication()101 fclose(ptr_file); in check_authentication()