Home
last modified time | relevance | path

Searched refs:ptr_file (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Diperf_auth.c81 FILE *ptr_file; in check_authentication() local
84 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()