Lines Matching refs:_Nonnull
202 …service, const struct addrinfo* _Nullable __hints, struct addrinfo* _Nullable * _Nonnull __result);
206 int getnameinfo(const struct sockaddr* _Nonnull __sa, socklen_t __sa_length, char* _Nullable __host…
207 const char* _Nonnull gai_strerror(int __error);
211 int* _Nonnull __get_h_errno(void);
212 void herror(const char* _Nonnull __s);
213 const char* _Nonnull hstrerror(int __error);
214 struct hostent* _Nullable gethostbyaddr(const void* _Nonnull __addr, socklen_t __length, int __type…
215 …_Nonnull __addr, socklen_t __length, int __type, struct hostent* _Nonnull __ret, char* _Nonnull __…
216 struct hostent* _Nullable gethostbyname(const char* _Nonnull __name);
217 … _Nonnull __name, struct hostent* _Nonnull __ret, char* _Nonnull __buf, size_t __buf_size, struct …
218 struct hostent* _Nullable gethostbyname2(const char* _Nonnull __name, int __af);
219 …_Nonnull __name, int __af, struct hostent* _Nonnull __ret, char* _Nonnull __buf, size_t __buf_size…
227 struct netent* _Nullable getnetbyname(const char* _Nonnull __name);
233 struct protoent* _Nullable getprotobyname(const char* _Nonnull __name);
240 struct servent* _Nullable getservbyname(const char* _Nonnull __name, const char* _Nullable __proto);