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

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetipnodebyaddr.c44 getipnodebyaddr (const void *src, size_t len, int af, int *error_num) argument
54 *error_num = h_errno;
57 *error_num = NO_ADDRESS;
60 *error_num = NO_RECOVERY;
67 *error_num = TRY_AGAIN;
H A Dgetipnodebyname.c48 getipnodebyname (const char *name, int af, int flags, int *error_num) argument
56 *error_num = NO_ADDRESS;
66 *error_num = h_errno;
69 *error_num = NO_ADDRESS;
72 *error_num = NO_RECOVERY;
79 *error_num = TRY_AGAIN;
/macosx-10.9.5/removefile-33/
H A Dremovefile_tree_walker.c61 state->error_num = ELOOP;
67 state->error_num = current_file->fts_errno;
88 if (res == -1) state->error_num = errno;
106 if (res == -1) state->error_num = errno;
161 state->error_num = 0;
165 if (state->error_num != 0) {
173 if ((state->error_num != ENOENT &&
174 state->error_num != ENOTDIR) ||
H A Dremovefile.c46 *(int*)dst = state->error_num;
77 state->error_num = *(int*)value;
H A Dremovefile_priv.h34 int error_num; // clear on proceed member in struct:_removefile_state
/macosx-10.9.5/autofs-234/automountlib/
H A Dselfcheck.c97 int error_num; local
105 &error_num)) == NULL) {
106 if (error_num == TRY_AGAIN)
H A Dhost_is_us.c273 int error_num; local
341 &error_num);
349 &error_num);
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetipnode.c94 * lwres_getipnodebyaddr() set *error_num to an appropriate error code
199 lwres_getipnodebyname(const char *name, int af, int flags, int *error_num) { argument
215 *error_num = NO_RECOVERY;
234 *error_num = HOST_NOT_FOUND;
267 return (copyandmerge(&he, NULL, af, error_num));
272 *error_num = NO_RECOVERY;
283 *error_num = NO_RECOVERY;
290 *error_num = NO_RECOVERY;
305 *error_num = NO_RECOVERY;
310 *error_num
334 lwres_getipnodebyaddr(const void *src, size_t len, int af, int *error_num) argument
841 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/lwresd/
H A Dlwtest.c320 int error_num; local
328 hp = getipnodebyname(name, af, flags, &error_num);
330 if (address == NULL && error_num == HOST_NOT_FOUND)
332 else if (error_num != HOST_NOT_FOUND) {
334 name, error_num);
417 int error_num; local
426 hp = getipnodebyaddr(addrbuf, len, af, &error_num);
429 if (name == NULL && error_num == HOST_NOT_FOUND)
431 else if (error_num != HOST_NOT_FOUND) {
433 address, error_num);
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c145 int error_num; local
218 hp = getipnodebyname(mfs->mfs_host, af, AI_DEFAULT, &error_num);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPrivate.h613 int *error_num);
H A DSCNetworkReachability.c2838 int *error_num)
2852 if (error_num) {
2853 *error_num = targetPrivate->resolvedError;
2837 SCNetworkReachabilityCopyResolvedAddress(SCNetworkReachabilityRef target, int *error_num) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest.cc3443 const int error_num = getaddrinfo( local
3445 if (error_num != 0) {
3447 << gai_strerror(error_num);

Completed in 719 milliseconds