Searched refs:error_num (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetipnodebyname.c50 getipnodebyname (const char *name, int af, int flags, int *error_num) argument
58 *error_num = NO_ADDRESS;
68 *error_num = h_errno;
71 *error_num = NO_ADDRESS;
74 *error_num = NO_RECOVERY;
81 *error_num = TRY_AGAIN;
H A Dgetipnodebyaddr.c46 getipnodebyaddr (const void *src, size_t len, int af, int *error_num) argument
56 *error_num = h_errno;
59 *error_num = NO_ADDRESS;
62 *error_num = NO_RECOVERY;
69 *error_num = TRY_AGAIN;
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dfilesys.h68 extern char *filesys_error_string (char *filename, int error_num);
H A Dfilesys.c665 filesys_error_string (char *filename, int error_num) argument
670 if (error_num == 0)
673 result = strerror (error_num);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgethostent.c257 getipnodebyname(const char *name, int af, int flags, int *error_num) { argument
268 *error_num = NO_RECOVERY;
275 *error_num = NO_RECOVERY;
291 *error_num = HOST_NOT_FOUND;
308 return (copyandmerge(&he, NULL, af, error_num));
318 he1 = copyandmerge(he2, NULL, af, error_num);
333 *error_num = net_data->res->res_h_errno;
337 *error_num = tmp_err;
341 he3 = copyandmerge(he1, he2, af, error_num);
349 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { argument
795 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4393 const int error_num = getaddrinfo( local
4395 if (error_num != 0) {
4397 << gai_strerror(error_num);

Completed in 214 milliseconds