Searched defs:netf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbyht.c61 static FILE *netf; variable
71 if (netf == NULL)
72 netf = fopen(_PATH_NETWORKS, "r" );
74 rewind(netf);
82 if (netf) {
83 fclose(netf);
84 netf = NULL;
95 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "r" )) == NULL)
98 p = fgets(line, sizeof line, netf);
[all...]

Completed in 41 milliseconds