Search | Google it | Results 1 - 1 of 1 for funcall:fopen from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds) |
1702: if (!*hostf) 1703: *hostf = fopen(_PATH_HOSTS, "r" ); 1704: else 1770: #ifndef T2EX 1771: if (!*hostf && !(*hostf = fopen(_PATH_HOSTS, "r" ))) 1772: return (NULL);