Searched refs:netf (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/libpcap-42/libpcap/Win32/Src/
H A Dgetnetent.c27 static FILE *netf = NULL; variable
40 if (netf == NULL)
41 netf = fopen(NETDB, "r" );
43 rewind(netf);
50 if (netf) {
51 fclose(netf);
52 netf = NULL;
63 if (netf == NULL && (netf = fopen(NETDB, "r" )) == NULL)
66 p = fgets(line, BUFSIZ, netf);
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c235 int netf; variable
346 netf = f;
609 shutdown(netf, SHUT_RDWR);
/macosx-10.9.5/remote_cmds-41.90.1/revnetgroup.tproj/
H A Dparse_netgroup.c344 if (fgets(line, LINSIZ, netf)) {

Completed in 240 milliseconds