Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_auth.c76 FILE *ptr_file; in check_authentication() local
79 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()