Lines Matching refs:_Nullable
103 char * _Nullable s_proto; /* protocol to use */
202 …info(const char* _Nullable __node, const char* _Nullable __service, const struct addrinfo* _Nullab…
203 void freeaddrinfo(struct addrinfo* _Nullable __ptr);
206 …ddr* _Nonnull __sa, socklen_t __sa_length, char* _Nullable __host, size_t __host_length, char* _Nu…
214 struct hostent* _Nullable gethostbyaddr(const void* _Nonnull __addr, socklen_t __length, int __type…
215 …Nonnull __ret, char* _Nonnull __buf, size_t __buf_size, struct hostent* _Nullable * _Nonnull __res…
216 struct hostent* _Nullable gethostbyname(const char* _Nonnull __name);
217 …Nonnull __ret, char* _Nonnull __buf, size_t __buf_size, struct hostent* _Nullable * _Nonnull __res…
218 struct hostent* _Nullable gethostbyname2(const char* _Nonnull __name, int __af);
219 …Nonnull __ret, char* _Nonnull __buf, size_t __buf_size, struct hostent* _Nullable * _Nonnull __res…
221 struct hostent* _Nullable gethostent(void);
226 struct netent* _Nullable getnetbyaddr(uint32_t __net, int __type);
227 struct netent* _Nullable getnetbyname(const char* _Nonnull __name);
228 struct netent* _Nullable getnetent(void) __INTRODUCED_IN(28);
233 struct protoent* _Nullable getprotobyname(const char* _Nonnull __name);
234 struct protoent* _Nullable getprotobynumber(int __proto);
235 struct protoent* _Nullable getprotoent(void) __INTRODUCED_IN(28);
240 struct servent* _Nullable getservbyname(const char* _Nonnull __name, const char* _Nullable __proto);
241 struct servent* _Nullable getservbyport(int __port_in_network_order, const char* _Nullable __proto);
242 struct servent* _Nullable getservent(void);