Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnetbyht.c61 static FILE *netf; variable
71 if (netf == NULL) in _setnethtent()
72 netf = fopen(_PATH_NETWORKS, "r" ); in _setnethtent()
74 rewind(netf); in _setnethtent()
82 if (netf) { in _endnethtent()
83 fclose(netf); in _endnethtent()
84 netf = NULL; in _endnethtent()
95 if (netf == NULL && (netf = fopen(_PATH_NETWORKS, "r" )) == NULL) in getnetent()
98 p = fgets(line, sizeof line, netf); in getnetent()