Searched refs:h_errno (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dh_errno.c37 int h_errno = -17; /* Some magic number */ variable
H A Dgetipnodebyname.c39 static int h_errno = NO_RECOVERY; variable
62 switch (h_errno) {
66 *error_num = h_errno;
H A Dgetipnodebyaddr.c50 switch (h_errno) {
54 *error_num = h_errno;
/freebsd-10-stable/lib/libc/resolv/
H A Dh_errno.c33 #undef h_errno macro
34 extern int h_errno;
45 h_errno = res->res_h_errno = err;
H A Dherror.c81 #undef h_errno macro
82 int h_errno; variable
86 * print the error indicated by the h_errno value.
H A DSymbol.map62 h_errno;
/freebsd-10-stable/sbin/dhclient/
H A Dtree.c48 extern int h_errno;
/freebsd-10-stable/usr.bin/talk/
H A Dget_addrs.c56 errx(1, "%s: %s", his_machine_name, hstrerror(h_errno));
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dsm_gethost.c76 *err = h_errno;
107 h = _switch_gethostbyname_r(name, &hp, buf, sizeof(buf), &h_errno);
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dbitdomain.c41 extern int h_errno;
174 switch (h_errno) {
205 * if it is not. A BIND error code is left in h_errno.
232 h_errno = NO_DATA;
237 if (errno == ECONNREFUSED || h_errno == TRY_AGAIN)
240 h_errno = TRY_AGAIN;
244 if (h_errno != HOST_NOT_FOUND)
/freebsd-10-stable/contrib/ntp/include/
H A Dl_stdlib.h220 #if defined(DECL_H_ERRNO) && !defined(h_errno)
221 extern int h_errno;
H A Dntp_machine.h152 extern int h_errno;
/freebsd-10-stable/lib/libbluetooth/
H A Dbluetooth.c86 h_errno = NO_RECOVERY;
108 h_errno = NETDB_INTERNAL;
113 h_errno = HOST_NOT_FOUND;
148 h_errno = NETDB_SUCCESS;
/freebsd-10-stable/contrib/sendmail/src/
H A Ddomain.c260 sm_dprintf("getmxrr: res_search(%s) failed (errno=%d, h_errno=%d)\n",
261 host, errno, h_errno);
262 switch (h_errno)
274 case 0: /* Ultrix resolver retns failure w/ h_errno=0 */
294 syserr("getmxrr: res_search (%s) failed with impossible h_errno (%d)",
295 host, h_errno);
473 h_errno == TRY_AGAIN ||
486 h_errno == TRY_AGAIN ||
889 sm_dprintf("\tNO: errno=%d, h_errno=%d\n",
890 save_errno, h_errno);
[all...]
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c91 optarg, hstrerror(h_errno));
109 optarg, hstrerror(h_errno));
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsupport.c122 extern int h_errno;
137 return (h_errno);
/freebsd-10-stable/usr.sbin/timed/timedc/
H A Dcmds.c194 warnx("%s: %s", *argv, hstrerror(h_errno));
294 warnx("%s: %s", tgtname, hstrerror(h_errno));
390 warnx("%s: %s", *argv, hstrerror(h_errno));
/freebsd-10-stable/contrib/ntp/libntp/
H A Dmachines.c37 int h_errno; variable
42 h_errno = 0; /* we are always successful!!! */
56 h_errno = 0; /* we are always successful!!! */
/freebsd-10-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c74 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10-stable/kerberos5/lib/libroken/
H A DMakefile44 h_errno.c \
/freebsd-10-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c97 errx(1, "%s: %s", optarg, hstrerror(h_errno));
126 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c105 printf("error %d\n", h_errno);
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c83 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c69 errx(1, "%s: %s", optarg, hstrerror(h_errno));
/freebsd-10-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c70 errx(1, "%s: %s", optarg, hstrerror(h_errno));

Completed in 210 milliseconds

123